on ‎2020 Apr 19 5:11 PM
Hi,
We are fetching data from an ADSO Z_OVERH. Z_OVERH has data at Cost-center(columns name: Z_CC) and accounts(column name: Z_ACC) Granularity. I am fetching this data into BPC cube where I want the data to be at Entity and accounts granularity. In transformation file am mapping
Cost-center =*NEWCOL(NOCC)
And in Entity dimension I want if Dimension cost center value is 03_SYST then it should be SF048 in entity section. is this possible ?
Please help.
Request clarification before answering.
"I just gave an example for 03_SYST, I have to map 1367 cost centers" - sorry, but you have to properly explain your requirements!
Also easy:
Transformation file:
*MAPPING
Entity=Z_CCConversion file for Entity:
External Internal
03_SYST SF048
...Each line will define the mapping of one cost center to one entity
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Easy!
*MAPPING
Entity=*if(Z_CC=*str(03_SYST) then *str(SF048);???)no idea about the case when Z_CC <> 03_SYST
If you need list of mappings then you have to use conversion file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 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.