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: 

IDoc Delays: 64 to 62 status

Former Member
0 Kudos

Hello - We have been seeing some intermittent delays on some of our ORDERS idocs. They are configured to process immeadiately, but we have been seeing some delays when they are going from status 64 (Ready to be Transferred) to status 62 (IDoc passed to application). These delays are sporatic and ranging from 2 minutes to 20 minutes.

Any thoughts?

Thanks - Kyle Winters

5 REPLIES 5

Former Member
0 Kudos

Hi,,

see the below notes how to process 64 and 62 idoc status and what might be the reason.

<< Cut and paste without attribution from http://www.abapprogramming.net/2009/01/edi-inbound-process-via-function-module.html removed >>

regards,

Prabhudas

Edited by: Rob Burbank on Apr 24, 2009 11:02 AM

jaideepsharma
Active Contributor
0 Kudos

Hi,

Are these idocs processed using workflows or ??

Please have a look at following SAP notes.

» Idocs remain in inbound with status 62

» ALE: Link to application log in status 62

» IDocs-Status 62 cannot be processed

» IDoc: Problems with inbound processing using workflow

» IDoc: Workflow is not started in RSEINB00

» ALE: IDocs remain in status 64 / 3.X inbound

» IDocs remain in status 64

KR Jaideep,

0 Kudos

Hi,

my answer is now quite late regarding the issue, but if you still encounter this issue you can apply OSS Note 1557798 to change the timestamp at the status 62 level.

After applying the OSS note you can analyze if the delay is before or after passing the IDOC to application. (status 62)

Regards,

Luc

thanga_prakash
Active Contributor
0 Kudos

If the settings in WE20 is "Trigger through background".

Idocs are received with status 64 and the program RBDAPP01 processes the Idocs to change the status to 62 and then to 53.

Might be there is a long run of the job which you scheduled with the above program or the job might have started late from the scheduled start.

Regards,

Thanga Prakash T

CreyJ
Participant
0 Kudos

Hello Kyle,

just as a thought. Who creates the idoc, e.g. an own written programm? May there be a locking problem (the realease of the idoc lock)?

-Regards

-Jürgen-