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: 

IDOC not getting collected at Reciever Side ,Though Status is OK On Sender

Former Member
0 Kudos

Hi,

I am working on customised IDOC scenario, where in I am sending IDOC from Sender side .On reciever side , I have to extract data from this IDOC and put it in the table on reciever side. I have created Process Code, attached a Function Module to Process Code and Attached that Process Code to Inbound Parameters.

But here the message I get on Reciever Side is

,"IDOC not collected at Reciever Side" in WE02 Transaction

Although the status on the sender side is "Success". in WE02 transaction

How to rectify this problem ..

Please .Help Out.

5 REPLIES 5

Former Member
0 Kudos

Are you using the custom posting to post the data into SAP tables.

0 Kudos

Yes ,

I am using "'MASTER_IDOC_DISTRIBUTE'" Function module on Sender Side..

Also

I am using code in the Function Module attached to the Process Code on Reciever Side to extract the Data.

ON the Sender Side, the status is Green, but ON reciever side , it gives "IDOC not found"

Pls Help me.

0 Kudos

hi

status 03 doesnt mean that your idoc has been dispatched to the receiver.

it means your idoc has been sent to the communication layer.

execute the program RBDMONID to confirm whether your IDoc has been successfully dispatched.

Cheers,

Abdul Hakim

former_member181962
Active Contributor
0 Kudos

Hi Sarang,

Check this weblog:

/people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process

Regards,

Ravi

Former Member
0 Kudos

hi sarang,

u can use WE19 testing tool on the receiver side. But it is not recommended.

Either u can run the pgms, RBDMOINC OR RBDMOINF,to test ur process code.

Regards....

Arun.