Application Development and Automation 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: 
Read only

regarding select-options

Former Member
0 Likes
859

how can we hide 'TO' value at select options in selection screen

8 REPLIES 8
Read only

Former Member
0 Likes
830

NO INTERVALS after the declaration of the select-options.

SELECT-OPTIONS <seltab> FOR <f> ..... NO INTERVALS .....

Best regards

Danny

Read only

Former Member
0 Likes
830

Hi ANjan

Syntax is Select-Option s_test type matnr NO INTERVALS .

It will solve your problem

Dont forgot to reward points

Hitesh

Read only

Former Member
0 Likes
830

Hi,

Declare the select-options like this.

select-options: lifnr for lfa1-lifnr no intervals.

if you give like this you can hide the To values but multiple selection icon will be displayed.

If you want to hide the multiple selection icon as give like this.

SELECT-OPTIONS s_carrid FOR spfli_wa-carrid NO-EXTENSION NO INTERVALS.

Thanks & Regards

Haritha.

Read only

0 Likes
830

Apparently a lot of parrots in da house

Best regards,

Danny

Read only

Former Member
0 Likes
830

actual rtequirement is when we enter two values in select option i have to retrive detalils regarding those two values only not thae range between those two

Read only

0 Likes
830

Then you have to use the multiple selection button behind the select-option.

Is standard function in SAP. Just use no-intervals to eliminate the intervals/ranges...

Best regards,

Danny

Read only

Former Member
0 Likes
830

Hi,

Write the select-option with only no intervals option, and you can give the values based on which the data should be displayed by clicking on multiple selection icon.

Thanks & Regards

Haritha.

Read only

0 Likes
830

LOL