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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 13 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.