Class DefaultGeneralLedgerAccountLineItemService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultGeneralLedgerAccountLineItemService
- All Implemented Interfaces:
BatchService<GeneralLedgerAccountLineItemServiceBatch>,GeneralLedgerAccountLineItemService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultGeneralLedgerAccountLineItemService")
@Deprecated
public class DefaultGeneralLedgerAccountLineItemService
extends Object
implements GeneralLedgerAccountLineItemService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
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 Business Accelerator Hub
Details:
| OData Service: | API_GLACCOUNTLINEITEM |
| API Version: | 1.0.2 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Cloud Consolidation Data Collection Integration(SAP_COM_0241), Finance - Accounting Analytics Integration(SAP_COM_0303) |
| Scope Items: | Group Reporting - Data from SAP Group Reporting Data Collection(287), Accounting and Financial Close(J58), Accounting and Financial Close(O58) |
| Authentication Methods: | x509 |
| Business Object: | Journal Entry |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.GeneralLedgerAccountLineItemService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingGeneralLedgerAccountLineItemService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleGLAccountLineItementities.Deprecated.Fetch a singleGLAccountLineItementity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultGeneralLedgerAccountLineItemService
public DefaultGeneralLedgerAccountLineItemService()Deprecated.Creates a service usingGeneralLedgerAccountLineItemService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultGeneralLedgerAccountLineItemService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:GeneralLedgerAccountLineItemServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceGeneralLedgerAccountLineItemService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<GeneralLedgerAccountLineItemServiceBatch>
-
getAllGLAccountLineItem
Deprecated.Description copied from interface:GeneralLedgerAccountLineItemServiceFetch multipleGLAccountLineItementities.- Specified by:
getAllGLAccountLineItemin interfaceGeneralLedgerAccountLineItemService- Returns:
- A fluent helper to fetch multiple
GLAccountLineItementities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGLAccountLineItemByKey
Deprecated.Description copied from interface:GeneralLedgerAccountLineItemServiceFetch a singleGLAccountLineItementity using key fields.- Specified by:
getGLAccountLineItemByKeyin interfaceGeneralLedgerAccountLineItemService- Returns:
- A fluent helper to fetch a single
GLAccountLineItementity 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 theexecutemethod on the fluent helper object.
-