cancel
Showing results for 
Search instead for 
Did you mean: 

Message IDs in BPM

Former Member
0 Kudos

Hi,

Following are the steps in BPM

1. XI receives the Delivery IDOC from SAP ( converts to XML ) - Creates XI MSG ID 1

2. XI Sends the XML to other system using Web Service - Creates XI MSG ID 2

I'm writing a FM which will have IDOC# as the input and will give the status of the webservice call ( success / failure ).

From IDX5 if i give the IDOC#, i'm getting the XI MSG ID 1. I'm not finding a link to get the XI MSG ID 2 created from Step 2 of the BPM using XI MSG ID 1. Are there any tables or FM available to retrieve this link ?

Your inputs are highly appreciable.

Thanks

Arun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arun

Check the replies in this thread

Thanks

Gaurav

Former Member
0 Kudos

Hi Gaurav,

Thanks for the links which is explaining about how to get the Message ID in the BPM.

I'm looking to access these message id from the table or FM level ( ABAP Side ).

Thanks,

Arun

Former Member
0 Kudos

Hi,

Please check table

IDXSNDPOR (sender relations with idoc)

IDXRCVPOR (receiver relations with idoc)

Hope it helps.

regards

Unni

Former Member
0 Kudos

HI Arun

You can get the XML message id from SXMSPMAST. This table store messages processed in XI same as shown in SXMB_MONI

Thanks

Gaurav

Former Member
0 Kudos

Thanks Unni.

Unfortunately. These table doesnt give any relationship between the message ID's generated from the BPM steps.

Thanks,

Arun

Former Member
0 Kudos

Thanks Bhargav. This doesnt give the relationship of the message ID triggered from BPM Steps.

Thanks,

Arun