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: | OP_API_SALES_DOCUMENT_REASON_SRV_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Billing Document |
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
- Use of Order Reason for Retro-Billing
Constraints: Not nullable, Maximum length: 1
language
- Language Key
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
- Order Reason (Reason for the Business Transaction)
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
- Order Reason (Reason for the Business Transaction)
Constraints: Not nullable, Maximum length: 3
language
- Language Key
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
- Language Key
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.