SAP OO OBS FORMAT 1

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet
ARTICLE

Cannot Use Obsolete Formatting Statements
In ABAP Objects, you are allowed to use format entries that can also be expressed using a FORMAT statement.

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.