XSLT: show sy-subrc error

This commit is contained in:
larshp 2018-09-21 08:17:46 +00:00 committed by Lars Hvam
parent 9bc0a35fc6
commit d21bbb6caa

View File

@ -130,7 +130,7 @@ CLASS zcl_abapgit_object_xslt IMPLEMENTATION.
undefined_name = 5 undefined_name = 5
OTHERS = 6 ). OTHERS = 6 ).
IF sy-subrc <> 0. IF sy-subrc <> 0.
zcx_abapgit_exception=>raise( 'error from cl_o2_api_xsltdesc=>create_new_from_string' ). zcx_abapgit_exception=>raise( |error from cl_o2_api_xsltdesc=>create_new_from_string, { sy-subrc }| ).
ENDIF. ENDIF.
lo_xslt->activate( ). lo_xslt->activate( ).