NEW-SECTION not Allowed

You cannot use the NEW-SECTION statement in ABAP Objects.

In ABAP Objects, the following statement causes an error message:

NEW-SECTION.

Correct syntax:

NEW-PAGE PRINT ON NEW-SECTION.

Cause:

You can reset the page counter using the NEW-PAGE PRINT ON statement. The NEW-SECTION statement is superfluous.