UIs there any Function Module which gives us the text of the sy-subrc or the exception?
Like I call FM: GUI_UPLOAD.
Depending upon the Sy-Subrc, I have to diaplay the corrosponging text.
Like Sy-subrc = 1, then I have to write FILE_OPEN_ERROR
If Sy-subrc = 2, then I have to write FILE_READ_ERROR
Please let me know.
thanks in advance.