Thread: ABAP: sy-subrc
View Single Post
  #1 (permalink)  
Old 08-02-2006, 06:33 PM
Saint Saint is offline
Learning Programmer
 
Join Date: Aug 2006
Posts: 63
Credits: 0
Rep Power: 9
Saint is on a distinguished road
Default ABAP: sy-subrc

I see code like this all over my ABAP:

Code:
IF sy-subrc <> 0.
and I figure it is some error checking because it has below it

Code:
*   error handling
What are the other codes? Is this an error handling method?
I'm assuming *'s mean comment but you can't use them in the middle of a line like

Code:
do code ... * my code
__________________
Hi >> Saint
Reply With Quote

Sponsored Links