cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inter-Model Calculation

Former Member
0 Likes
168

Hi,


We are doing sales planning with what-if analysis. For what-if analysis purpose we have created a driver model in which all the drivers affecting the sales revenue are mapped. All these drivers impact on the sales revenue plan, the Main Model for sales planning contains the sales quantity only.

Sales revenue can be obtained through multiplication of sales quantity in main model with the prices in the driver model.

I have performed the calculation within one model, but i am not clear about the calculation on the data from other model.

Can any one suggest the steps to be followed in this case, and code to be used for this purpose.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Shrikant_Jadhav
Active Contributor
0 Likes

Hi Saad,

Use *Lookup function to read data from Driver model, perform calculation is
Sales model.

For reference go through the below link-

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e025fa8d-1c22-2e10-cd9f-c488c7eea...

6. Cross Application Logic page no.18

Shrikant