which structure is used for select option
which structure is used for select option?
Dzed Maroz replied
Hello
SELECT-OPTIONS sel FOR f.
it is equivalent
DATA: BEGIN OF sel OCCURS 10,
SIGN(1),
OPTION(2),
LOW LIKE f,
HIGH LIKE f,
END OF sel.
Archived discussions are read-only. Learn more about SAP Q&A
which structure is used for select option?
Hello
SELECT-OPTIONS sel FOR f.
it is equivalent
DATA: BEGIN OF sel OCCURS 10,
SIGN(1),
OPTION(2),
LOW LIKE f,
HIGH LIKE f,
END OF sel.