2008/10/29

SY-SUBRC ABAP

SY-SUBRC = 0: 

The result table contains at least one record.



SY-SUBRC = 4: 

The result table is empty. 
SY-SUBRC = 8: 

Applies only to SELECT SINGLE FOR UPDATE: 
You did not specify all of the primary key fields in the WHERE condition. 
The result table is empty. 

No comments: