cancel
Showing results for 
Search instead for 
Did you mean: 

Gettin Message Id with split messages

former_member185171
Participant
0 Kudos

Hi,

when you define multiple receivers for a PI message, PI makes as many copies of the message as necessary to send to all receivers. All these message have another Id assigned to them.

Is there any way to find out into which messages an original message is plit- apart from the visual way in SXMB_MONI, so all of them can be easily followed.

Thanks in advance.

Kris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kris,

to know the parent message of a specific message id you can use table SXMSPMAST.

The field MSGGUID is the current message id and the field PARENTMSG contains the parent message id.

Regards,

Sergio

ravi_raman2
Active Contributor
0 Kudos

How..

Write a function to get both the MsgID and PARENTMSG in a java class, call that from a UDF to add it to your payload, so in your payload you will get the original Msg id and its parent in it....

MSGGUID is the current message id and the field PARENTMSG

Regards

Ravi Raman

Former Member
0 Kudos

Hi

Check this

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

REF_TO_MESSAGE_ID should give the value

http://help.sap.com/saphelp_nw04/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm

Regards

Vishnu

Answers (0)