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

page number on sapscript

Former Member
0 Likes
1,327

hi guyz,

i wanna print pageno on sap script

at the moment iam using

&SAPSCRIPT-JOBPAGES& for total number of pages

that bit working fine....

but i want like

1 of 2

2 of 2...

when i use sy-pagno ..im not getting anything out on my page...plz advise

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
758

plz i need it ..asap...thanks

plz i need it ..asap...thanks

4 REPLIES 4
Read only

Former Member
0 Likes
759

plz i need it ..asap...thanks

Read only

0 Likes
758

Hi,

Just try with this: <b>&page& of &SAPSCRIPT-FORMPAGES&</b>

Thanks,

Anil

Read only

0 Likes
758

Hi,

i have print the page no using above command but it's printing same page no on every page.

like 1/5 on first

       1/5 on second

;

.

.     1/5 on page five

please reply asap.

Thanks in advance.

Read only

Former Member
0 Likes
758

&PAGE& ...gives u da current page

&SAPSCRIPT-FORMPAGES& ...gives u da total pages

Hope dis helps