cancel
Showing results for 
Search instead for 
Did you mean: 

Interface Error - RFC Adapter

Former Member
0 Kudos

Hi,

While Executing the interface, in the message in SXMB_MONI, it has the following message.

INTERFACE_REGISTRATION_ERROR - No implementing class registered for the interface.

Any ideas, why this comes??

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Hi,

do you use an ABAP proxy interface? Then check with SPROXY in the application system, if there is generated proxy for the interface.

In case you use Java proxy interface, you need to register it like mentioned in the documentation.

Regards

Stefan

Former Member
0 Kudos

Hi Stefan,

Yes, we did generate the ABAP Proxy. Moreover we triggered it by writing an ABAP report. So, I am 100% sure that the proxy exists.

However, I think that the interface expecing a PROXY on the other end also. I am not sure why? I have an RFC Adapter on the other side.

Thanks,

Former Member
0 Kudos

Hi Ravikumar,

I have the same problem right now, have you solved yours yet?

I have a proxy to bapi communication, and the communication process starts with a abap report, that sends the message via the abap proxy to the integration server. But unfortunately it seems to me, that the receiving side can't understand the message. I am using a copy of the idoc message structure for sending and therefore I don't have a interface mapping.

Any ideas?

thanks

Oliver