This article uses the Consolidation model in the BPC420_00 environment of the SAP BPC system as an example to introduce how to build a financial consolidated reporting analysis system. BPC Environment:Documentation Index
Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
Use this file to discover all available pages before exploring further.
BPC Model:
How to Create Dashboards Based on SAP BPC System
- Create SAP BPC system data source
- Create semantic model corresponding to the financial management reporting model in SAP BPC system
- Create indicator groups
- Create indicators based on management reporting semantic model
1. Create BPC System Data Source
SAP BPC is based on the SAP BW system, so for creating SAP BPC system data sources, please refer to SAP BW Data Source.2. Create Business Grouping
Semantic models, indicators, and stories are all managed by business domain, so for grouping and permission control, corresponding business domain grouping architecture needs to be created. Refer to Business Domain Documentation Create a business domain named Finance.3. Create Semantic Model
Semantic models, as metadata management objects, are the foundation for system data analysis. To implement permission control on semantic models, semantic models need to be created within corresponding business domains. Open the semantic model management interface:- Click the New button on the Finance business domain row, select the BPC data source created in the previous step, click Next;
- Select Catalog $INFOCUBE, enter model name, click Create
Find this model in the data table area of the semantic model interface, drag it to the MDX model area, and enter text description to create the corresponding semantic model entity.
After creating the entity corresponding to the BW model in the semantic model, the page will jump to the model editing interface, and the left sidebar will show the dimension and measure information structure automatically obtained by the system for this model.
Now enhance this original metadata by adding default time hierarchy and calculated measure information Enhance Time Hierarchy Dimension:
Create Calculated Measure
Since the BPC model stores revenue amounts as negative values, when displaying, you need to negate the revenue amount. This can be achieved using calculated measures. Click Create in the calculated member group in the left sidebar, select the newly added row node, and enter in the right settings panel: Name: amount, Label: Amount, Formula:-[Measures].[/CPMB/SDATA].
4. Create Story Dashboard
Next, create corresponding report dashboards based on the semantic model. In the semantic model interface, select menu General -> Story -> Create Story to create a story. You can also click the Create button in the story list interface (first select the corresponding business group) to create. Then you can draw the dashboard you want to analyze in the story editing interface.Building Indicator System for BPC Financial Model
Enterprise financial analysis indicator system is an important part of enterprise financial management. As an important resource for enterprise information analysis, it provides financial analysis data for enterprise decision-makers, enabling scientific decisions and playing an active supporting and guaranteeing role in achieving the goal of maximizing enterprise value. Based on the BPC model, we will create 4 financial core indicators: Solvency, Profitability, Operating Capability, Development Capability.1. Create Core Indicator Business Domain
To better manage financial indicators, we create a separate Core Indicators business domain under the Finance business domain. Then create four sub-domains under the core indicators domain: Solvency, Profitability, Operating Capability, Development Capability.2. Create Indicators
Take Asset-Liability Ratio in solvency as an example to create an indicator. Refer to Indicator Registration documentation to fill in corresponding information. Here, the naming conventions for indicator names and codes need to be managed according to customer needs, the system itself has no restrictions. After selecting data source and model, select indicator type as Derived Indicator, under derived indicators you can set calculated measure formula:([Account Dim].[Total Liabilities], [Measures].[Amount]) / ([Account Dim].[Total Assets], [Measures].[Amount]), and set the unit to % in basic information.
Register indicators into the system through manual entry or batch upload on the indicator registration page. Then you can select and use indicators for display in Story. You can also view and favorite indicator lists in Indicator Application.