cancel
Showing results for 
Search instead for 
Did you mean: 

regarding scripts

former_member197425
Active Participant
0 Kudos

Hi,

Can anybody please tell me how to get pagenumber at end of script.I used &PAGE& field but it is showing only First page number but not the remaining page numbers.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi nandi kishore

Check u put &page& on every page .

or put the logic for page

if new-page comes

increase sy-page by 1.

endif.

hope it helps.

Rewards point if helpful

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

use &sfsy-page& for page number and &sfsy-formpages& for total number of pages.

Thanks,

Suma.

Former Member
0 Kudos

Hello Nandi,

How many page layout u r having in ur Form.

If it is one then no problem. What u have done will work out.

If you are having more then one page layout then include the &PAGES& in all the page layout.

Cheers,

Vasanth