2009 Jan 06 6:14 AM
Hi All,
When I do syntax Check its's showing "REJECT" is obsolete statment
Generally The statement REJECT is not allowed in ABAP Objects.
Error message is shown in ABAP Objects if the following syntax is used:
REJECT dbtab.
Thanks in advance
Venkatesh
Hi All,
When I do syntax Check its's showing "REJECT" is obsolete statment
Generally The statement REJECT is not allowed in ABAP Objects.
Error message is shown in ABAP Objects if the following syntax is used:
REJECT dbtab.
Thanks in advance
Venkatesh
2009 Jan 06 6:18 AM
2009 Jan 06 6:20 AM
Did you press F1 on reject ?? Just do that, you will get some information on that.
2009 Jan 06 7:55 AM
Hi,
As far as i know
CHECK <CONDITION> is the replacement for Reject ..coz other keywords like EXIT..are obselete in ABAP objects..
Regards
Vasavi Kotha
2009 Jan 06 7:59 AM
HI,
REJECT is used when LDB's are used if not you can go with EXIT if inside the itearative statement or CHECK to got END-OF_SELECTION event.
2009 Jan 06 8:12 AM
hi>
only use REJECT word.
dnt give reject dbtab etc.
REJECT will let u come out of the flow of instrcution which u are executing in a particular block.
2009 Jan 06 8:14 AM
2009 Feb 16 12:40 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |