mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
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:
parent
8fb97bd661
commit
450c7c7634
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user