‎2009 Nov 09 1:47 PM
Hi all,
I have problem, when I have run program RCOCB009 with variant it works very long time. Duration is about 18 000 seconds. I search sap notes, but I havent problem solving. Maybe somebody has idea what to do for beter running time, because seems 18 000 second is to big running time.
‎2009 Nov 09 3:17 PM
‎2009 Nov 09 3:30 PM
Thank you Rob, I read this note but this note is for 46C system. I have SAP ERP Central Component 5.0 and there isn't object name COCM_MESSAGE_DELETE. So I can't modify source code.
‎2009 Nov 09 4:00 PM
Since it is a standard SAP program, why don't you raise an OSS message?
Rob
‎2009 Nov 09 4:05 PM
Interesting that sometimes this program runs shortly for example 6000 seconds and sometimes 10 000. Maybe you are right, we need to open case in SAP for this problem, just I tried to solve it myself.
‎2009 Nov 10 3:35 AM
Have you actually traced the performance of the program for a while when it's running (e.g. runtime analysis SE30 and SQL trace ST05 - I'd personally start with the latter)? This might provide you enough information to fix it yourself or to do some further search in OSS. One could imagine for example that due to deletion (or maybe other causes) table statistics are not up-to-date and thus certain selects might not be efficient (e.g. when deleting the application log the report searches via external log number). I know my example is poor, but the analysis should give you the necessary insight.
Good luck, harald