Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remove buttons in call selection screen window

Former Member
0 Likes
2,774

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

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,641

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,641

Look for FM RS_SET_SELSCREEN_STATUS in Abap online documentation.

(Replace SET PF-STATUS for selection-screen)


Regards,

Raymond

Read only

Juwin
Active Contributor
0 Likes
1,641

Please create a new GUI status and set it during the AT SELECTION SCREEN OUTPUT, using function module RS_SET_SELSCREEN_STATUS.

Thanks,

Juwin

Read only

0 Likes
1,641

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