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 menu on selection screen

Former Member
0 Kudos

Hi,

I want to make a report in that on selection screen i use one parameter BUKRS for this BUKRS i want to give one drop down with 3 company code but i want that user can select company code only from the avaliable three option whcih are in Drop down menu,

So can u give any link or a e.g code how to make this.

regards,

zafar

Moderator message: FAQ, please search for available information before asking.

locked by: Thomas Zloch on Aug 16, 2010 1:38 PM

3 REPLIES 3

Former Member
0 Kudos

Hello Zafar,

Please have a look at the F1 help for the keywords AS LISTBOX and the use of the function module VRM_SET_VALUES. There are quite a lot of examples already available in SCN.

Vikranth

former_member201275
Active Contributor
0 Kudos

If you just use the standard data element in your declaration you will get dropdown i.e.

parameters p_bukrs type bukrs.

Regards,

Warren.

<removed by moderator>

Edited by: Thomas Zloch on Aug 16, 2010 1:36 PM - please do not publicly ask for ...

former_member201275
Active Contributor
0 Kudos

... or create your own data element with the 3 values in it?