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: 

How to get the status idoc from recieveing system

former_member191468
Participant
0 Kudos

Hi All,

In our requirement we will be sending an idoc to the recieveing system. we are planning to get the staus of the idoc.

How can you recieve the status of the idoc that idoc has been is saftly reached to target server.

Can any one share the solution if you have confirgured the same before.

We are planning to use : Middleware.

1 ACCEPTED SOLUTION

Subhankar
Active Contributor
0 Kudos

Hi Anil,

If get the status 03 means your idoc successfully send to receiving system port. But in the receiving system if there any issue in processing you can't get these updated status automatically from receiving system. You know Idoc works in asynchronous mode. To get the status you need send one idoc with status (error , success ot warning) from receiving system to sending system.

Thanks

Subhankar.

2 REPLIES 2

Subhankar
Active Contributor
0 Kudos

Hi Anil,

If get the status 03 means your idoc successfully send to receiving system port. But in the receiving system if there any issue in processing you can't get these updated status automatically from receiving system. You know Idoc works in asynchronous mode. To get the status you need send one idoc with status (error , success ot warning) from receiving system to sending system.

Thanks

Subhankar.

former_member191468
Participant
0 Kudos

zzz