Skip to content

Check 76: Don't report if the text table is the "base" table #1086

@g-back

Description

@g-back

Example:

  SELECT 
    field1,
    text
   FROM text_table
   INNER JOIN base_table
     ON base_table~key = text_table~key
   WHERE lang = @sy-langu
     AND field2 IN @selection
   INTO TABLE @DATA(texts).

In this case the intent is to explicitly get texts, so this should not be reported as a finding (?).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions