mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
replace DESCRIBE FIELD (#6205)
This commit is contained in:
parent
3df7b9e58a
commit
17a23a7794
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user