PINF downport (#2367)

* PINF downport

PINF downport, #2365

* update
This commit is contained in:
Lars Hvam 2019-02-07 00:56:13 -08:00 committed by GitHub
parent f68c3c244e
commit 3e1de36861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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( ).