mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Merge branch 'ISSUE_717'
This commit is contained in:
commit
f1561a8cc6
|
@ -27,8 +27,6 @@ INCLUDE zabapgit_object_nrob.
|
||||||
INCLUDE zabapgit_object_para.
|
INCLUDE zabapgit_object_para.
|
||||||
INCLUDE zabapgit_object_pinf.
|
INCLUDE zabapgit_object_pinf.
|
||||||
INCLUDE zabapgit_object_prog.
|
INCLUDE zabapgit_object_prog.
|
||||||
INCLUDE zabapgit_object_samc.
|
|
||||||
INCLUDE zabapgit_object_sapc.
|
|
||||||
INCLUDE zabapgit_object_sfbf.
|
INCLUDE zabapgit_object_sfbf.
|
||||||
INCLUDE zabapgit_object_sfbs.
|
INCLUDE zabapgit_object_sfbs.
|
||||||
INCLUDE zabapgit_object_sfpf.
|
INCLUDE zabapgit_object_sfpf.
|
||||||
|
|
|
@ -375,15 +375,19 @@ CLASS lcl_object_wapa IMPLEMENTATION.
|
||||||
iv_ext = lv_ext
|
iv_ext = lv_ext
|
||||||
iv_data = lv_content ).
|
iv_data = lv_content ).
|
||||||
|
|
||||||
rs_page-attributes = is_page.
|
lo_page->get_attrs(
|
||||||
|
IMPORTING
|
||||||
|
p_attrs = rs_page-attributes ).
|
||||||
|
|
||||||
CLEAR: rs_page-attributes-author,
|
CLEAR: rs_page-attributes-author,
|
||||||
rs_page-attributes-createdon,
|
rs_page-attributes-createdon,
|
||||||
rs_page-attributes-changedby,
|
rs_page-attributes-changedby,
|
||||||
rs_page-attributes-changedon,
|
rs_page-attributes-changedon,
|
||||||
|
rs_page-attributes-changetime,
|
||||||
rs_page-attributes-implclass,
|
rs_page-attributes-implclass,
|
||||||
rs_page-attributes-gendate,
|
rs_page-attributes-gendate,
|
||||||
rs_page-attributes-gentime.
|
rs_page-attributes-gentime,
|
||||||
|
rs_page-attributes-devclass.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user