cancel
Showing results for 
Search instead for 
Did you mean: 

Module pool program - How to get rid of unwanted buttons in popup ?

former_member193947
Participant
0 Kudos

Hello Expert's,

I am new to Module pool programming. My requirement is to show a popup in a custom program, get the user's inputs and to execute on click of 'Save' button. For that, i created a screen (not sub-screen) and displayed content along with buttons. But on the bottom i get additional buttons, which i am not able to get rid off. Can you please guide me on what i am missing ? Any blogs explaining these in detail will also be helpful.

gui-enhancement.jpg

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

horst_keller
Product and Topic Expert
Product and Topic Expert

Define an appropriate GUI status for dialog boxes in menu painter or use EXCLUDING of SET PF-STATUS.

https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abapset_pf-status_...

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor

Check the GUI status (look for SET PF-STATUS in your PBO, or use system/status in the menu) then double-click on the status name or call menu painter (SE41)

  • Did you copy some part from another dynpro/program
  • Read again your training material on dynpro in Abap