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 no in script

Former Member
0 Likes
451

Hi,

I created one window that is inserted in a page. After that i inserted page through insert->system symbols ->ttxsy. But page no is not displayed in my script.

Regards

Srinu

3 REPLIES 3
Read only

former_member386202
Active Contributor
0 Likes
416

Hi,

Use system variable SY-PAGNO.

Regards,

Prashant

Read only

Former Member
0 Likes
416

Hi

Create a separate window on the right side Top or Down/end of the Page for the Page number separately

in that window goto text elements and write

/ &PAGE& 'of' &SAPSCRIPT-FORMPAGES&

This will display 1 of 3 or 1 of 4 like that as page number

ensure the size of the page window to display the content correctly

Regards

anji

Read only

0 Likes
416

Hi Anji,

I done same thing but i dint get the page no's.

Regards

Srinu