show sy-subrc from SEO_CLASS_CREATE_COMPLETE

This commit is contained in:
larshp 2019-01-17 14:49:40 +00:00 committed by Lars Hvam
parent ee76ec1f45
commit c1bf6bac20

View File

@ -396,7 +396,7 @@ CLASS ZCL_ABAPGIT_OO_CLASS IMPLEMENTATION.
other = 6
OTHERS = 7.
IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( 'error from SEO_CLASS_CREATE_COMPLETE' ).
zcx_abapgit_exception=>raise( |error from SEO_CLASS_CREATE_COMPLETE: { sy-subrc }| ).
ENDIF.
ENDMETHOD.