mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Issue 717 fixed - WAPA (BSP application) some page attributes are missin
This commit is contained in:
parent
cac36ee010
commit
5daada7480
|
@ -375,12 +375,15 @@ 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user