mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 12:24:36 +08:00
Merge branch 'main' into hvam/unit0511
This commit is contained in:
commit
f4cb0507e8
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user