‎2005 Mar 02 4:52 PM
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
‎2005 Mar 03 7:30 AM
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
‎2005 Mar 03 7:30 AM
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
‎2005 Mar 03 11:21 AM
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