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

GUI status

Former Member
0 Likes
486

i have used EXECUTE in gui status for screen 500. so wats the code am suppose to write to execute the code upon cliking the execute icon?

3 REPLIES 3
Read only

Former Member
0 Likes
464

hi..

chk the SY-UCOMM eq 'SAVE' like that...

write the code..

<b>ex : IF SY-UCOMM EQ 'EXIT'.

LEAVE PROGRAM

ENDIF.</b>

With Rgds,

S.Barani

Read only

0 Likes
464

if sy-ucomm = 'EXECUTE'

what code am i suppose to put in this?

Read only

0 Likes
464

it depends upon ur req

wht u want to do on clicking execute icon, and plz do check for function code of the execute button not for name.