Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 871 Bytes

deprecated-key-word.md

File metadata and controls

31 lines (17 loc) · 871 Bytes

code pal for ABAP

code pal for ABAP > Documentation > Deprecated Key Word Check

Deprecated Key Word Check

What is the Intent of the Check?

The Deprecated Key Word check points out old syntax which should be replaced with newer notations instead.

How does the check work?

This check searches for the key words MOVE and TRANSLATE.

Which attributes can be maintained?

Attributes

How to solve the issue?

Use the newer notations instead.

What to do in case of exception?

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