mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
TOBJ: Improve error messages (#6007)
This commit is contained in:
parent
0dfc5eb80c
commit
e1c3fcebdb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user