cancel
Showing results for 
Search instead for 
Did you mean: 

error in abap server proxy

Former Member
0 Kudos

hi all here i am facing some problem regarding proxies. here my scenario is file-to- ABAP proxy. when i trigger message it is giving checkered flag in XI where as in receiver side it is showing error as below by giving red flag.

another important thing is the Z table is getting updated. but it is giving error in sxmb_moni of receiver side by red flag. please respond.

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>

<SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>

<SAP:P2>ZCL_INBOUND_INTERFACE</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>

Regards,

Ramana.

Accepted Solutions (0)

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi Ramana,

there is an runtime error at your proxy. Look to transaction ST22 for details. To find out, what happend follow Stefans blog <a href="/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation: Debug your inbound ABAP Proxy implementation</a>

Regards,

Udo

Former Member
0 Kudos

One of the reasons might be... you are using fault msgs or exceptions and instead of triggering when somethings fails on receiver side, you left code open so even though postings are made...the Exception code is still executed

Former Member
0 Kudos

Hello Ramana,

Error in your server proxy implementation. Debug to find the error in the code, for ex if you are using FM or BAPI make sure passing all the mandatory parameters etc.

Regards,