note that this is not a fix for the actual bug in #666, but similar bugs are fixed in this commit
This commit is contained in:
larshp 2017-03-21 11:39:11 +00:00
parent d192bfaca1
commit 04b8a81c97
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ REPORT zabapgit LINE-SIZE 100.
* See http://www.abapgit.org
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.33.0'. "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.33.1'. "#EC NOTEXT
********************************************************************************
* The MIT License (MIT)

View File

@ -1630,6 +1630,7 @@ CLASS lcl_objects_super IMPLEMENTATION.
wi_tadir_author = sy-uname
wi_tadir_devclass = iv_package
wi_tadir_masterlang = mv_language
iv_delflag = abap_false
EXCEPTIONS
OTHERS = 1.
IF sy-subrc <> 0.