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

Uploading Excel File having multiple tabs/sheets

Former Member
0 Likes
490

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

2 REPLIES 2
Read only

Former Member
0 Likes
388

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]

Read only

Former Member
0 Likes
388

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