Skip to content

AbapCleaner does change the below block to use @FINAL(...) instead of @DATA(...) which is not syntaxtically correct #508

Description

@prokopp80

Before:
SELECT werks FROM t001k AS b INNER JOIN t001w AS p ON bbwkey = pbwkey UP TO 1 ROWS INTO @DaTa(lv_werks).
ENDSELECT.

After:
SELECT werks FROM t001k AS b INNER JOIN t001w AS p ON bbwkey = pbwkey UP TO 1 ROWS INTO @Final(lv_werks).
ENDSELECT.

the latter one is not correct.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions