SAP OO OBS REJECT 1

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet
ARTICLE

Cannot Use REJECT
The REJECT statement is not allowed in ABAP Objects.

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.