public interface TransactionDataForGroupReportingService extends BatchService<TransactionDataForGroupReportingServiceBatch>
With this service you can retrieve consolidated data including intercompany elimination and consolidation entries.
Reference: SAP API Business Hub
OData Service: | API_GRTRANSACTIONDATA_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Transaction Data for Group Reporting Integration (SAP_COM_0348), Finance - Group Reporting Planning Integration (SAP_COM_0370) |
Scope Items: | Group Reporting - Data from SAP Group Reporting Data Collection (287), Group Reporting - Data from External Systems (2U6) |
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. |
Modifier and Type | Method and Description |
---|---|
GRTransactionDataParametersByKeyFluentHelper |
getGRTransactionDataParametersByKey(String p_ConsolidationUnitHierId,
String p_ConsolidationSegmentHierId,
String p_ConsolidationPrftCtrHierId,
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_ConsolidationSegmentHierId, String p_ConsolidationPrftCtrHierId, LocalDateTime p_KeyDate)
GRTransactionDataParameters
entity using key fields.p_KeyDate
- Date indicating up to when an entry is valid.
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 Hierarchy
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 © 2020 SAP SE. All rights reserved.