on 2021 Aug 27 10:11 AM
Hi All,
Question 1:
How do we change *NEWCOL keyword to accommodate multiple categories for below like Actual, Plan
Transformation file :
*MAPPING
MM_ACCOUNT=BACM_MM
CATEGORY=*NEWCOL(ACTUAL)
...
...
*CONVERSION
Question 2:
How do we change *STR keyword to accommodate multiple categories for below like Actual, Plan
Transformation file :
*MAPPING
MM_ACCOUNT=BACM_MM
CATEGORY=*STR(ACTUAL)
...
...
*CONVERSION
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Each record from BW can be loaded to ONLY one record in BPC model! You can't generate 2 records (ACTUAL and PLAN) from single record.
But to my mind it's a bad idea to load from BW to 2 categories.
Load to ACTUAL and copy loaded data using BPC copy or script logic to PLAN.
In this case you will be sure that data is identical in both categories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are loading from text file then have CATEGORY column in the text file filled with ACTUAL or PLAN and use:
CATEGORY=CATEGORY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
4 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.