‎2007 Sep 03 12:32 PM
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?
‎2007 Sep 03 12:35 PM
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
‎2007 Sep 03 12:38 PM
if sy-ucomm = 'EXECUTE'
what code am i suppose to put in this?
‎2007 Sep 03 12:44 PM
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.