Merge pull request #1324 from filak-sap/sap_pkg_component

package: a child inherits parent's appl. component
This commit is contained in:
Lars Hvam 2018-04-23 08:50:56 +02:00 committed by GitHub
commit 80286a0808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,6 +200,7 @@ CLASS ZCL_ABAPGIT_SAP_PACKAGE IMPLEMENTATION.
ls_child-devclass = iv_child.
ls_child-dlvunit = li_parent->software_component.
ls_child-component = li_parent->application_component.
ls_child-ctext = iv_child.
ls_child-parentcl = mv_package.
ls_child-pdevclass = li_parent->transport_layer.