cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out XML message based on Information in IDOC in SAP PI

Former Member
0 Kudos

Hi,

We have a scenario in which we are daily sending 2000 Idocs of Employee master data to from SAP to 3rd party using SAP PI.My requirement is:

1. If i have to find the Idoc number for a particular employee then how can i find that.I can not do it manuallybecause i have to check 2000 employees.

2. If i have to find the XML message is SXMB_MONI for a particular employee then what is the procedure.

Also if i have invoices coming from 3rd party in to SAP then:

1. How can i find the invoice IDOC using the XML from SXMB_MONI.

2. How to find the Invoice posted using the IDOC number.

Please help in this issue.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1. Normally the employee/invoice number will be passed to the IDOC segment field as well, you can try to search for it in the IDOC using WE09

2. To see the relationship between SXMB_MONI (Message ID) and IDOC number in SAP PI, you can use IDX5.

Hope it helps,

Lim...