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

Receiving IDoc

Former Member
0 Likes
886

Hi all,

I've created an IDOC and sent by executing bd10 and got the status records 01,30 and 03 saying it's successfully sent. How can i verify that it's received at the receiver end?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
811

Herath,

You will look into your target system to see if it has received a IDOC. What is your target system in your case?

You can also configure to get back an acknowledgement once the IDOC is recieved.

Regards,

Ravi

Note : Please reward the helpful posts.

6 REPLIES 6
Read only

Former Member
0 Likes
812

Herath,

You will look into your target system to see if it has received a IDOC. What is your target system in your case?

You can also configure to get back an acknowledgement once the IDOC is recieved.

Regards,

Ravi

Note : Please reward the helpful posts.

Read only

Clemenss
Active Contributor
0 Likes
811

Hi,

your question has been received (twice).

IDOC status 03 (passed to port OK) means that an RFC connection to the receiving system has been established. The IDOC has been succesfully sent to the receiving system, that means, technically, it has been received.

You still have no information wheter it has been processed in the receiving system. The scenario depends very much on your situation. For example the communication to an external warehouse to trigger a delivery is done by sending a delivery IDOC of message type SHP_IBDLV_SAVE_REPLICA. The warehouse will process the IDOC and send back an IDOC type SHP_IBDLV_CONFIRM_DECENTRAL which will trigger the posting of goods issue in SAP.

So the verification depends on your process.

regards,

Clemens

Read only

Former Member
0 Likes
811

Hi,

To be sure the IDoc has been received on the other end you should schedule report RBDMOIND. This will set the status of the Idoc from 03 to 12 in case the Idoc has been received.

Regards,

John.

Read only

Former Member
0 Likes
811

Hi,

BD10- To Send Material

BD11- To Reciever Material

WE02 or WE05 .. we Can Recived Idoc's with Staus

Try These.

Regards,

Murali K

Read only

Former Member
0 Likes
811

hi all,

thanks for all ur replies.

Read only

Former Member
0 Likes
811

In the rec. System

WE05--->

Pass the Logical System name (sender) and message type.

It will give the IDOCs depends on the date & time.

Thanks

Eswar