‎2007 Feb 12 10:51 AM
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.
‎2007 Feb 12 11:06 AM
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
‎2007 Feb 12 11:06 AM
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
‎2007 Feb 12 11:08 AM
Refer this link:
http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm
Regards,
Ravi
‎2007 Feb 12 11:17 AM
declare global variables
get the total for all pages in various variables
and display them accordingly