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

select-options

Former Member
0 Likes
923

in selection screen i used select options it is coming for multiple values how to use select-options for only single values pls reply me soon

9 REPLIES 9
Read only

Former Member
0 Likes
906

u can use no intervals no-extension extension along with select options for the same .

Thanks

Rohit

Reward if helpful

Read only

varma_narayana
Active Contributor
0 Likes
906

Hi..

TABLES EKKO.

SELECT-OPTIONS: S_EBELN FOR EKKO-EBELN

NO INTERVALS

NO-EXTENSION.

reward if Helpful.

Read only

Former Member
0 Likes
906

HEllo,

Use the options with<b> NO-EXTENSION</b>

Vasanth

Read only

Former Member
0 Likes
906

use no extension no-intervals e.g.

tables bkpf.

select-options:

belnr for bkpf-belnr no intervals no-extension.

Reward points if useful, get back in case of query...

Cheers!!!

Read only

former_member188827
Active Contributor
0 Likes
906

TABLES vbrk.

SELECT-OPTIONS zvbeln for vbrk-vbeln no INTERVALS.

Read only

former_member404244
Active Contributor
0 Likes
906

Hi,

tables : mara.

SELECT-OPTIONS: S_MATNR FOR MARA-MATNR NO INTERVALS

NO-EXTENSION.

Regards,

Nagaraj

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
906

Hi,

You need to use NO INTERVALS and NO-EXTENSION addition.

But if you just want one value then <b>Parameters</b> can be an option instead as you can have Value check.

Regards,

Sesh

Read only

Former Member
0 Likes
906

Hello Pandu,

Typically select-option is an internal table with 4 fields SIGN, OPTION, LOW and HIGH. In selection screen you can see LOW and HIGH fields. But there is provision where you can display only one field instead of two as shown below.

REPORT zsample.

TABLES: mara.

SELECT-OPTIONS: s_matnr FOR mara-matnr NO INTERVALS.

But fields of the s_matnr will remains same. I.e 4 fields.

Reward If Useful.

Regards

--

Sasidhar Reddy Matli.

Read only

Former Member
0 Likes
906

TABLES: lfa1.

SELECT-OPTIONS: vendor FOR lfa1-lifnr NO INTERVALS NO-EXTENSION.