mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
CUS2: Add missing tadir and transport entries (#6527)
This commit is contained in:
parent
58d2ebfc65
commit
2babd63e8b
|
@ -32,7 +32,7 @@ ENDCLASS.
|
|||
|
||||
|
||||
|
||||
CLASS ZCL_ABAPGIT_OBJECT_CUS2 IMPLEMENTATION.
|
||||
CLASS zcl_abapgit_object_cus2 IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD constructor.
|
||||
|
@ -92,6 +92,10 @@ CLASS ZCL_ABAPGIT_OBJECT_CUS2 IMPLEMENTATION.
|
|||
zcx_abapgit_exception=>raise( |error from deserialize CUS2 { mv_img_attribute } S_CUS_ATTRIBUTES_SAVE| ).
|
||||
ENDIF.
|
||||
|
||||
corr_insert( iv_package ).
|
||||
|
||||
tadir_insert( iv_package ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user