Hello,
I have passed a selection-table via the TABLES-statment to a FUNCTION. In the function I want to check, if the value of an internal field has a comparison in this table.
Is there an other way to check this, instead of loop through the table and compare it one by one by using an IF-statement?
"IF variable IN table" doesn't work, because the table must be defined as a selection-table - what do I have to do?
thx