Interface ContractAccountingBusinessPartnerPaymentV2Service

All Known Implementing Classes:
DefaultContractAccountingBusinessPartnerPaymentV2Service

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

Retrieve a list of payments and make, release or withdraw payments. Read payment items and corresponding payment headers for a business partner. Payment items are either document items which are cleared by payments, payments on account or released payments. Post or release payments for an invoice or an open document item. A released payment can also be withdrawn until the corresponding items are not cleared. Only use the version 2 of the service. Do not use version 1 as this version is deprecated..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_CABUSPARTPAYMENT_0002
API Version: 2.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_CABUSPARTPAYMENT
Business Object: Contract Accounting Business Partner Payment
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ContractAccountingBusinessPartnerPaymentV2Service 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.
    • getCABPPaytEnhcdForDspCrcyByKey

      @Nonnull GetByKeyRequestBuilder<CABPPaytEnhcdForDspCrcyParameters> getCABPPaytEnhcdForDspCrcyByKey(String p_DisplayCurrency)
      Deprecated.
      Fetch a single CABPPaytEnhcdForDspCrcyParameters entity using key fields.
      Parameters:
      p_DisplayCurrency - Currency Key

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A request builder to fetch a single CABPPaytEnhcdForDspCrcyParameters 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.
    • getCABPPaytItemEnhcdForDspCrcyByKey

      @Nonnull GetByKeyRequestBuilder<CABPPaytItemEnhcdForDspCrcyParameters> getCABPPaytItemEnhcdForDspCrcyByKey(String p_DisplayCurrency)
      Deprecated.
      Fetch a single CABPPaytItemEnhcdForDspCrcyParameters entity using key fields.
      Parameters:
      p_DisplayCurrency - Currency Key

      Constraints: Not nullable, Maximum length: 3

      Returns:
      A request builder to fetch a single CABPPaytItemEnhcdForDspCrcyParameters 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.
    • getAllContrAcctgBusPartnerPayment

      @Nonnull GetAllRequestBuilder<CABusPartPayment_2> getAllContrAcctgBusPartnerPayment()
      Deprecated.
      Fetch multiple CABusPartPayment_2 entities.
      Returns:
      A request builder to fetch multiple CABusPartPayment_2 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.
    • countContrAcctgBusPartnerPayment

      @Nonnull CountRequestBuilder<CABusPartPayment_2> countContrAcctgBusPartnerPayment()
      Deprecated.
      Fetch the number of entries from the CABusPartPayment_2 entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of CABusPartPayment_2 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.
    • getContrAcctgBusPartnerPaymentByKey

      @Nonnull GetByKeyRequestBuilder<CABusPartPayment_2> getContrAcctgBusPartnerPaymentByKey(UUID cABusPartnerPaymentUUID)
      Deprecated.
      Fetch a single CABusPartPayment_2 entity using key fields.
      Parameters:
      cABusPartnerPaymentUUID - Document Container ID

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single CABusPartPayment_2 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.
    • createContrAcctgBusPartnerPayment

      @Nonnull CreateRequestBuilder<CABusPartPayment_2> createContrAcctgBusPartnerPayment(@Nonnull CABusPartPayment_2 cABusPartPayment_2)
      Deprecated.
      Create a new CABusPartPayment_2 entity and save it to the S/4HANA system.
      Parameters:
      cABusPartPayment_2 - CABusPartPayment_2 entity object that will be created in the S/4HANA system.
      Returns:
      A request builder to create a new CABusPartPayment_2 entity. To perform execution, call the execute method on the request builder object.