‎2007 Sep 17 9:43 AM
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
‎2007 Sep 17 9:44 AM
u can use no intervals no-extension extension along with select options for the same .
Thanks
Rohit
Reward if helpful
‎2007 Sep 17 9:46 AM
Hi..
TABLES EKKO.
SELECT-OPTIONS: S_EBELN FOR EKKO-EBELN
NO INTERVALS
NO-EXTENSION.
reward if Helpful.
‎2007 Sep 17 9:46 AM
‎2007 Sep 17 9:47 AM
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!!!
‎2007 Sep 17 9:47 AM
TABLES vbrk.
SELECT-OPTIONS zvbeln for vbrk-vbeln no INTERVALS.
‎2007 Sep 17 9:47 AM
Hi,
tables : mara.
SELECT-OPTIONS: S_MATNR FOR MARA-MATNR NO INTERVALS
NO-EXTENSION.
Regards,
Nagaraj
‎2007 Sep 17 9:48 AM
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
‎2007 Sep 17 9:53 AM
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.
‎2007 Sep 17 9:55 AM
TABLES: lfa1.
SELECT-OPTIONS: vendor FOR lfa1-lifnr NO INTERVALS NO-EXTENSION.