Interface ContractAccountingBusinessPartnerPaymentV2Service
- All Known Implementing Classes:
DefaultContractAccountingBusinessPartnerPaymentV2Service
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..
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theCABusPartPayment_2entity collection matching the filter and search expressions.createContrAcctgBusPartnerPayment(CABusPartPayment_2 cABusPartPayment_2) Deprecated.Create a newCABusPartPayment_2entity and save it to the S/4HANA system.Deprecated.Fetch multipleCABusPartPayment_2entities.getCABPPaytEnhcdForDspCrcyByKey(String p_DisplayCurrency) Deprecated.Fetch a singleCABPPaytEnhcdForDspCrcyParametersentity using key fields.getCABPPaytItemEnhcdForDspCrcyByKey(String p_DisplayCurrency) Deprecated.Fetch a singleCABPPaytItemEnhcdForDspCrcyParametersentity using key fields.getContrAcctgBusPartnerPaymentByKey(UUID cABusPartnerPaymentUUID) Deprecated.Fetch a singleCABusPartPayment_2entity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
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
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getCABPPaytEnhcdForDspCrcyByKey
@Nonnull GetByKeyRequestBuilder<CABPPaytEnhcdForDspCrcyParameters> getCABPPaytEnhcdForDspCrcyByKey(String p_DisplayCurrency) Deprecated.Fetch a singleCABPPaytEnhcdForDspCrcyParametersentity using key fields.- Parameters:
p_DisplayCurrency- Currency KeyConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
CABPPaytEnhcdForDspCrcyParametersentity 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 theexecutemethod on the request builder object.
-
getCABPPaytItemEnhcdForDspCrcyByKey
@Nonnull GetByKeyRequestBuilder<CABPPaytItemEnhcdForDspCrcyParameters> getCABPPaytItemEnhcdForDspCrcyByKey(String p_DisplayCurrency) Deprecated.Fetch a singleCABPPaytItemEnhcdForDspCrcyParametersentity using key fields.- Parameters:
p_DisplayCurrency- Currency KeyConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
CABPPaytItemEnhcdForDspCrcyParametersentity 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 theexecutemethod on the request builder object.
-
getAllContrAcctgBusPartnerPayment
Deprecated.Fetch multipleCABusPartPayment_2entities.- Returns:
- A request builder to fetch multiple
CABusPartPayment_2entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countContrAcctgBusPartnerPayment
Deprecated.Fetch the number of entries from theCABusPartPayment_2entity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
CABusPartPayment_2entities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getContrAcctgBusPartnerPaymentByKey
@Nonnull GetByKeyRequestBuilder<CABusPartPayment_2> getContrAcctgBusPartnerPaymentByKey(UUID cABusPartnerPaymentUUID) Deprecated.Fetch a singleCABusPartPayment_2entity using key fields.- Parameters:
cABusPartnerPaymentUUID- Document Container IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
CABusPartPayment_2entity 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 theexecutemethod on the request builder object.
-
createContrAcctgBusPartnerPayment
@Nonnull CreateRequestBuilder<CABusPartPayment_2> createContrAcctgBusPartnerPayment(@Nonnull CABusPartPayment_2 cABusPartPayment_2) Deprecated.Create a newCABusPartPayment_2entity and save it to the S/4HANA system.- Parameters:
cABusPartPayment_2-CABusPartPayment_2entity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CABusPartPayment_2entity. To perform execution, call theexecutemethod on the request builder object.
-