Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Session Terminate:

0 Kudos
240

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

1 ACCEPTED SOLUTION

former_member212124
Active Participant
0 Kudos
205

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

9 REPLIES 9

naveenvishal
Contributor
0 Kudos
205

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.

vikas_mulay2
Participant
0 Kudos
205

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

rajkumarnarasimman
Active Contributor
0 Kudos
205

Hi Rajkumar,

Session timeout normally occurs, For this case, we have to increase the session timeout.

To activate automatic logging off, do the following:

  • Go to Profile Maintenance by choosing Tools --> CCMS --> Configuration  --> Profile Maintenance or the transaction RZ11.
  • Maintain the parameter rdisp/gui_auto_logout. Enter the required number of seconds of inactivity before the user is logged off automatically.

To deactivate automatic logoff, delete the parameter from the profile(s) or set the value '0'.

Regards

Rajkumar Narasimman

0 Kudos
205

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.

0 Kudos
205

Hi,

It would be good to run background Job.

0 Kudos
205

If using a custom program, you have to using dataset to download data in the background.

0 Kudos
205

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..

former_member212124
Active Participant
0 Kudos
206

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

former_member212124
Active Participant
0 Kudos
205

And refer these documents to know how to save excel file in application server.

Document:http://scn.sap.com/docs/DOC-34394

Document:Function Module to Upload and Download files from and to Application Server - ABAP Development - SCN...

do necessary changes to code and use according to your requirement.

thanks,

vidyasagar