Skip to content

line_exists does not support the operator IN #484

@lucasborin

Description

@lucasborin
Member

💡 Code pal for ABAP follows the Clean ABAP. If the issue relates to coding style, please submit it here.

Check Name
y_check_prefer_line_exists

Actual Behavior
There is no replacement for:

LOOP AT table TRANSPORTING NO FIELDS WHERE column IN sub_table.

Expected Behavior
Exempt these cases.

Activity

added a commit that references this issue on Oct 15, 2021
8b8ca86
added a commit that references this issue on Oct 15, 2021
2cb16bc
self-assigned this
on Oct 15, 2021
added a commit that references this issue on Nov 1, 2021
ghost added a commit that references this issue on Nov 17, 2021
828f2ae
ghost added a commit that references this issue on Feb 8, 2022
92c3653
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working correctly

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @lucasborin

    Issue actions

      `line_exists` does not support the operator `IN` · Issue #484 · SAP/code-pal-for-abap