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

Help on calculation logic

Former Member
0 Likes
341

Hi,

Please help me with sample code for a calculation..

Say, Matnr and Quantity are 2 fields.

Logic is,

More than 1 matnr/Quantity is in it_matnr and the values are dynamic

Have to loop this and store the output in another it_output.

calculation: matnr*Quantity/100 = it_output.

and finally append it.

Thanks,

Shiv

Edited by: Shiv on Mar 15, 2010 7:03 AM

Hi,

Please help me with sample code for a calculation..

Say, Matnr and Quantity are 2 fields.

Logic is,

More than 1 matnr/Quantity is in it_matnr and the values are dynamic

Have to loop this and store the output in another it_output.

calculation: matnr*Quantity/100 = it_output.

and finally append it.

Thanks,

Shiv

Edited by: Shiv on Mar 15, 2010 7:03 AM

1 REPLY 1
Read only

Former Member
0 Likes
318

This is fixed