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

summation

Former Member
0 Likes
324

hi if in a report i want the total of all the amounts and the grand total in words how can i do it??? can u plss help me with code!!!

1 REPLY 1
Read only

abdulazeez12
Active Contributor
0 Likes
300

Total of all amounts:

GV_GRAND_TOTAL = total1 + total2 + total3..

Amount in words..Use the function module:

HR_IN_CHG_INR_WRDS

Pass the GV_GRAND_TOTAL in parameter AMT_IN_NUM of the above function module..u will get the text..

Hope it helps..

Shakir