Interface EarmarkedFundsDocumentService

All Superinterfaces:
BatchService<EarmarkedFundsDocumentServiceBatch>
All Known Implementing Classes:
DefaultEarmarkedFundsDocumentService

@Deprecated public interface EarmarkedFundsDocumentService extends BatchService<EarmarkedFundsDocumentServiceBatch>
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 earmarked 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: CE_API_EARMARKEDFUNDSDOCUMENT_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Manage Earmarked Fund Document Integration(SAP_COM_0934)
Scope Items: Earmarked Funds(4GY)
Authentication Methods: x509
Business Object: Earmarked Funds
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull EarmarkedFundsDocumentService 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.
    • getAllEarmarkedFundsDocument

      @Nonnull EarmarkedFundsDocumentFluentHelper getAllEarmarkedFundsDocument()
      Deprecated.
      Fetch multiple EarmarkedFundsDocument entities.
      Returns:
      A fluent helper to fetch multiple EarmarkedFundsDocument 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.
    • getEarmarkedFundsDocumentByKey

      @Nonnull EarmarkedFundsDocumentByKeyFluentHelper getEarmarkedFundsDocumentByKey(String earmarkedFundsDocument)
      Deprecated.
      Fetch a single EarmarkedFundsDocument entity using key fields.
      Parameters:
      earmarkedFundsDocument - Document number for earmarked funds

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single EarmarkedFundsDocument 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.
    • createEarmarkedFundsDocument

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

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

      @Nonnull EarmarkedFundsDocumentItemFluentHelper getAllEarmarkedFundsDocumentItem()
      Deprecated.
      Fetch multiple EarmarkedFundsDocumentItem entities.
      Returns:
      A fluent helper to fetch multiple EarmarkedFundsDocumentItem 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.
    • getEarmarkedFundsDocumentItemByKey

      @Nonnull EarmarkedFundsDocumentItemByKeyFluentHelper getEarmarkedFundsDocumentItemByKey(String earmarkedFundsDocument, String earmarkedFundsDocumentItem)
      Deprecated.
      Fetch a single EarmarkedFundsDocumentItem entity using key fields.
      Parameters:
      earmarkedFundsDocument - Document number for earmarked funds

      Constraints: Not nullable, Maximum length: 10

      earmarkedFundsDocumentItem - Earmarked Funds: Document Item

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A fluent helper to fetch a single EarmarkedFundsDocumentItem 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.
    • updateEarmarkedFundsDocumentItem

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

      @Nonnull EarmarkedFundsDocumentItemDeleteFluentHelper deleteEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem)
      Deprecated.
      Deletes an existing EarmarkedFundsDocumentItem entity in the S/4HANA system.
      Parameters:
      earmarkedFundsDocumentItem - EarmarkedFundsDocumentItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing EarmarkedFundsDocumentItem entity. To perform execution, call the execute method on the fluent helper object.