CLAS: Replace APACK references (#4968)

Also replaces references to APACK types
This commit is contained in:
Marc Bernard 2021-09-23 17:35:03 -04:00 committed by GitHub
parent 81a70274be
commit 3393aaaf94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.