‎2014 Jul 29 8:47 AM
Hi. Friends.
I am downloading data from application server to presentation server. I when I am downloading the up to 4LAKHS records. but problem is that data is downloaded upto 60 to 70 thousands. after that the session has terminated. I can't understand. what is the problem. can any body help me. it is very <removed by moderator>.
Message was edited by: Manish Kumar
‎2014 Jul 29 9:55 AM
Hi Raj Kumar,
Please refer following links that will surely help you with download file in background job.
Document: http://scn.sap.com/docs/DOC-10182
Discussion:http://scn.sap.com/thread/731576
Discussion:Download to Excel Multiple Sheets in background | SCN
Thanks,
Vidyasagar
‎2014 Jul 29 8:50 AM
Ask Basis guys to have a look. Looks like it can be a time or memory issue.
Select only useful fields for download without unnecessarily loading the system.
‎2014 Jul 29 8:56 AM
Hi Raj,
It must be giving you the 'Time Out' dump as the data downloading is taking lot of time.
You can check the dump in ST22 for more details.
Regards,
Vikas
‎2014 Jul 29 9:05 AM
Hi Rajkumar,
Session timeout normally occurs, For this case, we have to increase the session timeout.
To activate automatic logging off, do the following:
To deactivate automatic logoff, delete the parameter from the profile(s) or set the value '0'.
Regards
Rajkumar Narasimman
‎2014 Jul 29 9:24 AM
thank you for all replay..
but in client system, I don't have any access to check the ST22. can we download the data in backround? or any other way to download data from Application server to presentation server. please tell me.
‎2014 Jul 29 9:29 AM
‎2014 Jul 29 9:34 AM
If using a custom program, you have to using dataset to download data in the background.
‎2014 Jul 29 9:35 AM
I have tried in the background job. the Job has canceled after some time nothing data has downloaded in the background. In scn I saw we can't download. the data in background. is it correct or not. if it is possibility. let me give the steps..
‎2014 Jul 29 9:55 AM
Hi Raj Kumar,
Please refer following links that will surely help you with download file in background job.
Document: http://scn.sap.com/docs/DOC-10182
Discussion:http://scn.sap.com/thread/731576
Discussion:Download to Excel Multiple Sheets in background | SCN
Thanks,
Vidyasagar
‎2014 Jul 30 4:27 AM
And refer these documents to know how to save excel file in application server.
Document:http://scn.sap.com/docs/DOC-34394
do necessary changes to code and use according to your requirement.
thanks,
vidyasagar