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

Select Option on Module Pool screen

Former Member
0 Likes
684

How to display select options on Module Pool screen ?

5 REPLIES 5
Read only

athavanraja
Active Contributor
0 Likes
650

one of the options is to use FM 'COMPLEX_SELECTIONS_DIALOG'

search this forum for code sample

Read only

Former Member
0 Likes
650

Please search once in SDN.

http://www.sdn.sap.com/irj/scn/advancedsearch?query=selectoptioninmodulepool

you need to create separate input elements and chain the elements together.

Read only

0 Likes
650

Via the search functionality, you will find something like :

SELECTION-SCREEN BEGIN OF SCREEN 101 AS SUBSCREEN.

SELECT-OPTIONS: S_CARRID FOR SPFLI-CARRID,

S_CONNID FOR SPFLI-CONNID.

SELECTION-SCREEN END OF SCREEN 101.

and to use a CALL SELECTION-SCREEN xxxx in your module pool.

regards,

Hans

Read only

Former Member
0 Likes
650

null

Edited by: Anmol Saxena on Sep 29, 2009 5:09 PM

Edited by: Anmol Saxena on Sep 29, 2009 5:09 PM

Read only

Former Member
0 Likes
650

Hi ,

Use Subscreen Area.