cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI 7.0 Inbound Proxy error on SRM system

Former Member
0 Kudos

Hello Experts

I am working on a Proxy to Proxy scenario from ECC system to SRM. When I send the PurchaseOrderERPRequest_In from PI to SRM system it is going into status as "Transfer to External application" status in SXMB_MONI.

can anyone suggest how to resolve the isssue on SRM side , There are no issues while sending from PI

Thanks in advance

PR

Accepted Solutions (1)

Accepted Solutions (1)

nabendu_sen
Active Contributor
0 Kudos

Hi PR,

"Transfer to External application" is a common issue in SRM system. If you want to see the exact error you need to configure FEH.

If you have done the required configuration for FEH and use transaction /n/SAPPO/PPO2 in SRM you will be able to see the actual error why xml is failing. Also rememeber to change the value for field Mode of postprocessing Order to 0 in the screen you get after running tranaction /n/SAPPO/PPO2

To configure FEH refer note: 1270081

Please check the below blog for configuring FEH:

http://scn.sap.com/community/pi-and-soa-middleware/blog/2011/02/24/pixi-forward-error-handling-feh-f...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi PR,

Foward error handling is definitely the way to go as Nabendu has suggested for future cases.

Another option to identify the cause is to take the payload from SXMB_MONI and debug (through TCode SPROXY) the inbound proxy on SRM.

Regards, Trevor