2019 Mar 04 9:28 AM
Need to Read an excel file from Application layer i.e Al11 into an internal table,please if any one has code and can share to me
rd
2019 Mar 04 12:00 PM
Have you tried searching to see if someone else has had this problem?
2019 Mar 04 2:07 PM
Hi Matthew - i searched few posting but all the documents are not clear..
if you have something more details kindly share.
Thanks- sekhar
2019 Mar 05 8:55 AM
2019 Mar 05 10:05 AM
2019 Mar 05 9:24 AM
You Can use this FM below for the same:
TEXT_CONVERT_XLS_TO_SAP
2019 Mar 05 10:56 AM
ABAP2XLSX is not Application Layer Al11.. where i read the code and it shows the Xlxs file from the Presentation layer.
I found the solution for this issue - Step1 :Read the file from the Application layer through open data set.
step2.Create ABAP Dictionary Objects
Step 3: Create Simple Transformation to Parse XML Content
Step 4 : Create Frame work Program to Process XML Files Processing XML Attributes.
Step5: Transfer the data into ABAP internal table.
Please let me further if you have any questions in the above solution.
Thanks
Sekhar
2019 Mar 05 11:31 AM
You should read better, because I use for many different reports and customers ABAP2XLSX to handle XLSX files both on application and presentation servers.
2019 Mar 05 12:31 PM
@Dhana Sekhar you are wrong. abap2xlsx works in writing xlsx files to the appserver.
2019 Mar 06 3:02 AM
you dont have to create abap dictionary object for this. if you do then everytime your excel format change, you also have to change it too. you can use ABAP2XLSX or cl_xlsx_document too.
2019 Jul 12 9:38 PM
Hello Dhana Sekhar,
Would you mind prepare a step-by-step document that could help others? I have the similar requirement and tried Praveen's approach mentioned in his PDF document, but is not working.
Best Regards,
Nanda.
2019 Jul 13 8:47 AM
nanda.veera Use abap2xlsx. As the original poster has been advised many times. His objections are invalid.
2019 Jul 14 2:49 AM
It has already been discussed 1000 times in the forum.
To sum up: