Application Development and Automation 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: 
Read only

Session Terminate:

0 Likes
1,499

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
Read only

former_member212124
Active Participant
0 Likes
1,464

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
Read only

naveenvishal
Contributor
0 Likes
1,464

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.

Read only

vikas_mulay2
Participant
0 Likes
1,464

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

Read only

rajkumarnarasimman
Active Contributor
0 Likes
1,464

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

Read only

0 Likes
1,464

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.

Read only

0 Likes
1,464

Hi,

It would be good to run background Job.

Read only

0 Likes
1,464

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

Read only

0 Likes
1,464

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

Read only

former_member212124
Active Participant
0 Likes
1,465

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

Read only

former_member212124
Active Participant
0 Likes
1,464

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