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