cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Proxy Errors

Former Member
0 Kudos

Hi Experts,

My scenario R/3->XI(ABAP Proxy)--->SUS Systems

Getting the following error in SUS system.XI system it doesn't throw any error in moni.

I am new to proxy concepts.Also please let me know any related blogs or suggestions in this regards.

<?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_SUSIV_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>

Thanks,

Sudhansu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi SudhanshuKumar,

Kindly debug the proxy code :

1. Hope there is no dump at SUS side - check by running ST22

2. Set an external debugger at SUS side in the code to know the exact result .

3. Test the scenario directly once also at SPROXY level in SUS .

On debugging you will get the clue.. !!

Regards,

Answers (3)

Answers (3)

Former Member
0 Kudos

may you have to debug the proxy call... for this goto transaction sproxy, select your inboundinterface and click on test... before this you sould set a breakpoint in your coding...

Former Member
0 Kudos

Hi Behera,

Can you debug your proxy using this blog:

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/502a7f0e-e5d9-2910-5aa2-976a8ed8384f&overrid...

Also please check few solutions given in this threads for the same issue:

Regards,

---Satish

Former Member
0 Kudos

Hi,

Have a look at :

will help a lot..

Regards,