public interface TransactionDataForGroupReportingService extends BatchService<TransactionDataForGroupReportingServiceBatch>
This service selects transaction data that is included in SAP S/4HANA Finance for group reporting, such as reported financial data or consolidated financial data. With this service you can retrieve consolidated data including intercompany elimination and consolidation entries..
Reference: SAP API Business Hub
OData Service: | OP_API_GRTRANSACTIONDATA_SRV |
API Version: | 1 |
Minimum ERP Version: | 2020 |
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 |
---|---|
GRTransactionDataParametersByKeyFluentHelper |
getGRTransactionDataParametersByKey(String p_ConsolidationUnitHierId,
String p_ConsolidationPrftCtrHierId,
String p_ConsolidationSegmentHierId,
LocalDateTime p_KeyDate)
Fetch a single
GRTransactionDataParameters entity using key fields. |
TransactionDataForGroupReportingService |
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 TransactionDataForGroupReportingService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull GRTransactionDataParametersByKeyFluentHelper getGRTransactionDataParametersByKey(String p_ConsolidationUnitHierId, String p_ConsolidationPrftCtrHierId, String p_ConsolidationSegmentHierId, LocalDateTime p_KeyDate)
GRTransactionDataParameters
entity using key fields.p_KeyDate
- Valid To
Constraints: Not nullable, Precision: 0
p_ConsolidationSegmentHierId
- Segment Hierarchy
Constraints: Not nullable, Maximum length: 40
p_ConsolidationUnitHierId
- Consolidation Unit Hierarchy
Constraints: Not nullable, Maximum length: 40
p_ConsolidationPrftCtrHierId
- Profit Center Hier.
Constraints: Not nullable, Maximum length: 40
GRTransactionDataParameters
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.