mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
parent
175f2fabec
commit
a616f5d3f5
|
@ -529,12 +529,13 @@ CLASS ZCL_ABAPGIT_OO_CLASS IMPLEMENTATION.
|
|||
lv_updated = update_report( iv_program = lv_program
|
||||
it_source = lt_source ).
|
||||
IF lv_updated = abap_true.
|
||||
lt_auxsrc = lt_public.
|
||||
APPEND LINES OF lt_source TO lt_auxsrc.
|
||||
* todo, see issue #3053
|
||||
* lt_auxsrc = lt_public.
|
||||
* APPEND LINES OF lt_source TO lt_auxsrc.
|
||||
|
||||
update_meta( iv_name = is_key-clsname
|
||||
iv_exposure = seoc_exposure_protected
|
||||
it_source = lt_auxsrc ).
|
||||
it_source = lt_source ).
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
|
||||
|
@ -545,12 +546,13 @@ CLASS ZCL_ABAPGIT_OO_CLASS IMPLEMENTATION.
|
|||
lv_updated = update_report( iv_program = lv_program
|
||||
it_source = lt_source ).
|
||||
IF lv_updated = abap_true.
|
||||
lt_auxsrc = lt_public.
|
||||
APPEND LINES OF lt_source TO lt_auxsrc.
|
||||
* todo, see issue #3053
|
||||
* lt_auxsrc = lt_public.
|
||||
* APPEND LINES OF lt_source TO lt_auxsrc.
|
||||
|
||||
update_meta( iv_name = is_key-clsname
|
||||
iv_exposure = seoc_exposure_private
|
||||
it_source = lt_auxsrc ).
|
||||
it_source = lt_source ).
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user