cancel
Showing results for 
Search instead for 
Did you mean: 

dropdown vaues

05-16-2007 10:16 AM
150 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

I am using this formula to display a dropdown list.

WESelect ("my_parameter", link_values, disp_values, "default_pick_value", "");

But the dropdownlist is picking only the first element.If I try the following

WESelect ("my_parameter", link_values, "a|b|c|d", "default_pick_value", "");

The drop down list shows only "a" nothing else.

Can anybody help?

Thanks

venkat

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi ,

In the dropdown values u have seen only one values because it will display the values upto which there will be 1:1 relatioship between link_values and disp_values.

Thanks

Former Member
0 Likes

Got it!! Thanks

Answers (0)