Function groups, #305

testing, the solution is not perfect as it looks like there are diffs for VARCL, but at least the syntax error is fixed
This commit is contained in:
larshp 2017-02-18 14:41:39 +00:00
parent 8fb97bd661
commit 450c7c7634

View File

@ -448,6 +448,9 @@ CLASS lcl_object_fugr IMPLEMENTATION.
DELETE TABLE rt_includes FROM <ls_func>-include. DELETE TABLE rt_includes FROM <ls_func>-include.
ENDLOOP. ENDLOOP.
* handle generated maintenance views
APPEND INITIAL LINE TO rt_includes ASSIGNING <lv_include>.
<lv_include> = |L{ ms_item-obj_name }T00|.
LOOP AT rt_includes ASSIGNING <lv_include>. LOOP AT rt_includes ASSIGNING <lv_include>.
lv_tabix = sy-tabix. lv_tabix = sy-tabix.
@ -469,7 +472,6 @@ CLASS lcl_object_fugr IMPLEMENTATION.
IF sy-subrc <> 0. IF sy-subrc <> 0.
DELETE rt_includes INDEX lv_tabix. DELETE rt_includes INDEX lv_tabix.
ENDIF. ENDIF.
ENDLOOP. ENDLOOP.
APPEND lv_program TO rt_includes. APPEND lv_program TO rt_includes.