Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upload excel data into Internal table

Former Member
0 Likes
317

Hi,

I'm trying to upload excel data into internal table, well the excel file layout will be different on each run of the report.

Excel file will have 60 columns and 500 record limit. I can upload the excel data using 'ALSM_EXCEL_TO_INTERNAL_TABLE' and 'KCD_EXCEL_OLE_TO_INT_CONVERT' but the output table is generates 60 lines for each record i.e.., 60 * 500 = 30,000 which could cause performance.

I try with the FM 'TEXT_CONVERT_XLS_TO_SAP', but this will only work if the file structure is static. It didn't work for dynamic file layout. Even GUI_UPLOAD doesn't work to upload excel file, it will work if I convert the file to Tab delimited file.

Please advise if you know any alternate procedure to upload excel data into internal table.

Thanks,

Kumar.

1 REPLY 1
Read only

Former Member
0 Likes
281

Moderator message - Cross post locked Rob