cancel
Showing results for 
Search instead for 
Did you mean: 

Getting all Idoc numbers from a range of messages

Former Member
0 Kudos

Hi there

Is it possible to get all Idoc Numbers from the outbound payload of a message? Like in sxmb_moni, if I have 2000 messages and I want a list of all Idoc numbers for those messages. Is there any examples on doing something like this?

I know the messages get stored in tables but it's has Hash encriptions on or something I'm not sure how to read them

Thanks,

Jan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jan,

You may take a look at idx5. The program behind idx5 is idx_show_message. You can modify the program selection according to your requirements.

Regards,

---Satish

MichalKrawczyk
Active Contributor
0 Kudos

hi Jan,

>>>Like in sxmb_moni, if I have 2000 messages and I want a list of all Idoc numbers for those messages. Is there any examples on doing something like this?

this is pretty easy as IDOC - XI message ID relation is stored in two tables:

IDXSNDPOR, IDXRCVPOR

from then you can easily get IDOC number on the basis of XI message ID

hope this helps,

Regards,

Michal Krawczyk