Lars Hvam
Lars Hvam
FAE, not empty analysis
loop at always empty tab, ```abap CLEAR tab. LOOP AT tab ```
BINARY SEARCH for table which might not be sorted
for whitespace also see https://github.com/abaplint/abaplint/issues/483 redundant parentheses, see https://github.com/abaplint/abaplint/issues/654
hmm, any references to this on https://help.sap.com ?
reproduced as below, note that there might be multiple steps required, I think below is the first and simplest way to reproduce ```abap TYPES int_row TYPE STANDARD TABLE OF i...
still an issue
same problem with RAISE EXCEPTION, https://github.com/abaplint/abaplint/issues/2396