replace use of TABFDPOS (#1034)

uses LIKE instead

Co-authored-by: Gregor Wolf <gregor.wolf@gmail.com>
This commit is contained in:
Lars Hvam 2022-06-16 11:34:38 +02:00 committed by GitHub
parent a0f28d9f54
commit 09c1eb027b
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,
lo_elemdescr TYPE REF TO cl_abap_elemdescr,
ls_dfies TYPE dfies,
l_position TYPE tabfdpos.
l_position LIKE ls_dfies-position.
"for DDIC structure get the info directly
IF io_struct->is_ddic_type( ) = abap_true.