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 code 64

Former Member
0 Likes
1,153

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
Read only

Former Member
0 Likes
981

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
Read only

Former Member
0 Likes
982

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.

Read only

Former Member
0 Likes
981

use program RBDAPP01 to process manually.

Read only

Former Member
0 Likes
981

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)

Read only

Former Member
0 Likes
981

Thak u guys