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

Status 64

Former Member
0 Likes
1,058

Our Inbound Order05 IDOCs are waiting in the R/3 input que with the Status 64?

What could be the reason and how to analyze the issue?

If there is any way we can inform our business people once an IDOC waits in the que more than some specified time?

Our Inbound Order05 IDOCs are waiting in the R/3 input que with the Status 64?

What could be the reason and how to analyze the issue?

If there is any way we can inform our business people once an IDOC waits in the que more than some specified time?

6 REPLIES 6
Read only

Former Member
0 Likes
1,001

Hi,

What could be the reason and how to analyze the issue?

Please check the inbound order partner profile setup (WE20).

Perhaps it was setup to trigger by background program (under processing by function module section) instead of trigger immediately.

If there is any way we can inform our business people once an IDOC waits in the que more than some specified time?

You can use transaction BD87 or WE02/WE05 to monitor the inbound IDocs with status 64.

Regards,

Ferry Lianto

Read only

0 Likes
1,001

Thanks Ferry. In We20 its been set up to run IMMEDIATELy.

There is any to automate this process, i.e. to inform the business people about the waiting IDOCS with status 64.(Manually I know its possible to check BD*& and WE02 and WE05)

Read only

Former Member
0 Likes
1,001

Hi,

Please take a look OSS Note 555229.

Perhaps the source codes are available in your system, but you need to add entry TRFC-IDOC SYNCHRON in table TEDEF.

Regards,

Ferry Lianto

Read only

0 Likes
1,001

Thanks Ferry. We looked into the OSS notes, and we are currently on WAS 6.40 and the particular OSS notes you have mentioned is upto WAS 6.20. So thats been ruled out.

Read only

former_member214999
Participant
0 Likes
1,001

Hello you can create a job to moniter and send an email to user or a position. Program name is RSEIDOCA.

same way you can create another job to process all 64's . program name is RSEOUT00 or RBDAPP01

Read only

Former Member
0 Likes
1,001

Run transaction OYEB to activate inbound IDoc linking and try again.