‎2008 Jul 29 9:24 AM
Hi Guys,
Can any one tell me how to do the dropdown list ( combobox) in selection screen.
Thanks & regards,
Praveen.
‎2008 Jul 29 9:27 AM
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
‎2008 Jul 29 9:27 AM
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
‎2008 Jul 29 9:30 AM
Hi
[http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm]
[http://sap.niraj.tripod.com/id38.html]
Regards,
Sravanthi
‎2008 Jul 29 9:40 AM
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
‎2008 Jul 29 10:03 AM
They are example on Drop Down List box in Module pool.
RSDEMO_DROPDOWN_LISTBOX
DEMO_DROPDOWN_LIST_BOX
DEMO_DYNPRO_DROPDOWN_LISTBOXUsing 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 .