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

script page

Former Member
0 Likes
539

Hi,

please tell me how to get the discription like 1of 2 on top of page in script.

give me logic also

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

Create a window at the top of the page and write the code as below

/: &PAGE& Of &SAPSCRIPT-FORMPAGES&

Regards,

Satish

Hi,

please tell me how to get the discription like 1of 2 on top of page in script.

give me logic also

3 REPLIES 3
Read only

Former Member
0 Likes
525

Create a window at the top of the page and write the code as below

/: &PAGE& Of &SAPSCRIPT-FORMPAGES&

Regards,

Satish

Read only

0 Likes
524

thansk s for your reply,

but where i have to write in main window means

any where or after itab data

Read only

0 Likes
524

Santhosh,

Create a new window as Header window and assign it to the page. In the Page Window Editor write this code. Allign the Header window in your page to display the page number properly.

Regards,

Satish