public interface ReadBillingDocumentsService
This OData service enables external systems and other consumers outside SAP S/4HANA Cloud to read billing document data through API calls. You can use it to let external consumers retrieve billing document data from your SAP S/4HANA Cloud system. The service contains header, item, business partner, and pricing element nodes.
Reference: SAP API Business Hub
OData Service: | API_BILLING_DOCUMENT_SRV |
API Version: | 1 |
Communication Scenario: | Billing Integration (SAP_COM_0120) |
Scope Items: | External Billing (1Z6) |
API Business Object: | Business Object |
BillingDocumentFluentHelper getAllBillingDocument()
BillingDocument
entities.BillingDocument
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.BillingDocumentByKeyFluentHelper getBillingDocumentByKey(String billingDocument)
BillingDocument
entity using key fields.billingDocument
- The number that uniquely identifies the billing document (the invoice, for example).Constraints: Not nullable, Maximum length: 10
BillingDocument
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.BillingDocumentItemFluentHelper getAllBillingDocumentItem()
BillingDocumentItem
entities.BillingDocumentItem
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.BillingDocumentItemByKeyFluentHelper getBillingDocumentItemByKey(String billingDocument, String billingDocumentItem)
BillingDocumentItem
entity using key fields.billingDocumentItem
- The number that uniquely identifies the item in the billing 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
BillingDocumentItem
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.BillingDocumentItemPartnerFluentHelper getAllBillingDocumentItemPartner()
BillingDocumentItemPartner
entities.BillingDocumentItemPartner
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.BillingDocumentItemPartnerByKeyFluentHelper getBillingDocumentItemPartnerByKey(String billingDocument, String billingDocumentItem, String partnerFunction)
BillingDocumentItemPartner
entity using key fields.partnerFunction
- The abbreviated form of the name that identifies the partner function.Constraints: Not nullable, Maximum length: 2
billingDocumentItem
- The number that uniquely identifies the item in the billing 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
BillingDocumentItemPartner
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.BillingDocumentItemPrcgElmntFluentHelper getAllBillingDocumentItemPrcgElmnt()
BillingDocumentItemPrcgElmnt
entities.BillingDocumentItemPrcgElmnt
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.BillingDocumentItemPrcgElmntByKeyFluentHelper getBillingDocumentItemPrcgElmntByKey(String billingDocument, String billingDocumentItem, String pricingProcedureStep, String pricingProcedureCounter)
BillingDocumentItemPrcgElmnt
entity using key fields.billingDocumentItem
- The number that uniquely identifies the item in the billing document.Constraints: Not nullable, Maximum length: 6
pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.Constraints: Not nullable, Maximum length: 3
billingDocument
- The number that uniquely identifies the billing document (the invoice, for example).Constraints: Not nullable, Maximum length: 10
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.Constraints: Not nullable, Maximum length: 3
BillingDocumentItemPrcgElmnt
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.BillingDocumentPartnerFluentHelper getAllBillingDocumentPartner()
BillingDocumentPartner
entities.BillingDocumentPartner
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.BillingDocumentPartnerByKeyFluentHelper getBillingDocumentPartnerByKey(String billingDocument, String partnerFunction)
BillingDocumentPartner
entity using key fields.partnerFunction
- The abbreviated form of the name that identifies the partner function.Constraints: Not nullable, Maximum length: 2
billingDocument
- The number that uniquely identifies the billing document (the invoice, for example).Constraints: Not nullable, Maximum length: 10
BillingDocumentPartner
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.BillingDocumentPrcgElmntFluentHelper getAllBillingDocumentPrcgElmnt()
BillingDocumentPrcgElmnt
entities.BillingDocumentPrcgElmnt
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.BillingDocumentPrcgElmntByKeyFluentHelper getBillingDocumentPrcgElmntByKey(String billingDocument, String pricingProcedureStep, String pricingProcedureCounter)
BillingDocumentPrcgElmnt
entity using key fields.pricingProcedureCounter
- Access number of the conditions within a step in the pricing procedure.Constraints: Not nullable, Maximum length: 3
billingDocument
- The number that uniquely identifies the billing document (the invoice, for example).Constraints: Not nullable, Maximum length: 10
pricingProcedureStep
- Number that determines the sequence of the condition within a procedure.Constraints: Not nullable, Maximum length: 3
BillingDocumentPrcgElmnt
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 © 2017 SAP SE. All rights reserved.