abapOpenChecks
abapOpenChecks copied to clipboard
CHECK_59: ASSERT ID ... CONDITION - abapOpenChecks boolean parser error
The following statement leads to "abapOpenChecks boolean parser error".
ASSERT ID xxx CONDITION aaa <> bbb.
thanks 👍
i mitigated that for my current system by allowing ID or subkey as 2nd token in line 23 of method analyze where it just seems to skip a check when fields are used . But i don't understand how the code shall do any working check on the condition part of the assert statement and do not have a real fix to offer