Interface ContractAccountingDunningService

All Known Implementing Classes:
DefaultContractAccountingDunningService

@Deprecated public interface ContractAccountingDunningService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

Read dunning history items for a business partner and read corresponding dunned items with this service..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: CADUNNING_0001
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Finance - Contract Accounting Open Item Management Integration(SAP_COM_0361)
Scope Items: Contract Accounting - Open Item Management(2UJ), Contract Accounting: Open Item Management(PUJ)
Authentication Methods: x509
Service Group Name: API_CADUNNING
Business Object: Contract Accounting Dunning
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ContractAccountingDunningService 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.
    • batch

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllCADunning

      @Nonnull GetAllRequestBuilder<CADunning> getAllCADunning()
      Deprecated.
      Fetch multiple CADunning entities.
      Returns:
      A request builder to fetch multiple CADunning entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countCADunning

      @Nonnull CountRequestBuilder<CADunning> countCADunning()
      Deprecated.
      Fetch the number of entries from the CADunning entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CADunning entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getCADunningByKey

      @Nonnull GetByKeyRequestBuilder<CADunning> getCADunningByKey(LocalDate cAMassRunDate, String cAMassRunID, String businessPartner, String contractAccount, String cADunningCounter)
      Deprecated.
      Fetch a single CADunning entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      cAMassRunID - Run ID

      Constraints: Not nullable, Maximum length: 6

      cAMassRunDate - Date ID

      Constraints: Not nullable

      contractAccount - Contract Account

      Constraints: Not nullable, Maximum length: 12

      cADunningCounter - Counter for Several Dunning Notices to a Business Partner

      Constraints: Not nullable, Maximum length: 6

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

      @Nonnull GetAllRequestBuilder<CADunningItem> getAllCADunningItem()
      Deprecated.
      Fetch multiple CADunningItem entities.
      Returns:
      A request builder to fetch multiple CADunningItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • countCADunningItem

      @Nonnull CountRequestBuilder<CADunningItem> countCADunningItem()
      Deprecated.
      Fetch the number of entries from the CADunningItem entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CADunningItem entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the request builder object.
    • getCADunningItemByKey

      @Nonnull GetByKeyRequestBuilder<CADunningItem> getCADunningItemByKey(LocalDate cAMassRunDate, String cAMassRunID, String businessPartner, String contractAccount, String cADunningCounter, String cADocumentNumber, String cARepetitionItemNumber, String cABPItemNumber, String cASubItemNumber)
      Deprecated.
      Fetch a single CADunningItem entity using key fields.
      Parameters:
      businessPartner - Business Partner Number

      Constraints: Not nullable, Maximum length: 10

      cADocumentNumber - Number of a FI-CA Document

      Constraints: Not nullable, Maximum length: 12

      cABPItemNumber - Item Number in FI-CA Document

      Constraints: Not nullable, Maximum length: 4

      cAMassRunID - Run ID

      Constraints: Not nullable, Maximum length: 6

      cARepetitionItemNumber - Repetition Item in FI-CA Document

      Constraints: Not nullable, Maximum length: 3

      cAMassRunDate - Date ID

      Constraints: Not nullable

      contractAccount - Contract Account

      Constraints: Not nullable, Maximum length: 12

      cADunningCounter - Counter for Several Dunning Notices to a Business Partner

      Constraints: Not nullable, Maximum length: 6

      cASubItemNumber - Subitem for a Partial Clearing in Document

      Constraints: Not nullable, Maximum length: 3

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