public interface PaymentItemService extends BatchService<PaymentItemServiceBatch>
This service contains payment header and payment item. The payment header is read by groups, and in each group, there are one or more payment items. Appropriate checks for restricted values and authorizations are executed for updating the approval status of payment items. Once the update has been completed, the status code is sent in the response. If there are any issues during updating the approval status of payment item, the system display error messages in the response. .
Reference: SAP API Business Hub
OData Service: | API_CN_PAYMENTRELEASELIST_APPR_SRV |
API Version: | 1 |
Communication Scenario: | Finance - China Payment Approval Integration (SAP_COM_0711) |
Scope Items: | Accounts Payable (J60) |
Authentication Methods: | Basic, x509 |
Business Object: | PaymentMedium |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PaymentItemService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PaymentReleaseListHeaderFluentHelper getAllPaymentReleaseListHeader()
PaymentReleaseListHeader
entities.PaymentReleaseListHeader
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.@Nonnull PaymentReleaseListHeaderByKeyFluentHelper getPaymentReleaseListHeaderByKey(String paymentreleaselist)
PaymentReleaseListHeader
entity using key fields.paymentreleaselist
- Uniquely identifies a list created in the Payment Release List application and is generated by the
application.
Constraints: Not nullable, Maximum length: 10
PaymentReleaseListHeader
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.@Nonnull PaymentReleaseListItemFluentHelper getAllPaymentReleaseListItem()
PaymentReleaseListItem
entities.PaymentReleaseListItem
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.@Nonnull PaymentReleaseListItemByKeyFluentHelper getPaymentReleaseListItemByKey(UUID paymentreleaselistitemuuid)
PaymentReleaseListItem
entity using key fields.paymentreleaselistitemuuid
- UUID in X form (binary)
Constraints: Not nullable
PaymentReleaseListItem
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.@Nonnull PaymentReleaseListItemUpdateFluentHelper updatePaymentReleaseListItem(@Nonnull PaymentReleaseListItem paymentReleaseListItem)
PaymentReleaseListItem
entity and save it to the S/4HANA system.paymentReleaseListItem
- PaymentReleaseListItem
entity object that will be updated in the S/4HANA system.PaymentReleaseListItem
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.