2016 Jun 21 2:51 PM
Hello Friends,
How to remove or hide buttons in call selection screen window? I want remove check,save and get variant buttons.
Please help me.
Thanks,
Ravi
2016 Jun 21 3:07 PM
Hi Ravi,
It works the same as on the original selection screen.
in the event: AT SELECTION SCREEN OUTPUT
you loop over the screen elements and disable whatever you want to disable.
To seperate the execution from the original selection screen you can use the element sy-dynnr.
Hope this helps.
Regards
Markus
2016 Jun 21 3:09 PM
2016 Jun 21 3:10 PM
Please create a new GUI status and set it during the AT SELECTION SCREEN OUTPUT, using function module RS_SET_SELSCREEN_STATUS.
Thanks,
Juwin
2016 Jun 21 3:17 PM
No need for creating new status just add the functions to remove to P_EXCLUDE (if not already there)
Hint: Read Changing the Standard GUI Status in online documentation.
Regards,
Raymond