mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
SHI8: Avoid package popup
Avoids showing popup asking for package assignment Test repo: https://github.com/abapGit-tests/SFSW_SHI8
This commit is contained in:
parent
454607953d
commit
05245d09ec
|
@ -20,7 +20,7 @@ ENDCLASS.
|
|||
|
||||
|
||||
|
||||
CLASS zcl_abapgit_object_shi8 IMPLEMENTATION.
|
||||
CLASS ZCL_ABAPGIT_OBJECT_SHI8 IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD constructor.
|
||||
|
@ -76,6 +76,8 @@ CLASS zcl_abapgit_object_shi8 IMPLEMENTATION.
|
|||
ls_node_data-tree_id = ls_assignment_data-tree_id.
|
||||
ls_node_data-node_id = ls_assignment_data-node_id.
|
||||
|
||||
tadir_insert( iv_package ).
|
||||
|
||||
CALL FUNCTION 'STREE_SFW_ASSIGNMENT_SAVE'
|
||||
EXPORTING
|
||||
assignment_id = ls_assignment_data-sfw_ass_id
|
||||
|
|
Loading…
Reference in New Issue
Block a user