‎2006 Sep 12 3:18 PM
hi,
how to put page number on my report in sapscript
sy page gave me 0.
‎2006 Sep 12 3:20 PM
IF you are in REPORT,
then you can use SY-PAGNO field to get the current page no.
if SCRIPT layout,if you want to print the current page,
then use &PAGE&.
Regards
Srikanth
‎2006 Sep 12 3:19 PM
‎2006 Sep 12 3:19 PM
Use the SY-PAGNO system variable for ABAP
and use &PAGE& for SAPScript.
Regards
Tamá
‎2006 Sep 12 3:20 PM
‎2006 Sep 12 3:20 PM
IF you are in REPORT,
then you can use SY-PAGNO field to get the current page no.
if SCRIPT layout,if you want to print the current page,
then use &PAGE&.
Regards
Srikanth
‎2006 Sep 12 3:21 PM
‎2006 Sep 12 3:22 PM
‎2006 Sep 12 3:22 PM
Hello Nick,
<b>Use &PAGE& 'of' &SAPSCRIPT-PAGES&.</b>
If useful reward.
Vasanth
‎2006 Sep 12 3:23 PM
‎2006 Sep 12 3:28 PM
Hi,
SY-PAGE is not a variable in Script, you need to use &PAGE& to print the current page
&NEXTPAGE& --> Next page
&FORMPAGES& --> Last page
&SAPSCRIPT-FORMPAGES& --> Last page
Regards
Sudheer