Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Model to Model data transfer in BPC

Former Member
0 Likes
466

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

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

1 REPLY 1
Read only

Former Member
0 Likes
435

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