mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:36:12 +08:00
replace use of TABFDPOS (#1034)
uses LIKE instead Co-authored-by: Gregor Wolf <gregor.wolf@gmail.com>
This commit is contained in:
parent
a0f28d9f54
commit
09c1eb027b
|
@ -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