mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
parent
f68c3c244e
commit
3e1de36861
|
@ -185,9 +185,10 @@ CLASS lcl_package_interface_facade IMPLEMENTATION.
|
||||||
acl_not_empty = 4
|
acl_not_empty = 4
|
||||||
author_not_existing = 5
|
author_not_existing = 5
|
||||||
object_type_mismatch = 6
|
object_type_mismatch = 6
|
||||||
logical_package_types_differ = 7
|
object_invalid = 7
|
||||||
object_invalid = 8
|
OTHERS = 8 ).
|
||||||
OTHERS = 9 ).
|
* Downport: exception "logical_package_types_differ"
|
||||||
|
* does not exist in lower versions
|
||||||
|
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
zcx_abapgit_exception=>raise_t100( ).
|
zcx_abapgit_exception=>raise_t100( ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user