cancel
Showing results for 
Search instead for 
Did you mean: 

SRM-PI-SUS

Former Member
0 Kudos

Hi,

I am getting the following error in PurchaseOrder "response", which goes from SUS to SRM:



  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <!--  Call Inbound Proxy 
  --> 
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIProxy</SAP:Category> 
  <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code> 
  <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1> 
  <SAP:P2>CL_BBPX1_SUSPO_CHANGE_REQU_IN</SAP:P2> 
  <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3> 
  <SAP:P4></SAP:P4> 
  <SAP:AdditionalText></SAP:AdditionalText> 
  <SAP:ApplicationFaultMessage namespace=""></SAP:ApplicationFaultMessage> 
  <SAP:Stack>Error during proxy processing Ocorreu um exceção do tipo CX_BBPX1_STD_MESSAGE_FAULT, mas ela não foi tratada localmente nem declarada por meio de uma cláusula RAISING. Application Error</SAP:Stack> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error

As this is a SAP package, why is this error happening in SUS? Any clue?

Best Regards,

Pedro Pereira

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

UNCAUGHT_EXCEPTION means there is some problem in your proxy code check the proxy code once and try again.

Regards

Ramesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check if your Proxy is activated in SPROXY...

Refer similar issue discussed in the forum

Thanks

Swarup

Edited by: Swarup Sawant on Sep 1, 2009 2:11 PM