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

smart forms

Former Member
0 Likes
701

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

5 REPLIES 5
Read only

Former Member
0 Likes
678

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

Read only

Former Member
0 Likes
678

hi,

In the loop you do sum on the condition of page break.

hope its helps

Regards

Ritesh J

Read only

Former Member
0 Likes
678

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

Read only

Former Member
0 Likes
678

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.

Read only

tarangini_katta
Active Contributor
0 Likes
678

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