@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultTrialBalanceService") public class DefaultTrialBalanceService extends Object implements 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) |
Constructor and Description |
---|
DefaultTrialBalanceService() |
public LedgerFluentHelper getAllLedger()
TrialBalanceService
Ledger
entities.getAllLedger
in interface TrialBalanceService
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)
TrialBalanceService
Ledger
entity using key fields.getLedgerByKey
in interface TrialBalanceService
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()
TrialBalanceService
CompanyCode
entities.getAllCompanyCode
in interface TrialBalanceService
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)
TrialBalanceService
CompanyCode
entity using key fields.getCompanyCodeByKey
in interface TrialBalanceService
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()
TrialBalanceService
GLAccount
entities.getAllGLAccount
in interface TrialBalanceService
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)
TrialBalanceService
GLAccount
entity using key fields.getGLAccountByKey
in interface TrialBalanceService
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 ProjectFluentHelper getAllProject()
TrialBalanceService
Project
entities.getAllProject
in interface TrialBalanceService
Project
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 ProjectByKeyFluentHelper getProjectByKey(String project)
TrialBalanceService
Project
entity using key fields.getProjectByKey
in interface TrialBalanceService
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.public ODataQueryAdditionalMetadataFluentHelper getAllODataQueryAdditionalMetadata()
TrialBalanceService
ODataQueryAdditionalMetadata
entities.getAllODataQueryAdditionalMetadata
in interface TrialBalanceService
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)
TrialBalanceService
ODataQueryAdditionalMetadata
entity using key fields.getODataQueryAdditionalMetadataByKey
in interface TrialBalanceService
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 TRIALBALANCEParametersByKeyFluentHelper getTRIALBALANCEParametersByKey(LocalDateTime p_FromPostingDate, LocalDateTime p_ToPostingDate)
TrialBalanceService
TRIALBALANCEParameters
entity using key fields.getTRIALBALANCEParametersByKey
in interface TrialBalanceService
p_FromPostingDate
- Posting Date FromConstraints: Not nullable, Precision: 0
p_ToPostingDate
- Posting Date ToConstraints: 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.