cancel
Showing results for 
Search instead for 
Did you mean: 

Error in FILE 2 Proxy Scenario

Former Member
0 Kudos

Hi All,

I am doing File to Proxy Scenario i am getting following error

Could any one provide the solution for this.

*<?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">INTERFACE_REGISTRATION_ERROR</SAP:Code>

<SAP:P1>ifmmessif</SAP:P1>

<SAP:P2>MI_Emp_Sender</SAP:P2>

<SAP:P3>Namespace</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No implementing class registered for the interface (ABAP interface, request message MI_Emp_Sender, request message, namespace )</SAP:Stack>

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

Thanks in Advance

Mahesh

</SAP:Error>

Edited by: Mahesh Reddy on Jul 10, 2008 12:47 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mahesh,

1) Use SPROXY transaction.

Menu-> Proxy -> Activate All.

2) check in the interface determination if u are using correct

inbound interface.

3) If this if fine....try deleting all proxy objects of the interface

and create new.

Regards,

Praveen K

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

HI MAHESH

i think you might be using another NAMESPACE

that means, that there is no ABAP proxy generated for that interface (transaction SPROXY

CHECK IT OUT

regards

kummari

Former Member
0 Kudos

Hi,

I think this is the error related to Proxy Interface while generating the proxy Objects.

Make sure that you are generating the Proxy Objects for your Inbound Message Interface Only(Not Outbound MI, by Mistake)

Regards

Seshagiri