‎2009 May 28 6:42 AM
Hi All,
How to call a subscreen from a selection screen, I know how it can be called using TABBED block but i dont require the TABBED thing here.
Thanks,
Santosh
‎2009 May 28 6:48 AM
hi santosh ,
it is not possible to call a sub screen directly. to call a sub screen you have need a screen first.
then it can be easy.for you.
‎2009 May 28 6:56 AM
Hi,
Pls check this link.
http://help.sap.com/saphelp_nw04/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm
Hope this helps you.
BR,
Jayanth G
‎2009 May 28 6:59 AM
Hi,
Check this demo program
DEMO_SEL_SCREEN_AS_SUBSCREEN
Regards,
Jyothi CH.
‎2009 May 28 7:12 AM
hi
in the program define like
in se38
Selection-screen : begin of screen 0110 as subscreen.
select-options :s_matnr for mara-matnr.
selection-screen : end of screen 0110.
start-of-selection.
call screen 8000.
in se51
enter the program name and screen no 8000 and click on layout
select the subscreen icon and drag and drop it on layout ,name it (eg : sub1)
PBO
Module_status_8000.
call subscreen sub1 including sy-repid '0110'.
PAI
Module_user_command_8000.
Regards
‎2009 May 28 7:20 AM
Hi All,
i don't know if you have understood my requirement Correctly,Let me be more specific:
I have created a subscreen (not by selection-screen statement) say some 100.
by using tabbed block i would have called the above subscreen 100 as
SELECTION-SCREEN BEGIN OF TABBED BLOCK ts_prfields FOR 10 LINES.
SELECTION-SCREEN TAB (20) tab_cond USER-COMMAND tab_cond
DEFAULT SCREEN 0100.
SELECTION-SCREEN END OF BLOCK ts_prfields.
but now i don't need this tabbed stuff i just want to display the subscreen 100 using selection-screen statement . is this posible?
Thanks,
Santosh
‎2009 Jul 31 3:36 PM
I had the same question and searched the forum, and my conclusion is : it's NOT possible.
Most useful thread I found is this one :