mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Merge branch 'main' into mbtools/ucsa
This commit is contained in:
commit
54b603d7d4
|
@ -214,6 +214,9 @@ CLASS zcl_abapgit_file_deserialize IMPLEMENTATION.
|
|||
DELETE lt_requires WHERE obj_type <> 'IASP'
|
||||
AND obj_type <> 'PROG'
|
||||
AND obj_type <> 'IARP'.
|
||||
WHEN 'IDOC' OR 'IEXT'.
|
||||
lt_requires = lt_items.
|
||||
DELETE lt_requires WHERE obj_type <> 'TABL'.
|
||||
WHEN 'DCLS'.
|
||||
lt_requires = lt_items.
|
||||
DELETE lt_requires WHERE obj_type <> 'DDLS'.
|
||||
|
|
|
@ -163,6 +163,9 @@ CLASS zcl_abapgit_object_idoc IMPLEMENTATION.
|
|||
MOVE-CORRESPONDING ls_idoc-attributes TO ls_attributes.
|
||||
|
||||
IF zif_abapgit_object~exists( ) = abap_false.
|
||||
" Avoid popup asking for package
|
||||
tadir_insert( iv_package ).
|
||||
|
||||
CALL FUNCTION 'IDOCTYPE_CREATE'
|
||||
EXPORTING
|
||||
pi_idoctyp = mv_idoctyp
|
||||
|
|
|
@ -97,6 +97,9 @@ CLASS zcl_abapgit_object_iext IMPLEMENTATION.
|
|||
EXCEPTIONS
|
||||
OTHERS = 1.
|
||||
ELSE.
|
||||
" Avoid popup asking for package
|
||||
tadir_insert( iv_package ).
|
||||
|
||||
CALL FUNCTION 'EXTTYPE_CREATE'
|
||||
EXPORTING
|
||||
pi_cimtyp = mv_extension
|
||||
|
|
Loading…
Reference in New Issue
Block a user