Better error message

This commit is contained in:
Christian Guenter 2019-07-28 14:40:05 +00:00 committed by Lars Hvam
parent 5081ddf7d0
commit 50cc8b810f

View File

@ -98,7 +98,7 @@ CLASS ZCL_ABAPGIT_FRONTEND_SERVICES IMPLEMENTATION.
error_no_gui = 18
OTHERS = 19 ).
IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( 'error from gui_upload' ). "#EC NOTEXT
zcx_abapgit_exception=>raise_t100( ).
ENDIF.
CONCATENATE LINES OF lt_data INTO rv_xstr IN BYTE MODE.