2017 Jan 31 1:37 PM
Hi guys,
I developed a custom documentation for my reports, so I use a FM to show it on a button that I created, but the standard information button still appearing on my report screen.
I need to hide this button.
I tried to use de FM 'RS_SET_SELSCREEN_STATUS'. It work fine for every button except for information button.
MY CODE:
gtt_exclude-fcode = 'INIT'.
APPEND gtt_exclude TO gt_exclude.
AT SELECTION-SCREEN OUTPUT.
CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
EXPORTING
p_status = sy-pfkey
TABLES
p_exclude = gt_exclude.
Thanks a Lot!
Hi guys,
I developed a custom documentation for my reports, so I use a FM to show it on a button that I created, but the standard information button still appearing on my report screen.
I need to hide this button.
I tried to use de FM 'RS_SET_SELSCREEN_STATUS'. It work fine for every button except for information button.
MY CODE:
gtt_exclude-fcode = 'INIT'.
APPEND gtt_exclude TO gt_exclude.
AT SELECTION-SCREEN OUTPUT.
CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
EXPORTING
p_status = sy-pfkey
TABLES
p_exclude = gt_exclude.
Thanks a Lot!
2017 Jan 31 4:48 PM
Define the selection screen as a subscreen of a normal screen?
2017 Feb 01 3:03 AM
Hi,
Create GUI Status bar with customized button for your screen.
Thanks
Umayaraj.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |