Cannot Use Obsolete Formatting Statements

In ABAP Objects, you are allowed to use format entries that can also be expressed using a FORMATstatement.

In ABAP Objects, the following statements cause an error message:

DETAIL.

SUMMARY.

INPUT.

Correct syntax:

FORMAT INTENSIFIED OFF.

FORMAT INTENSIFIED ON.

FORMAT INPUT ON.

Cause:

These statements are now superfluous because they have been replaced by additions to the FORMAT and WRITE statements.