‎2011 Jul 07 10:43 AM
Dear All
I have a large excel file to be uploaded in SAP. I would like to know if there is any FM that can read this FM in background and then take it for further processing.
As of now I came across all the FM that processes excel only in foreground.
Issue that I am facing is that because of huge size of this excel, there are memory dump. Which I want to avoid.
So could you suggest some ways.
Amol
‎2011 Jul 07 10:46 AM
Hi,
how about:
exporting in excel to csv format and uploading this file onto the application server. Change the coding of the given report to "open dataset, read dataset, ..."
Kind Regards,
Dirk
‎2011 Jul 07 3:52 PM
‎2011 Jul 09 4:34 AM
Can you try writing the program for foreground like normally you do and set up a background job to execute your program by saving the variant of the program with the path of the file in it?
The sample code for front end excel upload is here