on 2007 Oct 31 3:08 AM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This error indicates that ur ABAP Proxy is not generated yet. Try regenerating it using SPROXY.
Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
61 | |
11 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.