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: 

Select-options

Former Member
0 Kudos

I am facing some problem while using select-options in my code

The value of select-options is fixed as the header value.It is not changing.

6 REPLIES 6

Former Member
0 Kudos

Explain the Problem properly.

Regards

Vinod

Former Member
0 Kudos

give a f4 in the not changing select-options with those fixed values in f4 and make select-option in a way that it can only be filled through f4 i e non editable.

hope this will help u.

ask for further queries.

0 Kudos

I have two values in select-options field value1_1.While debugging the code only the value that in header is handled.

Second value is not taken into the code.

Help me to handle range of values.

Former Member
0 Kudos

Make sure that you have written the select option as :

select-options: s_werks for werks_d.

It will have lower and higher value range.. if it is standard field then f4 help will be available otherwise make your search help your own.. then you can select multiple options.

hope it will help.

Former Member
0 Kudos

you know that a select option which is a range, is a table? Depending on what you fill in there you have LOTS of records in it.

may it be you are only checking SO-low for first record?

ThomasZloch
Active Contributor
0 Kudos

Please use more descriptive subject lines and explain your problem in all details to prevent people from guessing.

Thread locked.

Thomas