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

getting total on sap script

Former Member
0 Likes
440

Hi,

I am using the standard print program RFKORD00 for

printing a sap script.I need to find out which element

do i have to include in code in the sap script window to

print the total.

Ravindra

3 REPLIES 3
Read only

former_member181966
Active Contributor
0 Likes
400

You have to create windows for Total and element is <b>530</b>

Thanks

SK

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
400

Please do not open up multiple posts for the same question. Please close this post and continue with the first one. Thanks.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
400

Ravi,

it may be helpful for u

:SUMMING &NETPR& INTO V_TOTAL

loop

write form for main window

endloop.

for every time(loop pass) the value will be added to v_total ,this will be defined in script.

check this below link also

Regards,

Naveen