cancel
Showing results for 
Search instead for 
Did you mean: 

DYNAMIC_CALL_FAILURE - ABAP Proxy Inbound

Former Member
0 Kudos

I have the following error when I try to test a proxy interface with the data coming into ECC 5.0 System.

<b><?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>ZSMDCL_MI_FUSION_PRODUCT_MAINT</SAP:P2>

<SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during proxy processing</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error></b>

I have a function module which sends a message out depeding on the return status of a BAPI. The proxy is giving the above error when it calls this function module.

reg

reg

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

When I called the function module. The lengths of the parameters it was expecting are different from what I gave.

It was my bad.

reg

Former Member
0 Kudos

Hi,

Check whether all proxy configurations are in pace or not!

Regards,

Keith.

Former Member
0 Kudos

Hi Naveen

Try to catch exception in proxy itself

Use follwing link

<b>

http://help.sap.com/saphelp_nw04/helpdata/en/a1/082589fc4246f09793039d5fb01a17/content.htm</b>;

For Catching Exception in Proxy

<b>

/people/bhanu.thirumala/blog/2006/02/07/abap-proxy--xml-to-abap-transformation

Thanks

Abhishek

***Please Reward points if helpful********