‎2009 Oct 30 4:17 AM
Hi Experts,
I have used REJECT statement in the code :
REJECT< DBTAB>.
But when i am doing extended chek, it is giving me an obsolete statement error .
Pleae tell me any replacement statement for REJECT statement.
Thanks and Best regards,
Sahil
‎2009 Oct 30 4:23 AM
extract from SAP help:
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.
‎2009 Oct 30 4:23 AM
extract from SAP help:
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.
‎2009 Oct 30 4:26 AM
Dear TT,
Thanks for the quick reply.
I know that REJECT statement is not allowed in OO Objects.
SO , do you know any replacemnt statement or syntax for REJECT statement.
regards,
Sahil
‎2009 Oct 30 5:27 AM
Hi Sahil,
May be this link helps you in getting some information:
http://www.sdn.sap.com/irj/scn/advancedsearch?query=reject+statement
Regards,
Swarna Munukoti