What does 'fcode' mean?

Hi.
Could anyone help me about 'fcode'  that is in userexit SD module.
I review MV45AFZZ at SE38 and am curious about it.
and  what are the 'LOES' , 'FLI1', 'FLIF' and .. Please help me
ex)
if sy-tcode+0(4)  =  'VA01'  and
   fcode+0(4)     <> 'LOES' and
   fcode+0(4)     <> 'FLI1'   and
   fcode+0(4)     <> 'FLIF'.
thank you for everyone.
vbakman.
Edited by: vbakman on Mar 11, 2009 3:46 AM

Hi vbakman,
    Welcome to SDN forum.
'fcode'  means function code of the pushbutton that you want to delete or Function code that will be passed to the application program by an event when the user chooses the pushbutton.
You use this method to change the status of an individual pushbutton:
CALL METHOD toolbar->set_button_state
           EXPORTING  enabled = enabled
                      checked = checked
                      fcode   = fcode
           EXCEPTIONS cntl_error = 1.
Thanks,
Swamy H P

Similar Messages

Maybe you are looking for