Answer Posted / sainathraj
RANGES is a keyword which works like select-options.But the
difference is
1)select-options create a selection screen by default where
as in ranges no selection screen is available by default.
2)And in select-options,sign is I and option is BT by
default. but in ranges we have to mention the sign & option
explicitly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of table buffer? This buffer is used by which type oftable?
what is mean be On Change of in Control Break statement
What are clustered tables?
What are the control break events in abap? : abap data dictionary
what is code to upload cost centers through call trans. and procedure
How do you find the information on the current screen? : abap bdc
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
State the system field for the current date?
What are the major steps will you use for tuning?
Create any functions? How to go about it?
What are different ABAP editors? What are the differences?
how to see the table output?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is the use of start-of-selection.,if not use in report what will happen,?