Prefer Inline Declarations
prefer_inline
Description
Prefer inline to up-front declarations.
Extended Information
Activates if language version is v740sp02 or above.
Variables must be local(METHOD or FORM).
No generic or void typed variables.
First position used must be a full/pure write.
Move statment is not a cast(?=)
https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#prefer-inline-to-up-front-declarations