cancel
Showing results for 
Search instead for 
Did you mean: 

Quantity and Amount conversions

Former Member
0 Kudos

Hi All,

Please suggest me how to handle following requirement,

I have a key figure infoobject of type amount and other key figure of type quantity .I want to upload the result of Quantity*Amount in Revenue infoobject of type amount.

How to handle this in transformation using routines.

Quantity Sold (Key figure of type Quantity)

Rate (Key figure of type amount)

Revenue(Key figure of type amount)= Quantity Sold * Rate

Thanks

View Entire Topic
RamanKorrapati
Active Contributor
0 Kudos

Hi Yoges,

Take abap expert and ask him to develop above logic. try to use end routine.

if you need to bex level then easily you can get with help of calculation keyfigure.

You can give inputs abaper  amount and quantity bw names, Ex. /BIC/ZAMOUNT and /BIC/ZQNTY.

Thanks