mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Better error message
This commit is contained in:
parent
5081ddf7d0
commit
50cc8b810f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user