fix possible dump

This commit is contained in:
larshp 2016-04-05 12:16:55 +02:00
parent 96d3f7fb54
commit f5f97cefc5
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ REPORT zabapgit.
* See http://www.abapgit.org * See http://www.abapgit.org
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.2.3'. "#EC NOTEXT gc_abap_version TYPE string VALUE 'v1.2.4'. "#EC NOTEXT
******************************************************************************** ********************************************************************************
* The MIT License (MIT) * The MIT License (MIT)
@ -10178,6 +10178,7 @@ CLASS lcl_object_fugr IMPLEMENTATION.
AND cnam = 'SAP'. AND cnam = 'SAP'.
IF sy-subrc = 0. IF sy-subrc = 0.
DELETE rt_includes INDEX lv_tabix. DELETE rt_includes INDEX lv_tabix.
CONTINUE.
ENDIF. ENDIF.
* also make sure the include exists * also make sure the include exists

View File

@ -61,7 +61,7 @@
<ID>R</ID> <ID>R</ID>
<KEY/> <KEY/>
<ENTRY>abapGit</ENTRY> <ENTRY>abapGit</ENTRY>
<LENGTH>7</LENGTH> <LENGTH>54</LENGTH>
<SPLIT/> <SPLIT/>
</item> </item>
</TPOOL> </TPOOL>