FUGR: show error code from RS_FUNCTION_POOL_INSERT

FUGR: show error code from RS_FUNCTION_POOL_INSERT
This commit is contained in:
larshp 2018-07-21 09:33:26 +00:00 committed by Lars Hvam
parent 16dcb2ea99
commit 60a4f5ed56

View File

@ -340,7 +340,7 @@ CLASS ZCL_ABAPGIT_OBJECT_FUGR IMPLEMENTATION.
OTHERS = 12. OTHERS = 12.
IF sy-subrc <> 0 AND sy-subrc <> 1 AND sy-subrc <> 3. IF sy-subrc <> 0 AND sy-subrc <> 1 AND sy-subrc <> 3.
* todo, change description * 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. ENDIF.
ENDMETHOD. "deserialize_xml ENDMETHOD. "deserialize_xml