what is the operator used for Select Options
-
LT & GT
-
GT & LT
-
GE & LE
-
LE & GE
D
Correct answer
Explanation
SELECT-OPTIONS in ABAP define a range table with LOW and HIGH values. The default operators that work with select options are LE (Less than or Equal) for the LOW value and GE (Greater than or Equal) for the HIGH value. This creates an inclusive range. Options A, B, and C show different operator combinations that are not the standard default for SELECT-OPTIONS. The LE & GE combination (option D) is the correct pairing.