mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
XSLT, fix syntax error (#4019)
This commit is contained in:
parent
90b0f9fae5
commit
f6ad8c668d
|
@ -154,7 +154,7 @@ CLASS ZCL_ABAPGIT_OBJECT_XSLT IMPLEMENTATION.
|
||||||
generate_error = 1
|
generate_error = 1
|
||||||
storage_error = 2
|
storage_error = 2
|
||||||
syntax_errors = 3
|
syntax_errors = 3
|
||||||
xtc_not_available = 4
|
* xtc_not_available = 4 downport/upport, does not exist in 751
|
||||||
OTHERS = 5 ).
|
OTHERS = 5 ).
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
zcx_abapgit_exception=>raise( |Error from XSLT activate, { sy-subrc }| ).
|
zcx_abapgit_exception=>raise( |Error from XSLT activate, { sy-subrc }| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user