Skip to Content
0
Former Member
Dec 29, 2011 at 01:48 PM

AS2- How to display Idoc number in ACK MDN

409 Views

Hi ,

I have an requirement where I have to send the Idoc number in MDN which is sent as an acknowledgement after AS2 system has received an INVOIC Idoc .

Scenario is like below:

Part I: R/3(Invoic idoc) >PI >(Idoc xml)AS2

R/3 system will send an Idoc to PI. PI will do the mapping and sent to AS2 system with the Idoc number in AS2 subject. This is done by an udf. Part I is working fine.

Part II: AS2(MDN) >PI >R/3(ALEAUD Idoc)

After receiving the idoc xml, AS2 system will send an MDN. This MDN does not contain idoc # which has been processed successfully in the part I. PI is receiving the MDN message like below

-


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- http://uri.seeburger.com/dt/master/schema">

<clientId>000</clientId>

<correlationId>dbeb6ed9-2cbe-11e1-c7f1-000007ec0f66</correlationId>

<category>DeliveryReport</category>

<state>SUCCESS</state>

<finalReport>true</finalReport>

- <specificData>

<key>messageID</key>

<value><186989715515267382041324573406247.SEEBURGER.dxiadm@26.91.24.10></value>

</specificData>

- <specificData>

<key>subject</key>

<value>Message Disposition Notification</value>

</specificData>

- <specificData>

<key>channelID</key>

<value></value>

</specificData>

- <specificData>

<key>channel</key>

<value>CC_SND_AS2_MDN_XX_PKI</value>

</specificData>

- <specificData>

<key>originalchannel</key>

<value>CC_RCV_AS2_XXX_EDI_SEEBURGER_INVOIC_PKI</value>

</specificData>

- <specificData>

<key>to</key>

<value>PARTY_XX</value>

</specificData>

- <specificData>

<key>from</key>

<value>PARTY_YY</value>

</specificData>

- <reportAttachment refID="dffd66c0-2cbe-11e1-9654-af0c1a5b180a">

http://uri.seeburger.com/bisas/message/schema" />

</reportAttachment>

</DtReport>

-


Can anyone please let me know how can I get the idoc number in received MDN from AS2? So that we can easily identify which has been received the MDN and processed successfully.

Thanks,

Arivarasu S