What does it mean when SELECT statement return SY-SUBRC in ABAP/4 ?
When you execute statement in the program by SELECT cluase, system will return action to SY-SUBRC. SY-SUBRC means:
0 - Successfully. At least one record found.
4 - No record found
8 - Ambiguous WHERE clause. you shoud be apply SELECT SINGLE.
- thitima's blog
- 3353 reads
Post new comment