Creating Transformations
Dimensions
- Right-click → New Transformation
- Choose Type: Dimension
- Select source tables (e.g., BKPF)
- AC creates a transformation that maps all fields from the source
- You can apply friendly names (technical → business-friendly)
Example:
| Technical Field | Friendly Name |
| BUKRS | Company Code |
| BELNR | Document Number |
Fact Tables
- Create a new transformation of type “Fact”
- Select one main transactional table (e.g., BSEG) and its related dimension tables (e.g., BKPF)
- Define the join keys manually or use inherited references
- Add calculated fields (e.g., Amount = Quantity * Price)
- Add surrogate keys (SK) to link to dimensions
Tip: If some tables are not directly linked, you can define manual relationships using the “Reference Statement” field.