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: 

Quick question re select-options

Former Member
0 Kudos

Hi

I am relatively new to ABAP but have a quick question:

I need to create a select-options which does the following:

1. Allows ONLY "equals" signs

2. Disallows intervals

3. Disallows the use of ranges in the multiple selection box.

4. Allows multiple individual selections.

I can achieve most using the following:

select-options s_knvh for knvh-kunnr no intervals.

However, this still allows ranges using the multiple selection box, and also allows the "not equal to" option.

Adding the "no-extension" syntax simply removes my ability to use multiple individual entries.

Any ideas?

Thanks

Jon

1 REPLY 1

GauthamV
Active Contributor
0 Kudos

Use this FM.

SELECT_OPTIONS_RESTRICT