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: 

Ale Idocs Status code 64

Former Member
0 Kudos

Hi,

While processing inbound idocs, I am encountering <b>status code 64 (IDoc ready to be transferred to application)</b> . Can any one help in avoiding this status code.

<b>Helpful answers will be rewarded.</b>

1 ACCEPTED SOLUTION

Former Member
4 REPLIES 4

Former Member
0 Kudos

64 - IDoc ready to be passed to application. The IDoc will be passed to the application by program RBDAPP01.

Although the partner profile is defined and the IDoc has been received, the IDoc cannot be transferred to the application.

You trigger transmission of the IDoc using report RBDAPP01. To do this, plan a regular job in background processing for this report.

Check the processing mode for the IDoc in the partner profile:

Processing mode 1: The system transmits the IDoc immediately after receipt in the application.

Output mode 3: The system collects received IDocs.

IDocs are not intended to be transmitted directly to the application.

Status 64 in the IDoc can normally only occur in conjunction with processing mode 3 and output mode 2.

Former Member

0 Kudos

This code means that an IDOC has been created sucessfully, and in the case of an inbound IDOC, needs posting into the system.

Either post manually through BD20 or change the partner profile setting through WE20 to post immediately.

Former Member
0 Kudos

Thank u guysss