mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
bugfix, #666
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:
parent
d192bfaca1
commit
04b8a81c97
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user