2007 May 05 8:57 AM
DEAR ABAPERS,
how can i see that exception, when iam excuting
Regards,
veera
DEAR ABAPERS,
how can i see that exception, when iam excuting
Regards,
veera
2007 May 05 5:31 PM
The exceptions are raised and cause a sy-subrc of 1, 2 or any other number. So during debugging you have to check the sy-subrc from the call function.
regards,
Hans
please give reward points for useful answers
2007 May 05 5:41 PM
hi Veera,
Based on SY-SUBRC value we can handle those exception in this way ..
if sy-subrc = 1.
raise file_write_error.
elseif sy-subrc = 2.
raise gui_refuse_filetransfer.
elseif sy-subrc = 3.
raise gui_refuse_filetransfer.Regards,
Santosh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |