public interface SubsequentBillingDocumentService extends BatchService<SubsequentBillingDocumentServiceBatch>
SAP Self-Billing Cockpit uses this service to retrieve details about billing documents in your system that were created with reference to existing billing documents in your system. For example, if a credit memo was created with reference to an invoice, the invoice is the preceding billing document and the credit memo is the subsequent billing document. The service makes the subsequent billing document's data available through a single service entity. This service is intended solely for the integration between SAP S/4HANA Cloud and SAP Self-Billing Cockpit and should not be used for any other purposes. .
Reference: SAP API Business Hub
OData Service: | API_SUBSQNT_BILLG_DOC_SBI_SRV |
API Version: | 1 |
Communication Scenario: | SAP Self-Billing Cockpit Integration (SAP_COM_0564) |
Scope Items: | Self-Billing (4H2) |
Authentication Methods: | Basic, x509 |
Business Object: | BillingDocument |
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. |
Modifier and Type | Method and Description |
---|---|
SubsqntBillgDocForSelfBillgFluentHelper |
getAllSubsqntBillgDocForSelfBillg()
Fetch multiple
SubsqntBillgDocForSelfBillg entities. |
SubsqntBillgDocForSelfBillgByKeyFluentHelper |
getSubsqntBillgDocForSelfBillgByKey(String billingDocument,
String billingDocumentItem,
String subsequentDocument,
String subsequentDocumentItem)
Fetch a single
SubsqntBillgDocForSelfBillg entity using key fields. |
SubsequentBillingDocumentService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull SubsequentBillingDocumentService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SubsqntBillgDocForSelfBillgFluentHelper getAllSubsqntBillgDocForSelfBillg()
SubsqntBillgDocForSelfBillg
entities.SubsqntBillgDocForSelfBillg
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 SubsqntBillgDocForSelfBillgByKeyFluentHelper getSubsqntBillgDocForSelfBillgByKey(String billingDocument, String billingDocumentItem, String subsequentDocument, String subsequentDocumentItem)
SubsqntBillgDocForSelfBillg
entity using key fields.subsequentDocumentItem
- Number that uniquely identifies the item in the subsequent document (for example, in a sales order
that you created from a quotation).
Constraints: Not nullable, Maximum length: 6
billingDocumentItem
- Preceding Item of an SD Document
Constraints: Not nullable, Maximum length: 6
billingDocument
- The number that uniquely identifies the billing document (the invoice, for example).
Constraints: Not nullable, Maximum length: 10
subsequentDocument
- Number that uniquely identifies the subsequent sales, delivery, or billing document (for example, the
sales order that you create from a previous quotation).
Constraints: Not nullable, Maximum length: 10
SubsqntBillgDocForSelfBillg
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.Copyright © 2020 SAP SE. All rights reserved.