mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #1324 from filak-sap/sap_pkg_component
package: a child inherits parent's appl. component
This commit is contained in:
commit
80286a0808
|
@ -200,6 +200,7 @@ CLASS ZCL_ABAPGIT_SAP_PACKAGE IMPLEMENTATION.
|
||||||
|
|
||||||
ls_child-devclass = iv_child.
|
ls_child-devclass = iv_child.
|
||||||
ls_child-dlvunit = li_parent->software_component.
|
ls_child-dlvunit = li_parent->software_component.
|
||||||
|
ls_child-component = li_parent->application_component.
|
||||||
ls_child-ctext = iv_child.
|
ls_child-ctext = iv_child.
|
||||||
ls_child-parentcl = mv_package.
|
ls_child-parentcl = mv_package.
|
||||||
ls_child-pdevclass = li_parent->transport_layer.
|
ls_child-pdevclass = li_parent->transport_layer.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user