Watch the following video to find out more about the transaction data import process.
Objective
Watch the following video to find out more about the transaction data import process.
Importing transaction data is covered in detail in the Importing and Wrangling Transactional Data in a Model lesson in the Designing Data Models and Transforming Data in SAP Analytics Cloud learning journey.
Below, you will find some additional information related to creating an import query to suit your own business requirements when creating a hybrid planning solution.
In the Map to Facts step, keep the following in mind for transaction data imports:
The date settings can be adjusted in the Map to Fact step by selecting Review Settings.
In the Mapping Summary tab, you can change Mapping and Preferences.
In the Mapping field, you can choose between:
In the Preferences section, you can select Apply fiscal settings to column values, which allows you to pick a format for the incoming data such as Same as Target Dimension (YYYYPP) or YYYY.PP.
In the Fiscal Settings tab, you can view the time settings for the model. For example, which periods are included in the fiscal year and the starting period for the year.
When you select Run Import, a dialog provides an overview of the data that is being imported. It is possible to change the settings at this point, if required.
In the Import Settings, you can update:
If Validation Settings is enabled, you may select which hierarchies to validate against. Validating against selected hierarchies will prevent data from being imported to non-leaf members.
After you run an import query and the data is in the planning model:
From the Data Management workspace, it is possible to access a More actions menu, allowing you to refresh, edit, or delete the import job.
From the Model Structure workspace, it is possible to view the imported transaction data.
Note
Transaction data imports can be triggered in a Multi Action. For more information, see Configuring Multi Actions.
Business Scenario: As part of the integration project, you need to import the accounting transaction data from SAP S/4HANA to use in your hybrid planning solution.
Task Flow: In this practice exercise, you will:
Business Scenario: As part of the integration project, you need to import the group reporting (or consolidation) transaction data from SAP S/4HANA Finance for group reporting. You will use an OData Connection data source instead of a CDS view.
Some of your planners need to plan by consolidation unit and profit center revenue values that are net of intercompany transactions. However, you also have other planners who need to plan on revenue values that include intercompany transactions. To meet this requirement, the SAP Analytics Cloud model includes the following dimensions for consolidation unit and profit center.
In the following example:
You have been provided with the following script to use to create a freehand query for the import job:
12GRTransactionData(P_ConsolidationUnitHierId='$',P_ConsolidationPrftCtrHierId='$',P_ConsolidationSegmentHierId='$',P_KeyDate=datetime'2023-01-01T14:49:52')/Results?$select=ConsolidationVersion,FiscalYearPeriod,ConsolidationLedger,ConsolidationUnit,CostCenter,ProfitCenter,Segment,ConsolidationUnitForElim,ConsolidationPrftCtrForElim,ConsolidationSegmentForElim,CustomerSupplierCountry,FinancialStatementItem,FinancialTransactionType,FunctionalArea,SubItem,FunctionalArea,PartnerConsolidationUnit,PartnerProfitCenter,PostingLevel,ConsolidationGroup,GLRecordType,PostingLevel,PeriodMode,ConsolidationDocumentType,GroupCurrency,LocalCurrency,AmountInGroupCurrency,AmountInLocalCurrency&$filter=ConsolidationVersion eq 'U00' and ConsolidationLedger eq 'Y1' and FiscalYearPeriod eq '012%2F2024' and PeriodMode eq 'PER' and ConsolidationGroup eq 'CG00W' and (GLRecordType ne 'R')
In the above script, note:
Task Flow: In this practice exercise, you will:
Log in to track your progress & complete quizzes