Hello Community,
yes, this has been asked so many times before. I've read so many threads, but they all point to the same improper function modules.
I need a function (function module, method) that supports the same path length 1024 as method FILE_OPEN_DIALOG of class CL_GUI_FRONTEND_SERVICES, that also supports full cell value length and delivers all used rows and columns.
List of the improper function modules:
KCD_EXCEL_OLE_TO_INT_CONVERT
- Not released
- Needs number of columns and rows
- Supports only 32 characters per cell value
- Filename supports only 128 characters
ALSM_EXCEL_TO_INTERNAL_TABLE
- Not released
- Needs number of columns and rows
- Supports only 50 characters per cell value
- Filename supports only 128 characters
TEXT_CONVERT_XLS_TO_SAP
- Not released
- Filename supports only 128 characters
Main issues:
Path length 128 is much too short.
EXCEL supports cell values up to 32767 characters.
What I need is full EXCEL support for path length 1024 characters and cell value support for 32767 characters.
Dow you know any SAP standard tools that could help me? Method GUI_UPLOAD works fine to upload the file, but I don't know how to extract the data from it.
Regards,
Klaus