@Named public class DefaultReadTrialBalanceService extends Object implements 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) |
Constructor and Description |
---|
DefaultReadTrialBalanceService() |
public LedgerFluentHelper getAllLedger()
ReadTrialBalanceService
Ledger
entities.getAllLedger
in interface ReadTrialBalanceService
Ledger
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.public LedgerByKeyFluentHelper getLedgerByKey(String ledger)
ReadTrialBalanceService
Ledger
entity using key fields.getLedgerByKey
in interface ReadTrialBalanceService
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.public CompanyCodeFluentHelper getAllCompanyCode()
ReadTrialBalanceService
CompanyCode
entities.getAllCompanyCode
in interface ReadTrialBalanceService
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.public CompanyCodeByKeyFluentHelper getCompanyCodeByKey(String companyCode)
ReadTrialBalanceService
CompanyCode
entity using key fields.getCompanyCodeByKey
in interface ReadTrialBalanceService
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.public GLAccountFluentHelper getAllGLAccount()
ReadTrialBalanceService
GLAccount
entities.getAllGLAccount
in interface ReadTrialBalanceService
GLAccount
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.public GLAccountByKeyFluentHelper getGLAccountByKey(String gLAccount)
ReadTrialBalanceService
GLAccount
entity using key fields.getGLAccountByKey
in interface ReadTrialBalanceService
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.public ODataQueryAdditionalMetadataFluentHelper getAllODataQueryAdditionalMetadata()
ReadTrialBalanceService
ODataQueryAdditionalMetadata
entities.getAllODataQueryAdditionalMetadata
in interface ReadTrialBalanceService
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.public ODataQueryAdditionalMetadataByKeyFluentHelper getODataQueryAdditionalMetadataByKey(String oDataQueryMetadata)
ReadTrialBalanceService
ODataQueryAdditionalMetadata
entity using key fields.getODataQueryAdditionalMetadataByKey
in interface ReadTrialBalanceService
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.public C_TRIALBALANCEParametersByKeyFluentHelper getC_TRIALBALANCEParametersByKey(Calendar p_FromPostingDate, Calendar p_ToPostingDate)
ReadTrialBalanceService
C_TRIALBALANCEParameters
entity using key fields.getC_TRIALBALANCEParametersByKey
in interface ReadTrialBalanceService
p_FromPostingDate
- Posting Date FromConstraints: Not nullable, Precision: 0
p_ToPostingDate
- Posting Date ToConstraints: 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.