@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) |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultTrialBalanceService()
Creates a service using
TrialBalanceService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultTrialBalanceService()
TrialBalanceService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultTrialBalanceService withServicePath(@Nonnull String servicePath)
TrialBalanceService
withServicePath
in interface TrialBalanceService
servicePath
- Service path that will override the default.@Nonnull 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.@Nonnull public LedgerByKeyFluentHelper getLedgerByKey(String ledger)
TrialBalanceService
Ledger
entity
using key fields.getLedgerByKey
in interface TrialBalanceService
ledger
- Ledger
Constraints: 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 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.@Nonnull public CompanyCodeByKeyFluentHelper getCompanyCodeByKey(String companyCode)
TrialBalanceService
CompanyCode
entity using key fields.getCompanyCodeByKey
in interface TrialBalanceService
companyCode
- Company Code
Constraints: 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 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.@Nonnull public GLAccountByKeyFluentHelper getGLAccountByKey(String gLAccount)
TrialBalanceService
GLAccount
entity using key fields.getGLAccountByKey
in interface TrialBalanceService
gLAccount
- G/L Account
Constraints: 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 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.@Nonnull public ProjectByKeyFluentHelper getProjectByKey(String project)
TrialBalanceService
Project
entity
using key fields.getProjectByKey
in interface TrialBalanceService
project
- Project Definition
Constraints: 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 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.@Nonnull 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.@Nonnull public TRIALBALANCEParametersByKeyFluentHelper getTRIALBALANCEParametersByKey(LocalDateTime p_FromPostingDate, LocalDateTime p_ToPostingDate)
TrialBalanceService
TRIALBALANCEParameters
entity using key fields.getTRIALBALANCEParametersByKey
in interface TrialBalanceService
p_FromPostingDate
- Posting Date From
Constraints: Not nullable, Precision: 0
p_ToPostingDate
- Posting Date To
Constraints: 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 © 2019 SAP SE. All rights reserved.