Application Development 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: 

HOW TO DISPLAY ALTERNATIVE PAGE NO IN SCRIPT AND SMART FORM

Former Member
0 Kudos

HI, I HAVE TEN PAGES IN SCRIPT AND FORM, I HAVE TO DISPLAY PAGE-NO IN FIRST PAGE AND 2 PAGE NO NEED TO DISPLAY AGAIN 3RD PAGE HAVE TO DISPLAY. HOW TO DO THIS

1 ACCEPTED SOLUTION

former_member203501
Active Contributor
0 Kudos

hi do like this ...

put a condition for displaying in smartforms or scripts.....if the

if syst-pageno < 3.

display the page number.

endif.

6 REPLIES 6

former_member203501
Active Contributor
0 Kudos

hi do like this ...

put a condition for displaying in smartforms or scripts.....if the

if syst-pageno < 3.

display the page number.

endif.

Former Member
0 Kudos

HI THANKS FOR REPLY, IN SMART FORM ANY OPTION AVAILABLE TO SET ALTERNATIVE PAGE NO.

0 Kudos

i think there is an option...but i am not sure...

in the conditions.....chech the check box first page and only on the page ---here give page number2

former_member224008
Active Participant
0 Kudos

hi......

In Smart forms u have use "ALTERNATIVE" option for printing alternative page numbers.

In Sapscript use coding to solve this problem,

if ( &page& mod 2 ) = 0

&page&

endif

Regards,

ARUN.

Former Member
0 Kudos

hI,

DO LIKE THIS in u r script...

/: if &page& gt 2.

/: pageno: &page& of &SAPSCRIPT-FORMPAGES&

/: endif.

Regards

Kiran

former_member188685
Active Contributor
0 Kudos

Don't use Caps in your Subject line and Message.

Thread Locked for further postings.