2008 Feb 06 10:16 AM
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.
2008 Feb 06 10:25 AM
Hi ,
Use command
&PAGE& of &SAPSCRIPT-FORMPAGES(2)&.
This will give current page of total no. of pages.
Reward if useful.
Madhura
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.
2008 Feb 06 10:20 AM
2008 Feb 06 10:25 AM
Hi ,
Use command
&PAGE& of &SAPSCRIPT-FORMPAGES(2)&.
This will give current page of total no. of pages.
Reward if useful.
Madhura
2008 Feb 06 10:28 AM
&PAGE& will give the current page
&SAPSCRIPT-FORMPAGES& will give the total page.
2008 Feb 06 10:29 AM
use command line in editor
if &nextpage& eq 0
&page&
endif.
this will work
reward if helpful
kushagra
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |