public interface JournalEntryItemService extends BatchService<JournalEntryItemServiceBatch>
The service contains journal entry items and master data of the referenced company code, cost center, profit center. This API call 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: | API_JOURNALENTRYITEMBASIC_SRV |
API Version: | 1 |
Communication Scenario: | SAP Analytics Cloud for Planning Integration (SAP_COM_0087), Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241) |
Scope Items: | Import Connection setup with SAP Analytics Cloud (1YB), Group Reporting - Data from SAP Group Reporting Data Collection (287) |
Authentication Methods: | Basic, x509, OAuth2 |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull JournalEntryItemService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@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
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
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 CostCenterFluentHelper getAllCostCenter()
CostCenter
entities.CostCenter
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 CostCenterByKeyFluentHelper getCostCenterByKey(String controllingArea, String costCenter, LocalDateTime validityEndDate)
CostCenter
entity using key fields.costCenter
- A key that uniquely identifies a cost center.
Constraints: Not nullable, Maximum length: 10
controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
CostCenter
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 GLAccountInChartOfAccountsFluentHelper getAllGLAccountInChartOfAccounts()
GLAccountInChartOfAccounts
entities.GLAccountInChartOfAccounts
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 GLAccountInChartOfAccountsByKeyFluentHelper getGLAccountInChartOfAccountsByKey(String chartOfAccounts, String gLAccount)
GLAccountInChartOfAccounts
entity using key fields.gLAccount
- The G/L account number identifies the G/L account in a chart of accounts.
Constraints: Not nullable, Maximum length: 10
chartOfAccounts
- Key that uniquely identifies a chart of accounts.
Constraints: Not nullable, Maximum length: 4
GLAccountInChartOfAccounts
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 JournalEntryItemBasicFluentHelper getAllJournalEntryItemBasic()
JournalEntryItemBasic
entities.JournalEntryItemBasic
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 JournalEntryItemBasicByKeyFluentHelper getJournalEntryItemBasicByKey(String iD)
JournalEntryItemBasic
entity using key fields.iD
- JournalEntryItemBasic
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 ProfitCenterFluentHelper getAllProfitCenter()
ProfitCenter
entities.ProfitCenter
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 ProfitCenterByKeyFluentHelper getProfitCenterByKey(String controllingArea, String profitCenter, LocalDateTime validityEndDate)
ProfitCenter
entity using key fields.controllingArea
- Uniquely identifies a controlling area.
Constraints: Not nullable, Maximum length: 4
profitCenter
- Key which together with the controlling area uniquely identifies a profit center.
Constraints: Not nullable, Maximum length: 10
validityEndDate
- Date indicating up to when an entry is valid.
Constraints: Not nullable, Precision: 0
ProfitCenter
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 © 2021 SAP SE. All rights reserved.