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