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 numbering problem in SAP script.

tarangini_katta
Active Contributor
0 Likes
510

Hi All,

I am working on SAP Script.I am printing page numbers with below statement

Page &PAGE& of &SAPSCRIPT-FORMPAGES&

I have 33 pages in that case upto pages it is displaying 9 of 3 after 9 page it is displaying like 10 of 33.

Please let me know how can i solve this problem.

Thanks,

Hi All,

I am working on SAP Script.I am printing page numbers with below statement

Page &PAGE& of &SAPSCRIPT-FORMPAGES&

I have 33 pages in that case upto pages it is displaying 9 of 3 after 9 page it is displaying like 10 of 33.

Please let me know how can i solve this problem.

Thanks,

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
483

Try this.


&PAGE(CZ)& of &SAPSCRIPT-FORMPAGES(CZ)&

Read only

0 Likes
483

Hi Gautam,

My problem is not solved with this.

Can you please let me know how to solve the problem.

Thanks,

Read only

tarangini_katta
Active Contributor
0 Likes
483

solved myself