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

Excel multiple sheet upload

Former Member
0 Likes
534

Hi

I can upload a single worksheet from Excel into an internal table in SAP, but need to upload from complex excel worksheets ie. from multiple named tabs in Excel. Is this possible, and if so, please can you help and advise me how?

Many thanks

Sunni

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

Hi,

I have done the same requirement of uploading from multiple sheets of a excel file into internal tables recently. Here is what I have done....

1. save the excel sheet as XML file.

2. use XML class (IF_IXML) and its corresponding methods to read the data.

This method is little complex as it requires a fair amount of knowledge in ABAP Objects.

Kamal

2 REPLIES 2
Read only

Former Member
0 Likes
448

Hi,

I have done the same requirement of uploading from multiple sheets of a excel file into internal tables recently. Here is what I have done....

1. save the excel sheet as XML file.

2. use XML class (IF_IXML) and its corresponding methods to read the data.

This method is little complex as it requires a fair amount of knowledge in ABAP Objects.

Kamal

Read only

0 Likes
447

I don't have much experience of ABAP objects (did the course last year & never used it since), and our requirement is quite urgent. I had hoped for an easier method, but if that's the only way then I'd like to try. Do you have sample code you could share with brief explanation of where to put the tab name please?

Kind Regards

Sunni