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: 

Status code 64

Former Member
0 Kudos

Hi,

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

1 ACCEPTED SOLUTION

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.

4 REPLIES 4

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

use program RBDAPP01 to process manually.

Former Member
0 Kudos

goto partner profle WE20 Transaction ,check with inbound parameter,

there are two option :

<b>Trigger by background program</b> - you have to setup background job - program is - RBDAPP01 ( or you can execute manually)

<b>trigger immediately</b> ( when you check this option ,idoc status will change automatically)

Former Member
0 Kudos

Thak u guys