cancel
Showing results for 
Search instead for 
Did you mean: 

issue in end system

Former Member
0 Kudos

Hi all i am using proxy to proxy scenerio.

sending data from bank system to Bank analyzer

i am getting the below error in the end system bank analyzer

<SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>Application</SAP:Category>

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

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SAPGlobal20/Global">StandardMessageFault</SAP:ApplicationFaultMessage>

<SAP:Stack>Application has thrown an exception</SAP:Stack>

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

</SAP:Error>

and in the Payload (maintain document/xml) i am getting this error

- <n0:StandardMessageFault xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:DM7:/1SAI/TASEE97024E387C67FC5DC8:711:2010/12/13">

- <standard>

<faultText />

- <faultDetail>

<severity>error</severity>

<text>Message Customizing for FT is not available for service operation CUR_ACC_CR</text>

<url>http://dm7tdc00.wdf.sap.corp:56580/sap/xi/docu_apperror?ID=NA&OBJECT=%2fBA1%2fF8_ADF101&LANGUAGE=E&MSGV1=CUR_ACC_CR</url>

<id>101(/BA1/F8_ADF)</id>

</faultDetail>

regadrs

sivaramaraju

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

Make sure your proxy class is properly generated in receiver system. It might be worthwhile to regenerate it (remember to backup your implementation code, as it disappears when regenerating the class). Moreover, make sure that your class does not raise an unhandled exception or message of class A or X. You might also check st22 in receiver system - maybe you will find an exception there.

Hope this helps,

Greg

Former Member
0 Kudos

hi thanks for the reply

it is showing the fallowing error in st22

Exception condition "NO_RFC_CALL_ALLOWED" raised.

A RAISE statement in the program "CL_XMS_RETRY_HANDLER==========CP" raised the

exception

condition "NO_RFC_CALL_ALLOWED".

Since the exception was not intercepted by a superior

program, processing was terminated.

is it related to proxy error

regards

sravan

Answers (0)