‎2007 Sep 21 6:48 AM
Hi,
How to declare the page number and total page number in smart forms
I want page number this type 1/10
‎2007 Sep 21 8:31 AM
hi
To have your pages numbered, you must output the variable SFSY-PAGE in a
text window
&SFSY-PAGE& -
Number of current print page
&SFSY-FORMPAGES& -
Total number of pages in current document
OR
under the function module pass the value.
document_output_info: Number of pages output (field tdfpages)
thanks
‎2008 Apr 30 7:22 AM
hi,
Smart Forms use page counters to determine the page number. Query these system fields [Seite
68] for the page counters:
&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
Reward Points if usefull
Regards
Fareedas
‎2008 Apr 30 7:26 AM