Skip to Content
0
Former Member
Jul 22, 2008 at 05:07 AM

Text of the Exception / Sy-subrc

1144 Views

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.