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

regarding sap script

Former Member
0 Likes
428

HI ,

I developed a script in which quantity of materials is coming i hv to show the totaling of quantity on every page or in the last page for this what sud i use plz help me as i m new to sap script,,,will i use a variable for this...plz help me if possible plz send me the code related to summation.

thnx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
408

Dear

use two veriables

1 for page total

2 for grand total

then put it end of main page with

/:PROTECT

/:ENDPROTECT

refer script name MEDRUCK in se71, lots of reference there

rewads if helpful

3 REPLIES 3
Read only

Former Member
0 Likes
409

Dear

use two veriables

1 for page total

2 for grand total

then put it end of main page with

/:PROTECT

/:ENDPROTECT

refer script name MEDRUCK in se71, lots of reference there

rewads if helpful

Read only

Former Member
Read only

Former Member
0 Likes
408

declare global variables

get the total for all pages in various variables

and display them accordingly