SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
Cannot Use REJECT
In ABAP Objects, the following statement causes an error message:
REJECT [dbtab].
Reason:
The REJECT statement should only be used during the GET event while executable programs are being executed with
logical databases.
Editing of the current line of the node of the logical database is terminated with REJECT
and the next line of the same or of a lower lying node dbtab is read. The old event concept of the
ABAP runtime environment and the previous way of processing logical databases is not supported by ABAP Objects.