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
466

Hi,

How to declare the page number and total page number in smart forms

I want page number this type 1/10

3 REPLIES 3
Read only

Former Member
0 Likes
423

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

Read only

Former Member
0 Likes
423

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

Read only

Former Member
0 Likes
423

but for printing the total page no u need to use final window