> 💡 Code pal for ABAP follows the [Clean ABAP](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md). If the issue relates to coding style, please submit it [here](https://github.com/SAP/styleguides/issues). **Check Name** y_check_prefer_line_exists **Actual Behavior** There is no replacement for: ```abap LOOP AT table TRANSPORTING NO FIELDS WHERE column IN sub_table. ```` **Expected Behavior** Exempt these cases.
Activity
Fixes #484
line_exists does not support the operator IN (#485)
1.16.0 (#440)
mass change of check data (#507)
1.17.0 (#514)