What are the select-option fields?
Answers were Sorted based on User's Feedback
Answer / sridhar kasthuri
Always SELECT-OPTIONS key word will creates an Internal
table with specified field.
The fields of that internal table are
SIGN --> Including or Excluding
OPTION-> EQ, NQ, LT, GT
LOW----> Lower limit
HIGH---> Higher limit
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / bala
select-options r used to give the range of values at the
selection screen
SIGN --> Including or Excluding
OPTION-> EQ, NQ, LT, GT
LOW----> Lower limit
HIGH---> Higher limit
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / saveen kumr
There are four field in select-option
1.Sign---> Inclusive or Exclusive
2.Option--->EQ,NQ,LT,GT
3.Low---> Lower Limit
4.High--->Higher Limit
Basically this is used to fetch range of value from table
alse if we want no high limit Then we can use 'NO-Interval'
or 'NO-Extension'.
If we dont specify any value in lower and higher limit then
all the records are fetched
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / norty_n
These fields give us an option to select multiple values.
we can specify ranges for our selection criteria. Also we
can exclude some values and intervals... only those records
which have been included in singlevalues and ranges are
selected from the dbase table...
if no values are given to this... then all the records are
selected...
Cheers..
MNK
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ajay
Select-options can be used if you want to give Upper limit
and Lower limit values for example Date range.
1.Also if u want to just use it like range u can use No-
Display
2.If To field is not required u can use option No-
Extension / No-intervals.
3. but u can't use radiobuttons / checkbox with this option.
Is This Answer Correct ? | 1 Yes | 0 No |
What is an interactive report? What is the obvious differences of such report compared with classical type reports?
Explain the difference between function group and function module?
how to modify the standard method as per your requirement
What abap statement will trigger list generation?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Difference Between domain and data element?
What is the company code? : sap abap hr
what is the use of CTU_PARAMS hwen we r working with BDC?
How can you call a page explicitly in smart forms?
What is an index? By default system will create the primary index or User can create,if user How? And also Secondary indexes by User or by defaultly system?
What are the different types of internal table?
how to genernate 21 sencondary index