2011 Jan 28 4:29 PM
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??
2011 Feb 01 8:00 AM
Add a call subscreen sub01 in PAI of screen 9002.
Regards,
Raymond
2011 Jan 31 7:59 PM
Try making your screen wider.
On a screen that I have created, all of the buttons are there.
Rob
2011 Feb 01 8:00 AM
Add a call subscreen sub01 in PAI of screen 9002.
Regards,
Raymond
2011 Feb 01 11:14 AM
2011 Feb 01 12:53 PM