2015 Mar 10 6:57 AM
Hi Team,
There are two requirements.
1. Transfer the data in an excel with multiple sheets into application server(al11) .
ex:
excel name - multisheet_excel containing two sheets, sheet1 &2.
sheet1 - contains itab1 data
sheet2 - contains iteb2 data.
2. Read existing multisheet excel file from application server tcode al11
and edit certain cells in a required sheet and place the file back.
I've gone through various threads but couldn't find the solution. Can someone help with a sample example pls.
Thanks in advance
Regards,
Sonam
2015 Mar 10 7:21 AM
2015 Mar 10 7:21 AM
2015 Mar 10 9:05 AM
Thanks Raj
it works very well in spliting the sheet into internal table .
but i need to read the file from transction AL11 , and want to edit the file and put back to the same place.
please help in this
regards
sonam
2015 Mar 10 9:33 AM
Hi
Class CL_BDS_DOCUMENT_SET. You can explore this class to figure out how to use it.
Also, you can refer this wiki
http://wiki.scn.sap.com/wiki/display/ABAP/Excel+with+SAP+-+An+overview
Section : Exchanging Data between SAP and Desktop Application and Spreadsheet Interface in the above link.
Regards
Raj
2015 Mar 11 5:00 AM
Thanks Raj
i have gone through the links but cudnt find anything .
i want to read multisheet xlsx file from application server al11 .
please help
regards
sonam
2015 Apr 06 1:48 PM
2020 Apr 13 7:42 AM
Hi Sonam,
I have exact requirement.
I am stuck at update the multiple sheets and then uploading back in AL11.
Could you please help.
Vivek
2020 Apr 13 8:11 AM
Try reading the answers to this question... or do you need it all repeated just for you?