mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
FUGR: show error code from RS_FUNCTION_POOL_INSERT
FUGR: show error code from RS_FUNCTION_POOL_INSERT
This commit is contained in:
parent
16dcb2ea99
commit
60a4f5ed56
|
@ -340,7 +340,7 @@ CLASS ZCL_ABAPGIT_OBJECT_FUGR IMPLEMENTATION.
|
|||
OTHERS = 12.
|
||||
IF sy-subrc <> 0 AND sy-subrc <> 1 AND sy-subrc <> 3.
|
||||
* todo, change description
|
||||
zcx_abapgit_exception=>raise( 'error from RS_FUNCTION_POOL_INSERT' ).
|
||||
zcx_abapgit_exception=>raise( |error from RS_FUNCTION_POOL_INSERT, code: { sy-subrc }| ).
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD. "deserialize_xml
|
||||
|
|
Loading…
Reference in New Issue
Block a user