public interface ReadTrialBalanceService
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) |
LedgerFluentHelper getAllLedger()
Ledger
entities.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.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.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.GLAccountFluentHelper getAllGLAccount()
GLAccount
entities.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.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.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.C_TRIALBALANCEParametersByKeyFluentHelper getC_TRIALBALANCEParametersByKey(Calendar p_FromPostingDate, Calendar p_ToPostingDate)
C_TRIALBALANCEParameters
entity using key fields.p_ToPostingDate
- Posting Date ToConstraints: Not nullable, Precision: 0
p_FromPostingDate
- Posting Date FromConstraints: Not nullable, Precision: 0
C_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 © 2017 SAP SE. All rights reserved.