public interface TrialBalanceService
This service enables you to read trial balance data in an API call. It is based on the OData protocol, and can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | C_TRIALBALANCE_CDS |
API Version: | 1 |
Communication Scenario: | Finance - Accounting Analytics Integration (SAP_COM_0303) |
Scope Items: | Accounting and Financial Close (J58) |
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. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.TrialBalanceService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull LedgerFluentHelper getAllLedger()
Ledger
entities.@Nonnull LedgerByKeyFluentHelper getLedgerByKey(String ledger)
Ledger
entity using key fields.ledger
- LedgerConstraints: Not nullable
Ledger
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 CompanyCodeFluentHelper getAllCompanyCode()
CompanyCode
entities.CompanyCode
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 CompanyCodeByKeyFluentHelper getCompanyCodeByKey(String companyCode)
CompanyCode
entity using key fields.companyCode
- Company CodeConstraints: Not nullable
CompanyCode
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 GLAccountFluentHelper getAllGLAccount()
GLAccount
entities.@Nonnull GLAccountByKeyFluentHelper getGLAccountByKey(String gLAccount)
GLAccount
entity using key fields.gLAccount
- G/L AccountConstraints: Not nullable
GLAccount
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 ProjectFluentHelper getAllProject()
Project
entities.@Nonnull ProjectByKeyFluentHelper getProjectByKey(String project)
Project
entity using key fields.project
- Project DefinitionConstraints: Not nullable
Project
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 ODataQueryAdditionalMetadataFluentHelper getAllODataQueryAdditionalMetadata()
ODataQueryAdditionalMetadata
entities.ODataQueryAdditionalMetadata
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 ODataQueryAdditionalMetadataByKeyFluentHelper getODataQueryAdditionalMetadataByKey(String oDataQueryMetadata)
ODataQueryAdditionalMetadata
entity using key fields.oDataQueryMetadata
- ODataQueryAdditionalMetadata
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 TRIALBALANCEParametersByKeyFluentHelper getTRIALBALANCEParametersByKey(LocalDateTime p_FromPostingDate, LocalDateTime p_ToPostingDate)
TRIALBALANCEParameters
entity using key fields.p_ToPostingDate
- Posting Date ToConstraints: Not nullable, Precision: 0
p_FromPostingDate
- Posting Date FromConstraints: Not nullable, Precision: 0
TRIALBALANCEParameters
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 © 2018 SAP SE. All rights reserved.