‎2006 Apr 21 6:40 PM
Hi
without creating multiple pages, how can I control printing certain information on first page only and last page only?
Thanks
‎2006 Apr 21 6:46 PM
In the SAP Script use
IF &NEXTPAGE& = 0
Measn it is last page
&SAPSCRIPT-FORMPAGES(2)& will print the total number of pages
&PAGE& will giv eyou the current Page
like if &PAGE& < 2 means you are on first page
Regards
Aman
‎2006 Apr 21 6:46 PM
In the SAP Script use
IF &NEXTPAGE& = 0
Measn it is last page
&SAPSCRIPT-FORMPAGES(2)& will print the total number of pages
&PAGE& will giv eyou the current Page
like if &PAGE& < 2 means you are on first page
Regards
Aman
‎2006 Apr 21 6:51 PM