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 in module pool

Former Member
0 Kudos

Hi experts,

I need to develop a drop down for three fields on a screen.

Suppose these fields are field1, field2 and field3.

I am using the FM VRM_SET values for populating entries in dropdown.

I am able to see dropdown values only for one field but i am not able to see any values for second and third field.

2 REPLIES 2

Former Member
0 Kudos

Hi venkat,

if you pass to only one field for list , you will get for only one field.

Instead you can try with data element.

Create one data element , in domain give the list values ,

give these 3 fields in parameters using z data element as list box.

Regards,

Ramya R

Former Member
0 Kudos

Hi sir

May be the possibilities that no values are there in that field or else activates the screen once .