Application Development 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: 

Help required: Hide buttons in popup

Former Member
0 Kudos

Dear All,

My requirement is to hide the choose and cancel buttons on the popup

that appears on using the FM POPUP_WITH_TABLE_DISPLAY.

Any clues?

Thanks.

1 REPLY 1

former_member186746
Active Contributor
0 Kudos

you can hide fields dynamically in the PBO of the screen of the popup. (loop at screen.)

Since this is a standard FM, you should create your own withoud these buttons.

Or search the other popup function modules to find out if one exists where you can change the buttons

regards, Rob.