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

dropdown list in selection screen

Former Member
0 Likes
1,076

Hi Guys,

Can any one tell me how to do the dropdown list ( combobox) in selection screen.

Thanks & regards,

Praveen.

1 ACCEPTED SOLUTION
Read only

prasanth_kasturi
Active Contributor
0 Likes
729

hi,

use the parameter option AS LISTBOX VISIBLE LENGTH <length> USER-COMMAND <ucomm>

check the links

http://www.sap-press.de/katalog/buecher/htmlleseproben/gp/htmlprobID-161

http://www.sapdesignguild.org/community/design/combo.asp

regards

prasanth

4 REPLIES 4
Read only

prasanth_kasturi
Active Contributor
0 Likes
730

hi,

use the parameter option AS LISTBOX VISIBLE LENGTH <length> USER-COMMAND <ucomm>

check the links

http://www.sap-press.de/katalog/buecher/htmlleseproben/gp/htmlprobID-161

http://www.sapdesignguild.org/community/design/combo.asp

regards

prasanth

Read only

Former Member
0 Likes
729

Hi

[http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm]

[http://sap.niraj.tripod.com/id38.html]

Regards,

Sravanthi

Read only

Former Member
0 Likes
729

Hi,

Parameters:

p_ddlist(5) as listbox visible length 5.

for Populating value use

FM VRM_SET_VALUES.

In AT SELECTION-SCREEN OUTPUT pouplate the value.

Check this link-

http://www.sapfans.com/forums/viewtopic.php?t=307608&sid=d56e462e89a88ada0abf6a0aacfb08e8

Regards,

Sujit

Read only

Former Member
0 Likes
729

They are example on Drop Down List box in Module pool.

RSDEMO_DROPDOWN_LISTBOX
DEMO_DROPDOWN_LIST_BOX
DEMO_DYNPRO_DROPDOWN_LISTBOX

Using the VRM_SET_VALUES Function you can set the values to the parameter.

and in selection-screen you need to define the parameter as LIST BOX .