SELECT-OPTIONS is a complex selection. If user want to input value of field more than one value, it is possible by using SELECT-OPTIONS.
Syntax
SELECT-OPTIONS (name) FOR (field).
Example
SELECT-OPTIONS s_belnr FOR bkpf-belnr.
Structure of Selection
SELECT-OPTIONS have structures:
-
SIGN Possoble value are I(Include) and E(Exclude).
read more