SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
NEW-SECTION not Allowed
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.