Application Development and Automation 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: 
Read only

Selectit-Options On module poll screen

Former Member
0 Likes
520

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
494

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

3 REPLIES 3
Read only

Former Member
0 Likes
495

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

Read only

0 Likes
494

Hi Mohaiyuddin,

I am very very thanksful to you.............I got the solution.

Thaanks.

Regards Pradip

Read only

Former Member
0 Likes
494

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