cancel
Showing results for 
Search instead for 
Did you mean: 

Posting IDOCs to PI. Not able to see in WE02 in PI

Former Member
0 Kudos

Hi,

I am posting a custom message from ECC to PI. The same message type has been also created in PI with its corresponding process code and function module.

I am not able to see these Inbound IDOCS in PI in transaction WE02. I am able to see the IDOC in IDX5 and SXMB_MONI (Error status, since no interface for this message type exists).

The need to see the IDOC in WE02 is it has to run the function module associated with the process code of this incoming message type.

(This scenario is needed as per one of the business requirements).

Please advice.

Thanks,

Navneeth K.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you need to put the IDOC type in report: IDX_SELECT_IDOCTYP_WITHOUT_IS

to see it in WE02 on PI

standard function - also described in my book:

http://www.sap-press.com/products/Mastering-IDoc-Business-Scenarios-with-SAP-NetWeaver-PI.html

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

former_member184681
Active Contributor
0 Kudos

Hi Navneeth,

I am not really sure if you can process an IDoc in PI just the way it normally happens in ECC. But you can try with a little workaround - create an ABAP class mapping,from where you will call your function module.

Hope this helps,

Greg