mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 07:56:15 +08:00
abaplint detected a keyword in lower case
call transformation has to be written CALL TRANSFORMATION
This commit is contained in:
parent
1da57913e7
commit
fd1f475477
|
@ -4535,9 +4535,9 @@ CLASS ZCL_EXCEL_READER_2007 IMPLEMENTATION.
|
|||
ENDWHILE.
|
||||
|
||||
* Serialize lo_vml into a string lv_vml and pass it to the comments object
|
||||
call transformation id
|
||||
source xml lo_vml
|
||||
result xml lv_vml.
|
||||
CALL TRANSFORMATION id
|
||||
SOURCE XML lo_vml
|
||||
RESULT XML lv_vml.
|
||||
|
||||
IF lt_boxes IS NOT INITIAL.
|
||||
io_worksheet->set_comment_boxes( it_boxes = lt_boxes iv_full_vml = lv_vml ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user