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: 

CO60 Time out

Former Member
0 Kudos

Hello Experts,

I am runing the transaction code CO60 to display the PI sheet,but it is resulting in a short-dump as a result of time out.

This is happening with only one sheet.

Could anybody help me in how to tackle this problem ?

Thanks in advance,

Durga.

5 REPLIES 5

Former Member
0 Kudos

This is a duplicate post. Please close one or the other.

Have you looked for notes on this?

Rob

0 Kudos

Hi Rob,

Yes, i have checked the SAP Notes 412419 and 660744.They talk about memory issues and internet explorer limitations.But i want to find out is there any solution way we can tackle this problem in SAP.

Thanks,

Durga.

0 Kudos

Well there are about 30 others as well. If none of them help, you should open an OSS message. The forum really can't help you with a standard SAP transaction.

Rob

Former Member
0 Kudos

Durga,

SAP limits the time for which you can run a program online and issues a dump if you exceed it. However background processing does not have any such limit. Transaction CO60 is attached to executable type (Type '1') program RCOPOC_WKLT. If you run this in the background, you will not get any dump. You can view the spool created through transaction SM37. This should help you in the interim period till you find an OSS Note that fixes the performance issue.

0 Kudos

I need to select one process order in this report's output and choose the option Display PI sheet.This i cannot do in the background i guess..

Thanks,

Durga.