‎2007 Jan 25 5:17 AM
‎2007 Jan 25 5:27 AM
If u want the page number to be displayed as (page 1 of 2) (page 2 of 2).
use the system variable sapscript-formpages.
go to se11, look at the structure sapscript, thre field name is formpages.
this field will have the page number details,
call this in your script.
Regards,
‎2007 Jan 25 5:23 AM
Hi Rajesh,
&page& prints the current page no
This gives the current page in the script.The page is in SYST table field and do apply values at run time and not at compilation so any validation based on this field fail.so, do not run any validation based on this field.
Pls mark if it helps.
Priyanka.
Message was edited by:
Priyanka Neelam
‎2007 Jan 25 5:24 AM
Current page is represented using &PAGE&
Here is a link for SAPScript , please go through this , you will get ans for most of your questions.
<a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/80342b454211d189710000e8322d00/frameset.htm">SAP Script</a>
Regards
Arun
‎2007 Jan 25 5:27 AM
If u want the page number to be displayed as (page 1 of 2) (page 2 of 2).
use the system variable sapscript-formpages.
go to se11, look at the structure sapscript, thre field name is formpages.
this field will have the page number details,
call this in your script.
Regards,
‎2007 Jan 25 5:49 AM