mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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
|
||||
OTHERS = 5.
|
||||
|
||||
CATCH cx_sy_dyn_call_param_not_found.
|
||||
CATCH cx_root.
|
||||
|
||||
li_package->delete(
|
||||
EXCEPTIONS
|
||||
|
@ -432,7 +432,7 @@ CLASS zcl_abapgit_object_devc IMPLEMENTATION.
|
|||
intern_err = 6
|
||||
OTHERS = 7.
|
||||
|
||||
CATCH cx_sy_dyn_call_param_not_found.
|
||||
CATCH cx_root.
|
||||
|
||||
li_package->save(
|
||||
EXCEPTIONS
|
||||
|
|
Loading…
Reference in New Issue
Block a user