‎2008 Aug 08 1:10 PM
Hi Dear all,
I have developed one module pool screen but I want selection screen on that screen. I did that using subscreen like.....following
SELECTION-SCREEN BEGIN OF SCREEN 300 AS UBSCREEN.
SELECT-OPTIONS : EMPNO FOR PA0002-PERNR.
SELECTION-SCREEN END OF SCREEN 300 .
Select options come also on screen but when I am clicking on extension. That extension table is not coming where we enter multiple selection. So is there any logic to activate to that extension or something else.
Thanks and Regards.
Pradip Pawar
‎2008 Aug 08 2:20 PM
Hi Padip,
This is because you have not called following statement in your PAI flow logic of screen
CALL SUBSCREEN sub_area.
I tried and it's working if you include this in your PAI. If you remove this statement from flow logic extension will not appear.
Regards,
Mohaiyuddin
‎2008 Aug 08 2:20 PM
Hi Padip,
This is because you have not called following statement in your PAI flow logic of screen
CALL SUBSCREEN sub_area.
I tried and it's working if you include this in your PAI. If you remove this statement from flow logic extension will not appear.
Regards,
Mohaiyuddin
‎2008 Aug 08 2:36 PM
Hi Mohaiyuddin,
I am very very thanksful to you.............I got the solution.
Thaanks.
Regards Pradip
‎2008 Aug 08 2:28 PM
Check this..
you can do that using COMPLEX_SELECTIONS_DIALOG mentioned by me or
using the Subscreen approach mentioned by Rich in the below thread..
https://forums.sdn.sap.com/click.jspa?searchID=15000207&messageID=1501162