public interface DebitOrCreditIndicatorService extends BatchService<DebitOrCreditIndicatorServiceBatch>
This service enables you to display the debit/credit indicator to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_CONTROLLINGDEBITCREDITCODE_SRV |
API Version: | 1 |
Communication Scenario: | SAP Analytics Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | Integration between SAP S/4HANA Cloud and SAP Analytics Cloud (1YB) |
Authentication Methods: | Basic, x509 |
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 |
---|---|
ControllingDebitCreditCodeFluentHelper |
getAllControllingDebitCreditCode()
Fetch multiple
ControllingDebitCreditCode entities. |
ControllingDebitCreditCodeTFluentHelper |
getAllControllingDebitCreditCodeT()
Fetch multiple
ControllingDebitCreditCodeT entities. |
ControllingDebitCreditCodeByKeyFluentHelper |
getControllingDebitCreditCodeByKey(String controllingDebitCreditCode)
Fetch a single
ControllingDebitCreditCode entity using key fields. |
ControllingDebitCreditCodeTByKeyFluentHelper |
getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode,
String language)
Fetch a single
ControllingDebitCreditCodeT entity using key fields. |
DebitOrCreditIndicatorService |
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 DebitOrCreditIndicatorService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ControllingDebitCreditCodeFluentHelper getAllControllingDebitCreditCode()
ControllingDebitCreditCode
entities.ControllingDebitCreditCode
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 ControllingDebitCreditCodeByKeyFluentHelper getControllingDebitCreditCodeByKey(String controllingDebitCreditCode)
ControllingDebitCreditCode
entity using key fields.controllingDebitCreditCode
- Differentiates between debit and credit postings from a Controlling point of view.
Constraints: Not nullable, Maximum length: 1
ControllingDebitCreditCode
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 ControllingDebitCreditCodeTFluentHelper getAllControllingDebitCreditCodeT()
ControllingDebitCreditCodeT
entities.ControllingDebitCreditCodeT
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 ControllingDebitCreditCodeTByKeyFluentHelper getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode, String language)
ControllingDebitCreditCodeT
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
controllingDebitCreditCode
- Differentiates between debit and credit postings from a Controlling point of view.
Constraints: Not nullable, Maximum length: 1
ControllingDebitCreditCodeT
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 © 2019 SAP SE. All rights reserved.