From 450c7c76343e1a7509d7dd459faf2b47ef9a0f8b Mon Sep 17 00:00:00 2001 From: larshp Date: Sat, 18 Feb 2017 14:41:39 +0000 Subject: [PATCH] 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 --- src/zabapgit_object_fugr.prog.abap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/zabapgit_object_fugr.prog.abap b/src/zabapgit_object_fugr.prog.abap index ffd9d82d6..750976cc8 100644 --- a/src/zabapgit_object_fugr.prog.abap +++ b/src/zabapgit_object_fugr.prog.abap @@ -448,6 +448,9 @@ CLASS lcl_object_fugr IMPLEMENTATION. DELETE TABLE rt_includes FROM -include. ENDLOOP. +* handle generated maintenance views + APPEND INITIAL LINE TO rt_includes ASSIGNING . + = |L{ ms_item-obj_name }T00|. LOOP AT rt_includes ASSIGNING . lv_tabix = sy-tabix. @@ -469,7 +472,6 @@ CLASS lcl_object_fugr IMPLEMENTATION. IF sy-subrc <> 0. DELETE rt_includes INDEX lv_tabix. ENDIF. - ENDLOOP. APPEND lv_program TO rt_includes.