Get Example source ABAP code based on a different SAP table
• IN - short form ABAP Statement
ABAP_RELEXP > - IN>, Short Form
Obsolete Syntax ... selcrit ...>
What does it do? This relational expression has the same effect as the comparison expression ... operand IN selcrit ...>> Here, operand> is the data object for which the selection table> selcrit> was declared using SELECT-OPTIONS selcrit FOR operand>>. The short form is only possible for selections tables declared using the statement SELECT-OPTIONS> and with a statically specified data object. More specifically, the short form is not possible for ranges tables>.