From 17a23a7794ab997c48653065aea829010225a5e4 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 11 Apr 2023 15:11:11 +0200 Subject: [PATCH] replace DESCRIBE FIELD (#6205) --- src/ui/core/zcl_abapgit_html.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/core/zcl_abapgit_html.clas.abap b/src/ui/core/zcl_abapgit_html.clas.abap index 8d07b28c6..a569e50ba 100644 --- a/src/ui/core/zcl_abapgit_html.clas.abap +++ b/src/ui/core/zcl_abapgit_html.clas.abap @@ -354,7 +354,7 @@ CLASS zcl_abapgit_html IMPLEMENTATION. FIELD-SYMBOLS: TYPE string_table. - DESCRIBE FIELD ig_chunk TYPE lv_type. " Describe is faster than RTTI classes + lv_type = cl_abap_typedescr=>describe_by_data( ig_chunk )->type_kind. CASE lv_type. WHEN 'C' OR 'g'. " Char or string