2007 Jul 17 4:41 AM
Can any one tell me what does sy-subrc = 8 means?
2007 Jul 17 4:42 AM
hi,
Sy-subrc = 0 -
Success
Sy-subrc = 4 -
Failure(known reason)
Sy-subrc = 8 -
Internal error(Unknown reason).
2007 Jul 17 4:48 AM
Hi Subu,
SY is a structure with the ABAP Dictionary data type SYST. The components of SY are known as system fields. System fields contain values that provide information about the current state of the system. They are automatically filled and updated by the ABAP runtime environment.
Sy-subrc = 0 -
Success
Sy-subrc = 4 -
Failure(known reason)
Sy-subrc = 8 -
Internal error(Unknown reason).
Regards
Avi...
2007 Jul 17 4:56 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |