Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sapscript

Former Member
0 Likes
740

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

5 REPLIES 5
Read only

kiran_k8
Active Contributor
0 Likes
714

Aatmika,

IF &PAGE& = &SAPSCRIPT-FORMPAGES&.

logic....

endif.

K.Kiran.

Read only

Former Member
0 Likes
714

HI KIRAN,

INS'T IT &<b>PAGENO</b>& = &SAPSCRIPT-FORMPAGES&.?

Read only

Former Member
0 Likes
714

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....

Read only

kiran_k8
Active Contributor
0 Likes
714

Aatmika,

It is &Page&.

K.Kiran.

Read only

Former Member
0 Likes
714

Hi,

if &sapscript-formpages& = &sy-pagno&.

endif.

regards,

kavitha