mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
CLAS: Replace APACK references (#4968)
Also replaces references to APACK types
This commit is contained in:
parent
81a70274be
commit
3393aaaf94
|
@ -277,6 +277,10 @@ CLASS zcl_abapgit_object_clas IMPLEMENTATION.
|
|||
|
||||
REPLACE ALL OCCURRENCES OF iv_from_interface && '~descriptor' IN TABLE ct_source
|
||||
WITH iv_to_interface && '~descriptor' IGNORING CASE.
|
||||
REPLACE ALL OCCURRENCES OF iv_from_interface && '=>' IN TABLE ct_source
|
||||
WITH iv_to_interface && '=>' IGNORING CASE.
|
||||
REPLACE ALL OCCURRENCES OF iv_from_interface && '->' IN TABLE ct_source
|
||||
WITH iv_to_interface && '->' IGNORING CASE.
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user