‎2010 Jul 29 8:36 AM
Hi all,
I have a requirement of uploading an excel file into R/3. This excel will have multiple sheets/tabs.
Please let me know if this is feasible.
Regards
Sandeep
‎2010 Jul 29 8:42 AM
Hi Sandeep,
Check the blog below.[/people/sap.user72/blog/2006/01/19/upload-data-from-multiple-worksheets-within-a-single-excel-file-into-internal-table-from-abap]
‎2010 Jul 29 9:25 AM
Hello,
the FM ALSM_EXCEL_TO_INTERNAL_TABLE allows you to upload from excel to a internal table (only one sheet).
You can check the code and create a own function to do it.
Regards,
Pedro Santos