mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
revert back to cx_root because checks have failed
"Statement does not exist in ABAPv702(or a parser error)"
This commit is contained in:
parent
6f2726c83a
commit
73b9b2aa6f
|
@ -403,7 +403,7 @@ CLASS zcl_abapgit_object_devc IMPLEMENTATION.
|
||||||
intern_err = 4
|
intern_err = 4
|
||||||
OTHERS = 5.
|
OTHERS = 5.
|
||||||
|
|
||||||
CATCH cx_sy_dyn_call_param_not_found.
|
CATCH cx_root.
|
||||||
|
|
||||||
li_package->delete(
|
li_package->delete(
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
|
@ -432,7 +432,7 @@ CLASS zcl_abapgit_object_devc IMPLEMENTATION.
|
||||||
intern_err = 6
|
intern_err = 6
|
||||||
OTHERS = 7.
|
OTHERS = 7.
|
||||||
|
|
||||||
CATCH cx_sy_dyn_call_param_not_found.
|
CATCH cx_root.
|
||||||
|
|
||||||
li_package->save(
|
li_package->save(
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user