mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:16:14 +08:00
abaplint detected a keyword in lower case
This commit is contained in:
parent
3f4a3a7694
commit
9c8c0b1524
|
@ -4503,7 +4503,7 @@ CLASS ZCL_EXCEL_READER_2007 IMPLEMENTATION.
|
|||
lv_total_shapes TYPE i,
|
||||
lo_xml TYPE REF TO if_ixml,
|
||||
lo_stream_factory TYPE REF TO if_ixml_stream_factory,
|
||||
lo_stream type ref to if_ixml_ostream.
|
||||
lo_stream TYPE REF TO if_ixml_ostream.
|
||||
|
||||
FIELD-SYMBOLS:
|
||||
<lv_dim> TYPE i.
|
||||
|
|
Loading…
Reference in New Issue
Block a user