Difference between Select-Options
and Parameters
Tips by: Binnodon Thomas The main difference between select-options and parameters is that the select-option creates a selection table consisting of 4 fields. Please go thru the following details to learn more bout it... Description of the individual components: SIGN
Possible values are I and E. – I stands for "inclusive" (inclusion criterion - operators are not inverted) – E stands for "exclusive" (exclusion criterion - operators are inverted) OPTION
– If HIGH is empty, you can use EQ, NE, GT, LE, LT,CP, and NP. These operators are the same as those that are used for logical expressions. Yet operators CP and NP do not have the full functional scope they have in normal logical expressions. They are only allowed if wildcards ( '*' or '+' ) are used in the input fields. If wildcards are entered on the selection screen, the system automatically uses the operator CP. The escape character is defined as #. – If HIGH is filled, you can use
BT (BeTween) and NB (Not Between). These operators correspond to BETWEEN
- LOW
– If HIGH is empty, the contents of LOW define a single field comparison. In combination with the operator in OPTION, it specifies a condition for the database selection. – If HIGH is filled, the contents of LOW and HIGH specify the upper and lower limits for a range. In combination with the operator in OPTION, the range specifies a condition for the database selection. - HIGH
The parameter statement does not create a selection table . The second thing is select-option gives us a range for selection, whereas parameter doesn't . Using the parameter you can define radio buttons and checkboxes where as select-options can't .
User Command used when user Click on Check Box
More Function Module
Tables
ABAP Books List
Smart Forms
ABAP Menu:
Return to Index:-
(c) www.gotothings.com All material on this site is Copyright.
|