Merge branch 'ISSUE_717'

This commit is contained in:
masterrx 2017-04-22 15:08:50 +02:00
commit f1561a8cc6
2 changed files with 6 additions and 4 deletions

View File

@ -27,8 +27,6 @@ INCLUDE zabapgit_object_nrob.
INCLUDE zabapgit_object_para.
INCLUDE zabapgit_object_pinf.
INCLUDE zabapgit_object_prog.
INCLUDE zabapgit_object_samc.
INCLUDE zabapgit_object_sapc.
INCLUDE zabapgit_object_sfbf.
INCLUDE zabapgit_object_sfbs.
INCLUDE zabapgit_object_sfpf.

View File

@ -375,15 +375,19 @@ CLASS lcl_object_wapa IMPLEMENTATION.
iv_ext = lv_ext
iv_data = lv_content ).
rs_page-attributes = is_page.
lo_page->get_attrs(
IMPORTING
p_attrs = rs_page-attributes ).
CLEAR: rs_page-attributes-author,
rs_page-attributes-createdon,
rs_page-attributes-changedby,
rs_page-attributes-changedon,
rs_page-attributes-changetime,
rs_page-attributes-implclass,
rs_page-attributes-gendate,
rs_page-attributes-gentime.
rs_page-attributes-gentime,
rs_page-attributes-devclass.
ENDMETHOD.