2014 Dec 12 10:27 AM
Hi Expert,
I'm new to BPC, so please help to sort out this one, I have an scenario to get model data into another model.
Model_1
PROD_ALLOC = M1,M2,M3
TIME = 2010.01
Model_2
BRAND = COMP_M1
PLANT = 3
While enter some value in model1.m1.2010.01 some calculation is happened and the result is stored in model.comp_m1.3.
Like this.
*DESTINATION_APP = Model_2
*RENAME_DIM PROD_ALLOC = BRAND
*WHEN PROD_ALLOC
*IS M1
*REC(EXPRESSION = %VALUE%*1.1, PROD_ALLOC = BRAND.COMP_M1)
*ENDWHEN
*COMMIT
Regards
Vimal Raj
2014 Dec 15 11:34 AM
Hi Vimal,
Your approach looks good, what is the question here. Please go through this link to understand more on DESTINATION_APP. However when you should be running this logic purly depends on the business requirement.
Thanks, Rohit
*DESTINATION_APP - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Library
Hi Expert,
I'm new to BPC, so please help to sort out this one, I have an scenario to get model data into another model.
Model_1
PROD_ALLOC = M1,M2,M3
TIME = 2010.01
Model_2
BRAND = COMP_M1
PLANT = 3
While enter some value in model1.m1.2010.01 some calculation is happened and the result is stored in model.comp_m1.3.
Like this.
*DESTINATION_APP = Model_2
*RENAME_DIM PROD_ALLOC = BRAND
*WHEN PROD_ALLOC
*IS M1
*REC(EXPRESSION = %VALUE%*1.1, PROD_ALLOC = BRAND.COMP_M1)
*ENDWHEN
*COMMIT
Regards
Vimal Raj
2014 Dec 15 11:34 AM
Hi Vimal,
Your approach looks good, what is the question here. Please go through this link to understand more on DESTINATION_APP. However when you should be running this logic purly depends on the business requirement.
Thanks, Rohit
*DESTINATION_APP - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Library