Skip to content

TODO Variable not used is not picking up dynamic code #446

@DoublG

Description

@DoublG

When using variables in string templates for e.g. dynamic selects the system is not detecting the selection.

...
DATA(test_variable) = 1
DATA(select_clause) = |cds_view( key = @test_variable )|.
...
SELECT * FROM (select_clause) INTO @test.
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions