mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
XSLT: show sy-subrc error
This commit is contained in:
parent
9bc0a35fc6
commit
d21bbb6caa
|
@ -130,7 +130,7 @@ CLASS zcl_abapgit_object_xslt IMPLEMENTATION.
|
|||
undefined_name = 5
|
||||
OTHERS = 6 ).
|
||||
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.
|
||||
|
||||
lo_xslt->activate( ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user