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: 

Select-options in SE51 with problem

Former Member
0 Kudos
152

Hi!

I´m trying to put select-options in screen by SE51.

I create a subscreen:

selection-screen begin of screen 9001 as subscreen.

select-options: so_matnr for mara-matnr.

selection-screen end of screen 9001.

And i call this screen in PBO of my screen 9002:

call subscreen sub01 including sy-repid '9001'.

The select-options appear all right but the button that add more registers (that i could hide with command NO-EXTENSION) not working.

How can i put SO in my screen and all functions work fine??

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
75

Add a call subscreen sub01 in PAI of screen 9002.

Regards,

Raymond

4 REPLIES 4

Former Member
0 Kudos
75

Try making your screen wider.

On a screen that I have created, all of the buttons are there.

Rob

raymond_giuseppi
Active Contributor
0 Kudos
76

Add a call subscreen sub01 in PAI of screen 9002.

Regards,

Raymond

0 Kudos
75

Perfect! Now work fine!

Thank's!

shashank_agarwal
Participant
0 Kudos
75

yes...of course it works...