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