SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
Cannot Use Obsolete Formatting Statements
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.