abapOpenChecks icon indicating copy to clipboard operation
abapOpenChecks copied to clipboard

CHECK_59: ASSERT ID ... CONDITION - abapOpenChecks boolean parser error

Open MiLiCLN opened this issue 5 years ago • 2 comments

The following statement leads to "abapOpenChecks boolean parser error".

ASSERT ID xxx CONDITION aaa <> bbb.

MiLiCLN avatar Feb 26 '20 06:02 MiLiCLN

thanks 👍

larshp avatar Feb 26 '20 07:02 larshp

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

ubabap avatar Jan 20 '23 11:01 ubabap