2008 Mar 27 10:16 AM
Hi Abapers,
I had made an executable program in which im having radio buttons and push buttons.Now i want ot hide execute button in the menu bar.Can anyone give me code for this.
Points will be rewarded for helpful answere.
Thanks in advance.
Regards,
Neethu Joy.
2008 Mar 27 10:46 AM
Hello,
maybe this is helpful:
DATA:
gt_exclude TYPE TABLE OF rsexfcode,
gs_exclude TYPE rsexfcode.
PARAMETERS:
pa_test TYPE c.
INITIALIZATION.
gs_exclude-fcode = 'ONLI'.
APPEND gs_exclude TO gt_exclude.
AT SELECTION-SCREEN OUTPUT.
CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
EXPORTING
p_status = '%_00'
p_program = 'RSSYSTDB'
TABLES
p_exclude = gt_exclude.
Regards Matthias
Hi Murken,
Thanks for your valuable answere. its working .
All the best
Regards,
neethu
2008 Mar 27 10:19 AM
If you want to hide the execute button, then i would rather suggest you to convert this into a module pool program.
Thanks,
Balaji
2008 Mar 27 10:24 AM
Hi Bala,
Thanks for quick reply.
Can't i do that without using module pool programming.
Regards,
Neethu Joy.
2008 Mar 27 10:33 AM
Hi neethu,
how you want to hide the button dynamically or permenantly.i think you can hide the button by going to the screen(may be the default screen 1000).
regards
shibu
2008 Mar 27 10:46 AM
Hi sibu,
Im in MDM could you tell me how to proceed with that.
Thanks,
Neethu
2008 Mar 27 10:46 AM
Hello,
maybe this is helpful:
DATA:
gt_exclude TYPE TABLE OF rsexfcode,
gs_exclude TYPE rsexfcode.
PARAMETERS:
pa_test TYPE c.
INITIALIZATION.
gs_exclude-fcode = 'ONLI'.
APPEND gs_exclude TO gt_exclude.
AT SELECTION-SCREEN OUTPUT.
CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
EXPORTING
p_status = '%_00'
p_program = 'RSSYSTDB'
TABLES
p_exclude = gt_exclude.
Regards Matthias
2008 Mar 27 10:57 AM
Hi Murken,
Thanks for your valuable answere. its working .
All the best
Regards,
neethu
2008 May 23 8:25 AM
I have to agree to the last posting a really valuable hint thanks
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |