replace DESCRIBE FIELD (#6205)

This commit is contained in:
Lars Hvam 2023-04-11 15:11:11 +02:00 committed by GitHub
parent 3df7b9e58a
commit 17a23a7794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,7 @@ CLASS zcl_abapgit_html IMPLEMENTATION.
FIELD-SYMBOLS: <lt_tab> 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