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

Due to huge data TIME_OUT Error

Former Member
0 Likes
563

Hi All

Can anybody help me out from TIME_OUT error

I have declared types as per table FAGLFLEXA field sequence

Before checking the for all entries with table FAGLFLEXA, i was deleted duplicate entries from table BSAS

after deleted the duplicate records in BSAS table contains 3500000 records, because of this reason it goes to TIME_OUT error

Can you please suggest the solution to resolve this TIME_OUT error

Thanks in Advance

Sekhar

Moderator message: one thread only per issue, please.

Edited by: Thomas Zloch on Feb 1, 2012

Hi All

Can anybody help me out from TIME_OUT error

I have declared types as per table FAGLFLEXA field sequence

Before checking the for all entries with table FAGLFLEXA, i was deleted duplicate entries from table BSAS

after deleted the duplicate records in BSAS table contains 3500000 records, because of this reason it goes to TIME_OUT error

Can you please suggest the solution to resolve this TIME_OUT error

Thanks in Advance

Sekhar

Moderator message: one thread only per issue, please.

Edited by: Thomas Zloch on Feb 1, 2012

2 REPLIES 2
Read only

Former Member
0 Likes
522

Hi,

You could try running in background mode.

Read only

Former Member
0 Likes
522

Hi,

1. Run your program in background and check it in sm37, whether it processed or not.

2. Do performance tuning on select statements , nested loops, non-primary keys,......

3. go to RZ11 -


provide ' rdisp/max_wprun_time ' -


display and then check the process time, increase the process time by clicking on change button like( ex: 600 to 1200)

and also check with ' abap/timeout '

Edited by: Parupelly on Feb 1, 2012 3:30 PM

Edited by: Parupelly on Feb 1, 2012 3:30 PM