code pal for ABAP > Documentation > Deprecated Key Word Check
The Deprecated Key Word check points out old syntax which should be replaced with newer notations instead.
This check searches for the key words MOVE
and TRANSLATE
.
Use the newer notations instead.
You can suppress Code Inspector findings generated by this check using the pseudo comment "#EC DEPRECATED_KEY
. The pseudo comment must be placed right after the statement.
MOVE …. "#EC DEPRECATED_KEY
TRANSLATE …. "#EC DEPRECATED_KEY