Interface FundService

All Superinterfaces:
BatchService<FundServiceBatch>
All Known Implementing Classes:
DefaultFundService

@Deprecated public interface FundService extends BatchService<FundServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

This service enables you to create, read, update, and delete the fund master data from SAP S/4HANA Cloud system. This service is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_FUNDCORE
API Version: 1.1.0
Minimum ERP Version: 2302
Communication Scenario: Public Sector API Integration(SAP_COM_0761)
Scope Items: Government Budget Planning(6UC)
Authentication Methods: x509
Business Object: Fund
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull FundService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllFundCore

      @Nonnull FundCoreFluentHelper getAllFundCore()
      Deprecated.
      Fetch multiple FundCore entities.
      Returns:
      A fluent helper to fetch multiple FundCore entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFundCoreByKey

      @Nonnull FundCoreByKeyFluentHelper getFundCoreByKey(String financialManagementArea, String fund)
      Deprecated.
      Fetch a single FundCore entity using key fields.
      Parameters:
      financialManagementArea - Financial Management Area

      Constraints: Not nullable, Maximum length: 4

      fund - Fund

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single FundCore entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createFundCore

      @Nonnull FundCoreCreateFluentHelper createFundCore(@Nonnull FundCore fundCore)
      Deprecated.
      Create a new FundCore entity and save it to the S/4HANA system.
      Parameters:
      fundCore - FundCore entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new FundCore entity. To perform execution, call the execute method on the fluent helper object.
    • updateFundCore

      @Nonnull FundCoreUpdateFluentHelper updateFundCore(@Nonnull FundCore fundCore)
      Deprecated.
      Update an existing FundCore entity and save it to the S/4HANA system.
      Parameters:
      fundCore - FundCore entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing FundCore entity. To perform execution, call the execute method on the fluent helper object.
    • deleteFundCore

      @Nonnull FundCoreDeleteFluentHelper deleteFundCore(@Nonnull FundCore fundCore)
      Deprecated.
      Deletes an existing FundCore entity in the S/4HANA system.
      Parameters:
      fundCore - FundCore entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing FundCore entity. To perform execution, call the execute method on the fluent helper object.
    • getAllFundText

      @Nonnull FundTextFluentHelper getAllFundText()
      Deprecated.
      Fetch multiple FundText entities.
      Returns:
      A fluent helper to fetch multiple FundText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFundTextByKey

      @Nonnull FundTextByKeyFluentHelper getFundTextByKey(String financialManagementArea, String fund, String language)
      Deprecated.
      Fetch a single FundText entity using key fields.
      Parameters:
      financialManagementArea - Financial Management Area

      Constraints: Not nullable, Maximum length: 4

      fund - Fund

      Constraints: Not nullable, Maximum length: 10

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single FundText entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • updateFundText

      @Nonnull FundTextUpdateFluentHelper updateFundText(@Nonnull FundText fundText)
      Deprecated.
      Update an existing FundText entity and save it to the S/4HANA system.
      Parameters:
      fundText - FundText entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing FundText entity. To perform execution, call the execute method on the fluent helper object.