cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc processing Delay

Former Member
0 Kudos

Hello guys,

we have a problem in our client for the IDoc processing. It is a critical process that have to be finished as soon as possible.

We take data from a Oracle Database, and do a transformation in PI 7.1 to a Z IDoc which is sent to R/3.

The problem is that seeing time execution there is a delay from the process in PI 7.1 and R/3.

For example: in our process PI execution is about 1 second, seeing monitoring it starts at 11:11:53 and finishes at 11:11:54.

The problem is in the IDoc creation, if we take a look at the IDoc the first entry with status 50 (IDoc created) is at 11:19.

The IDoc is Z and has option trigger immediately with a Z process code and a Z execution for the IDoc.

This interface is executed every 30 secons more or less, and the delay only occurs 1 time every week more or less, but they can't wait 8 minutes because it is a critical process.

We have an IDoc adapter with an RFC created at SM59, and the RFC is executed in milliseconds.

Do you know where could be the problem? There is any way to see where could be the problem or how to avoid it?

Many thanks in advance.

Regards,

Xavi.

Edited by: Xavi Carb on May 24, 2011 3:03 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

are you bundling the IDocs?

Also when the transaction is executed, can you check the logs in SM58?

Is the execution taking a long time? If so this could be because of insufficient WP in ECC end

Former Member
0 Kudos

Hello,

anybody had the same problem or know how to investigate it?

Many thanks.

Regards,

Xavi.

Former Member
0 Kudos

Hi,

Since its a critical process, you can prioritize queues for this specific interface.

Refer to the below link for more details

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac6221...

Regards

Former Member
0 Kudos

Hello,

this message has a prioritized queue.

Seeing the IDocs in R/3, this interface creates IDocs every minute, but in a moment and for 10 minutes no IDoc is created, and after this time, 8-9 Idocs arrive at the same time.

It seems that the RFC queue is stopped or waiting for these minutes.

Creating another RFC for this interface would be the same?

Many thanks.

Regards,

Xavi.

former_member472138
Active Contributor
0 Kudos

Hello,

Check the section 4.6 Tuning the IDoc Adapter under this [Link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0b96675-87cf-2c10-b489-dee0ac03f782?quicklink=index&overridelayout=true]

Regards

Pothana