Application Development 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: 

DROP DOWN BOX

Former Member
0 Kudos

HI all,

I want to add a drop down box in my selection-screen.

Could anyone give me some useful help.

thanx in advance,

Sandeep Soman

5 REPLIES 5

Former Member
0 Kudos

Hello Sandeep,

This topic has been discussed at length in this forum. I would suggest that you first do a search of the forum for the term VRM_SET_VALUES (this is the name of the FM which would help you achieve the dropdown functionality).

Further , The following links should really help you solve your problem.

1.

2. http://help.sap.com/saphelp_46c/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm

Please go through these and revert back if you have some trouble. If you are happy with the solution and are able to achieve what you want, then please close the thread.

Regards,

Anand Mandalika.

0 Kudos

hi anand,

i want to know whether we can use a DROP DOWN BOX in

SELEXTION-SCREEN as we use in other SCREENS.

0 Kudos

yes

regards,

Subramanian V.

0 Kudos

Hi Sandeep,

On a selection screen if you are declaring parameters and select options referring to table fields that have a search help attached to their domain, then this drop down feature is automatically provided.

If you want to provide your own drop-down list feature, then you need to use the AT SELECTION-SCREEN ON VALUE REQUEST FOR <PARAM> event. Then you need write your logic for the drop down box by calling any of POPUP function modules with an internal table containing your values.

Hope this helps,

Srinivas

0 Kudos

If you are still unsure of the selection screen.....

I think this is the syntax.



Parameters: p_listb as listbox length 10.

Then do as instructed from previous posts.

Regards,

Rich Heilman