public interface SalesAndDistributionDocumentOrderReasonService extends BatchService<SalesAndDistributionDocumentOrderReasonServiceBatch>
The service contains four entities, from which Self- Billing Cockpit consumers can retrieve the order reason ID and description, retro- billing relevance of the order reason, as well as the related item type for self- billing processing.
Reference: SAP API Business Hub
OData Service: | API_SALES_DOCUMENT_REASON_SRV |
API Version: | 1 |
Communication Scenario: | SAP Self-Billing Cockpit Integration (SAP_COM_0564) |
Scope Items: | Self-Billing - S/4HANA Backend Integration (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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull SalesAndDistributionDocumentOrderReasonService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull RetroBillingUsageTextFluentHelper getAllRetroBillingUsageText()
RetroBillingUsageText
entities.RetroBillingUsageText
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 RetroBillingUsageTextByKeyFluentHelper getRetroBillingUsageTextByKey(String retroBillingUsage, String language)
RetroBillingUsageText
entity using key fields.retroBillingUsage
- This indicator is only relevant if you specify the order reason in a credit/debit memo request or a
credit/debit memo.
Constraints: Not nullable, Maximum length: 1
language
- The language key contains the abbreviation for the language in which a text is stored. It controls the
language in which texts are output on the printer or on the screen.
Constraints: Not nullable, Maximum length: 2
RetroBillingUsageText
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 SDDocumentReasonFluentHelper getAllSDDocumentReason()
SDDocumentReason
entities.SDDocumentReason
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 SDDocumentReasonByKeyFluentHelper getSDDocumentReasonByKey(String sDDocumentReason)
SDDocumentReason
entity using key fields.sDDocumentReason
- Indicates the reason for creating the sales document.
Constraints: Not nullable, Maximum length: 3
SDDocumentReason
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 SDDocumentReasonTextFluentHelper getAllSDDocumentReasonText()
SDDocumentReasonText
entities.SDDocumentReasonText
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 SDDocumentReasonTextByKeyFluentHelper getSDDocumentReasonTextByKey(String sDDocumentReason, String language)
SDDocumentReasonText
entity using key fields.sDDocumentReason
- Indicates the reason for creating the sales document.
Constraints: Not nullable, Maximum length: 3
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
SDDocumentReasonText
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 SelfBillingValueItemTextFluentHelper getAllSelfBillingValueItemText()
SelfBillingValueItemText
entities.SelfBillingValueItemText
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 SelfBillingValueItemTextByKeyFluentHelper getSelfBillingValueItemTextByKey(String selfBillingValueItem, String language)
SelfBillingValueItemText
entity using key fields.language
- The language key contains the abbreviation for the language in which a text is stored. It controls the
language in which texts are output on the printer or on the screen.
Constraints: Not nullable, Maximum length: 2
selfBillingValueItem
- Value Item for Self-Billing
Constraints: Not nullable, Maximum length: 1
SelfBillingValueItemText
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 © 2021 SAP SE. All rights reserved.