Class DefaultContractAccountingBusinessPartnerPaymentService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultContractAccountingBusinessPartnerPaymentService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ContractAccountingBusinessPartnerPaymentService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultContractAccountingBusinessPartnerPaymentService")
@Deprecated
public class DefaultContractAccountingBusinessPartnerPaymentService
extends Object
implements ServiceWithNavigableEntities, ContractAccountingBusinessPartnerPaymentService
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_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2208 |
| 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) |
| Service Group Name: | API_CABUSPARTPAYMENT |
| Business Object: | Contract Accounting Business Partner Payment |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ContractAccountingBusinessPartnerPaymentService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingContractAccountingBusinessPartnerPaymentService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theBusPartPaymentHeaderentity collection matching the filter and search expressions.createBusPartPaymentHeader(BusPartPaymentHeader busPartPaymentHeader) Deprecated.Create a newBusPartPaymentHeaderentity and save it to the S/4HANA system.Deprecated.Fetch multipleBusPartPaymentHeaderentities.getBusPartPaymentByKey(String p_DisplayCurrency) Deprecated.Fetch a singleBusPartPaymentParametersentity using key fields.getBusPartPaymentHeaderByKey(UUID cADocumentContainerPaymentUUID) Deprecated.Fetch a singleBusPartPaymentHeaderentity using key fields.getBusPartPaymentItemByKey(String p_DisplayCurrency) Deprecated.Fetch a singleBusPartPaymentItemParametersentity using key fields.Deprecated.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultContractAccountingBusinessPartnerPaymentService
public DefaultContractAccountingBusinessPartnerPaymentService()Deprecated.Creates a service usingContractAccountingBusinessPartnerPaymentService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultContractAccountingBusinessPartnerPaymentService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceContractAccountingBusinessPartnerPaymentService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceCreates a batch request builder object.- Specified by:
batchin interfaceContractAccountingBusinessPartnerPaymentService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getBusPartPaymentByKey
@Nonnull public GetByKeyRequestBuilder<BusPartPaymentParameters> getBusPartPaymentByKey(String p_DisplayCurrency) Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceFetch a singleBusPartPaymentParametersentity using key fields.- Specified by:
getBusPartPaymentByKeyin interfaceContractAccountingBusinessPartnerPaymentService- Parameters:
p_DisplayCurrency- Currency KeyConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
BusPartPaymentParametersentity 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.
-
getAllBusPartPaymentHeader
Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceFetch multipleBusPartPaymentHeaderentities.- Specified by:
getAllBusPartPaymentHeaderin interfaceContractAccountingBusinessPartnerPaymentService- Returns:
- A request builder to fetch multiple
BusPartPaymentHeaderentities. 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.
-
countBusPartPaymentHeader
Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceFetch the number of entries from theBusPartPaymentHeaderentity collection matching the filter and search expressions.- Specified by:
countBusPartPaymentHeaderin interfaceContractAccountingBusinessPartnerPaymentService- Returns:
- A request builder to fetch the count of
BusPartPaymentHeaderentities. 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.
-
getBusPartPaymentHeaderByKey
@Nonnull public GetByKeyRequestBuilder<BusPartPaymentHeader> getBusPartPaymentHeaderByKey(UUID cADocumentContainerPaymentUUID) Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceFetch a singleBusPartPaymentHeaderentity using key fields.- Specified by:
getBusPartPaymentHeaderByKeyin interfaceContractAccountingBusinessPartnerPaymentService- Parameters:
cADocumentContainerPaymentUUID- Document Container IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
BusPartPaymentHeaderentity 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.
-
createBusPartPaymentHeader
@Nonnull public CreateRequestBuilder<BusPartPaymentHeader> createBusPartPaymentHeader(@Nonnull BusPartPaymentHeader busPartPaymentHeader) Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceCreate a newBusPartPaymentHeaderentity and save it to the S/4HANA system.- Specified by:
createBusPartPaymentHeaderin interfaceContractAccountingBusinessPartnerPaymentService- Parameters:
busPartPaymentHeader-BusPartPaymentHeaderentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
BusPartPaymentHeaderentity. To perform execution, call theexecutemethod on the request builder object.
-
getBusPartPaymentItemByKey
@Nonnull public GetByKeyRequestBuilder<BusPartPaymentItemParameters> getBusPartPaymentItemByKey(String p_DisplayCurrency) Deprecated.Description copied from interface:ContractAccountingBusinessPartnerPaymentServiceFetch a singleBusPartPaymentItemParametersentity using key fields.- Specified by:
getBusPartPaymentItemByKeyin interfaceContractAccountingBusinessPartnerPaymentService- Parameters:
p_DisplayCurrency- Currency KeyConstraints: Not nullable, Maximum length: 3
- Returns:
- A request builder to fetch a single
BusPartPaymentItemParametersentity 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-