Merge branch 'main' into hvam/unit0511

This commit is contained in:
Lars Hvam 2022-06-16 11:35:02 +02:00 committed by GitHub
commit f4cb0507e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -701,7 +701,7 @@ CLASS zcl_excel_common IMPLEMENTATION.
ls_component TYPE abap_componentdescr, ls_component TYPE abap_componentdescr,
lo_elemdescr TYPE REF TO cl_abap_elemdescr, lo_elemdescr TYPE REF TO cl_abap_elemdescr,
ls_dfies TYPE dfies, ls_dfies TYPE dfies,
l_position TYPE tabfdpos. l_position LIKE ls_dfies-position.
"for DDIC structure get the info directly "for DDIC structure get the info directly
IF io_struct->is_ddic_type( ) = abap_true. IF io_struct->is_ddic_type( ) = abap_true.