cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Error

praveenreddy_bk
Participant
0 Kudos

Hi All,

I am sending dat afrom R3 TO RM-SUS Via PI 7.0

Proxies are used to connect SRM-SUS

Iam getting error in 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_SUSCONF_INFO_IN</SAP:P2> 
  <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:ApplicationFaultMessage namespace="" /> 
  <SAP:Stack>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</SAP:Stack> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

Regards,

Praveen

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member208856
Active Contributor
0 Kudos

Your data sent to SRM system is wrong, there is some error while posting.

So correct your data or

do Exception Handelling in Proxy code.

Former Member
0 Kudos

Hi,

Please check the below URLs.

/people/michal.krawczyk2/blog/2009/06/20/pixi-abap-proxies-say-goodbye-to-executeasynchronous-method

Thanks

Ravi

MichalKrawczyk
Active Contributor
0 Kudos

hi,

this error means nothing else then wrong input data

so your mapping did not supply correct data to the proxy

and that is why you see this error

correct the mapping and it will work

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi,

This type of error is basically due to an uncaught exception in the ABAP program. Inform ABAP team they might help u.

Thanks

Amit

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Exceptions are not handled properly in Proxy interface.

Test the Proxy in tcode :SPROXY

select the inteface and go to menu-proxy-test

This will test your proxy code.

Regards

Abhijit