cancel
Showing results for 
Search instead for 
Did you mean: 

B2B scenario - Update PI Mapping status back to IDOC SYSTAT01(with 05/06 status)

Former Member
0 Kudos

Hi All,

We have B2B outbound scenario where we need to send PI mapping status(error/success) back to SYSTAT01 IDOC. So that corresponding Source IDOC is updated(IDOC status to 05/06) with PI mapping status (error/Success).

I am looking for any standard or neat solution to get this working in PI/PO 7.4 Java only stack.

Cheers,

Rakesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

Harish
Active Contributor
0 Kudos

Hi Rakesh,

The best way is to map MDN back to status idoc, so you can update the status of IDOC when message is deliver to the partner.

For this in dual stack we created a abap map which retrieve the request message based on MDN correlation ID.

regards,

Harish

Former Member
0 Kudos

Hi Harish,

We are looking for an Acknowledgement from PI layer, to reflect PI message translation status back to SYSTAT01 IDOC. what if we have an error in PI mapping? How we will replicate it back to IDOC status?

MDN usually comes from target system when we have the AS2 based messaging.

Anyways we have plan to update the functional ack back from target system/partners back to original IDOC with status 15/16.

Cheers,

Rakesh

engswee
Active Contributor
0 Kudos

Hi Rakesh

Looks like you want a technical acknowledgement back from PI. By default, PI generates an ALEAUD IDoc back to the ECC system for outbound IDocs.

You can refer to this document for more details on technical acknowledgements.

Rgds

Eng Swee