‎2009 Apr 14 11:04 AM
Hi all
i have created smartforms i want to display pagewise total and also i want to display grand total branch wise
i dont no how to proceed can any one help me.
thanks
senthil
‎2009 Apr 14 11:24 AM
Hi
just go through the following
&SFSY-PAGE& for the current page number
&SFSY-FORMPAGES& for the total number of pages in the form
&SFSY-JOBPAGE& for the total number fo pages in all forms in the print job
Regards
Smitha
‎2009 Apr 14 11:24 AM
hi,
In the loop you do sum on the condition of page break.
hope its helps
Regards
Ritesh J
‎2009 Apr 14 11:40 AM
Hello Senthil Kumar,
This is not the right forum to discuss about SAP Scripts and Smart Forms. Any thing of such should be posted in Form Printing Section of ABAP Development.
Now, coming to your question check the example in
saptechnical site under Tutorials\Smartforms\PO\page1.htm
Hope this is helpful
Note: Dont forget to post these kind of queries in Form Printing Section only
Thanks,
Babu Kilari
Edited by: Babu Kilari on Apr 14, 2009 12:46 PM
‎2009 Apr 14 12:38 PM
Hi senthil Kumar ,
I already facing the same problem.To display the page wise total, you use a footer window based on SYSY-PAGE change.
Thank You,
Anupama.
‎2009 Apr 14 3:52 PM
Hi senthil,
In u r last page
Writ like this
&SFSY-PAGE&/
&SFSY-FORMPAGES&
I think it will fix the issue
Thanks
Edited by: tarangini katta on Apr 14, 2009 4:52 PM