public interface GeneralLedgerAccountLineItemService extends BatchService<GeneralLedgerAccountLineItemServiceBatch>
This service enables you to retrieve accounting-specific information from all journal entries in Financials. You can read journal entry items and detailed information for ledger, company code, ledger fiscal year, G/L account and optionally segment, profit center, cost center and other fields..
Reference: SAP API Business Hub
OData Service: | API_GLACCOUNTLINEITEM |
API Version: | 1 |
Communication Scenario: | Finance - Accounting Analytics Integration (SAP_COM_0303) |
Scope Items: | Accounting and Financial Close (J58), Accounting and Financial Close (O58) |
Authentication Methods: | Basic, x509 |
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. |
Modifier and Type | Method and Description |
---|---|
GLAccountLineItemFluentHelper |
getAllGLAccountLineItem()
Fetch multiple
GLAccountLineItem entities. |
GLAccountLineItemByKeyFluentHelper |
getGLAccountLineItemByKey(String iD)
Fetch a single
GLAccountLineItem entity using key fields. |
GeneralLedgerAccountLineItemService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull GeneralLedgerAccountLineItemService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull GLAccountLineItemFluentHelper getAllGLAccountLineItem()
GLAccountLineItem
entities.GLAccountLineItem
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 GLAccountLineItemByKeyFluentHelper getGLAccountLineItemByKey(String iD)
GLAccountLineItem
entity using key fields.iD
- GLAccountLineItem
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 © 2020 SAP SE. All rights reserved.