Thanks to visit codestin.com
Credit goes to github.com

Skip to content

"Delete unused variables" rule deletes variable which used in macros. #43

@thebestabapdeveloper

Description

@thebestabapdeveloper

"Delete unused variables" rule deletes variable which used in macros.

For example:

In include f01
DATA: lv_tuna TYPE developer.

In include m01
DEFINE xxx.
&1 = lv_tuna + 'xxx'.
END-OF-DEFINITION.

when formatting include f01, it deletes the definition in include f01, so it cannot be activated.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions