2023 Jun 22 8:09 AM
Is it possible to load in an itab an excel XLSX using the cl_gui_frontend_services=>gui_upload?
The system is ECC6 7.00 an old one so the new classes does not exists.2023 Jun 22 12:06 PM
cl_gui_frontend_services=>gui_upload is a wrapper of function module GUI_UPLOAD.
2023 Jun 22 1:09 PM
I think that the answer of an old link is true for the old systems.
2023 Jun 22 5:19 PM
I guess you mean this one answer:
LOL
I use GUI_UPLOAD all the time to upload .xlsx files, into internal table of bytes, and then I use abap2xlsx to get cell values from the internal table.
2023 Jun 22 6:21 PM
Dear Sandra, you mean that in an ECC6/ SAP_BASIS/700/ 0031 you managed to load the ABAP2XLSX?
Please tell me how you did it. Thanks in advance
2023 Jun 22 7:37 PM
You're right, you oriented your question to cl_gui_frontend_services, but your only question seems to be about reading XLSX file.
I remember that someone did a very light XLSX reader in this forum: Quick’n’dirty solution for parsing XLSX files on the go | SAP Blogs.
As you seem you want a solution running connected to SAP GUI, you could use the classic DOI solution based on OLE (slow but works when connected to SAP GUI).
2023 Jun 23 10:17 AM
2023 Jun 24 10:51 AM