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
762

Hi Freinds,

in which situation.. we will write SELECT-OPTIONS WITH NO EXTENTION??

AND WITH EXTENSION??

regards,

6 REPLIES 6
Read only

Former Member
0 Likes
733

Hi Vijay,

... NO-EXTENSION

Effect

If you specify this addition, the pushbutton for multiple selection is not created on the selection screen.

Note

The user cannot access the dialog box for multiple selection on the selection screen, which means they cannot edit selection tables containing several lines

Regards.

Read only

Former Member
0 Likes
733

means u can include or exclude only one range.

10 - 20

25

30-40

u can't enter all the above values, u can enter only any one of the selection-criteria

<b>Reward Points if USEFUL</b>

Read only

Former Member
0 Likes
733

hi,

select options with no- extension is used when we have to get a single person record with an internal

for ex: there is mara table which has matnr field and i want to get all sub items for a single matnr in a range bt 1 100 100 then at much situations we go for select options with no-extension.

for remainging situations for a group of matnr values if i want to find all details we go for select-options with extension. [ by defalut].

if helpful reward some points.

with regards,

Suresh babu aluri.

Read only

Former Member
0 Likes
733

Hi

<u><b>NO-EXTENSION</b></u>

If you specify this addition, the pushbutton for multiple selection is not created on the selection screen.

The user cannot access the dialog box for multiple selection on the selection screen, which means they cannot edit selection tables containing several lines.

<b>WITH EXTENSION</b>

YOU CAN ENTER MULTIPLE RANGE OF SELECTIONS LIKE

100 TO 200

300 TO 400

500 TO 600 ETC..

<b>NO EXTENSION</b>

YOU CAN'T HAVE ACCES TO ENTER MULTIPLE RANGE OF VALUES

LIKE

100 TO 200

THATS ALL U DON'T HAVE ACCESS TO ENTER ONE MORE RANGE LIKE ABOVE

REWARD IF USEFULL

Read only

Former Member
0 Likes
733

<b>NO-EXTENSION</b>

The user can only make an entry on one line. Calling the additional "Multiple Selection" screen is not supported and no pushbutton for this appears on the selection screen.

if you use the NO Extension, there will be no extension box, but with in the program we can append the values and use this table with in the Program

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
733

The select options includes a

text box for low value

text box for high value

pushbutton for multiple selections

with no extentions implies the push button does not appear..

so when u want the user to give only one range of values say: 10-30 then use with no-extensions

else the user will be able to enter say: 10-30

50-70.. etc.. many multiple ranges..

Regards,

Aparna