mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
SRVB: Fix uncaught exception (#5398)
Fixes dumps due to uncaught exceptions and gives proper error message
This commit is contained in:
parent
38db43ce13
commit
c88dc9f216
|
@ -367,7 +367,7 @@ CLASS zcl_abapgit_object_srvb IMPLEMENTATION.
|
|||
|
||||
corr_insert( iv_package ).
|
||||
|
||||
CATCH cx_swb_exception INTO lx_error.
|
||||
CATCH cx_root INTO lx_error.
|
||||
CALL FUNCTION 'DEQUEUE_ESWB_EO'
|
||||
EXPORTING
|
||||
objtype = ms_item-obj_type
|
||||
|
|
Loading…
Reference in New Issue
Block a user