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

List box in module pool

Former Member
0 Likes
707

How to add a list box with more than one value in it in the module pool screen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

refer this thread

4 REPLIES 4
Read only

Former Member
0 Likes
634

HI,

goto the tcode ABAPDOCU there u can see an example.

select ABAP User Dialogs ->Screens ->Processing Screens ->Dropdown Boxes on Screens 1 (or) program demo_dropdown_list_box

and demo_dynpro_dropdown_listbox

there u can find examples.

rgds,

bharat.

Read only

Former Member
0 Likes
634

Hi,

Please refer program rsdemo_dropdown_listbox

Execute transaction DWDM.. you will find a list of different programs.

Best regards,

Prashant

Read only

gopi_narendra
Active Contributor
0 Likes
634

See the example in SE38: <b>demo_dynpro_dropdown_listbox</b>

Regards

Gopi

Read only

Former Member
0 Likes
635

refer this thread