diff --git a/src/objects/zcl_abapgit_object_tobj.clas.abap b/src/objects/zcl_abapgit_object_tobj.clas.abap index cb5951f23..3728d72b4 100644 --- a/src/objects/zcl_abapgit_object_tobj.clas.abap +++ b/src/objects/zcl_abapgit_object_tobj.clas.abap @@ -168,7 +168,7 @@ CLASS zcl_abapgit_object_tobj IMPLEMENTATION. IF sy-subrc <> 0. * TOBJ has to be saved/generated after the DDIC tables have been * activated - fixed with late deserialization - zcx_abapgit_exception=>raise( 'error from OBJ_GENERATE' ). + zcx_abapgit_exception=>raise_t100( ). ENDIF. CALL FUNCTION 'OBJ_SET_IMPORTABLE' @@ -183,7 +183,7 @@ CLASS zcl_abapgit_object_tobj IMPLEMENTATION. object_enqueue_failed = 4 OTHERS = 5. IF sy-subrc <> 0. - zcx_abapgit_exception=>raise( 'error from OBJ_SET_IMPORTABLE' ). + zcx_abapgit_exception=>raise_t100( ). ENDIF. * fm OBJ_GENERATE takes the defaults from the DDIC object