cancel
Showing results for 
Search instead for 
Did you mean: 

message "INTERFACE_REGISTRATION_ERROR"

Former Member
0 Kudos

Hi All.

I got some problems when I try to post data using HTTP ---> RFC in R3 (Customized RFC function) and I also create proxy but it still got a return as show below:

<?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="1">

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

<SAP:Code area="ABAP"><b>INTERFACE_REGISTRATION_ERROR</b></SAP:Code>

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

<SAP:P2>MI_FileName</SAP:P2>

<SAP:P3>http://sap.com/xi/XI/DataTransfer</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack><i><b>No implementing class registered for the interface (ABAP interface, request message MI_FileName, request message, namespace http://sap.com/xi/XI/DataTransfer)</b></i></SAP:Stack>;

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Did I miss any step? Thank you in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Yinglak,

ppl encounter the error "INTERFACE_REGISTRATION_ERROR" whenever there is problem with proxy creation.as prateek said...goto R3->use transaction SPROXY->choose the inbound messahe interface->rht clk->create proxy->give the package name and prefix(y/z)-> an Interface will be generated under the MI upon successful creation of proxy.

regard

biplab

Former Member
0 Kudos

hi,

its important to activate ur proxy objects once they are generated. try doin that and refer:

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

[reward if helpful]

regards,

latika.

prateek
Active Contributor
0 Kudos

This error indicates that ur ABAP Proxy is not generated yet. Try regenerating it using SPROXY.

Regards,

Prateek

Former Member
0 Kudos

hi yinglak,

Your interface is not registered.

Check the similar discussion in this link

regards

Ramesh P