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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions