‎2007 Oct 18 9:02 AM
hi all,
What is the system field name for SCRIPT FORM PAGE? as i want to equate a logic like this " if sy-formapage = sy-pageno,
&table-field&
kidnly reply immediately.
aatmika
‎2007 Oct 18 9:05 AM
Aatmika,
IF &PAGE& = &SAPSCRIPT-FORMPAGES&.
logic....
endif.
K.Kiran.
‎2007 Oct 18 9:13 AM
‎2007 Oct 18 9:18 AM
check this link...
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/smartforms&;
u can find all system variables and lot of info on scripts.....
so
IF &PAGE& = &SAPSCRIPT-FORMPAGES&.
logic....
endif.
is right one....
‎2007 Oct 18 9:24 AM
‎2007 Oct 18 9:08 AM
Hi,
if &sapscript-formpages& = &sy-pagno&.
endif.
regards,
kavitha