cancel
Showing results for 
Search instead for 
Did you mean: 

no implementing class registered for the interface

former_member650236
Participant
0 Kudos

Hi experts,

I am working on File to Proxy scenario.Recently ABAPer copied the proxy coding to new service interface after that we are getting the below error

no implementing class registered for the interface PI SXMB-MONI. Any error from my PI.Please it is very urgent.

Regards,

Shaik

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Shaik,

  • Make sure you use the right service interface in PI configuration.
  • If you configure service interface ReceiverProxy_In and namespace urn:erp:proxy
  • In ECC side exact same service interface under same namespace proxy must be generated and activated.
  • You can compare the payload in PI whether the root node is equal to your message type or not.

Regards,

Praveen.

former_member650236
Participant
0 Kudos

Hi Praveen,

Thanks for the prompt reply.

I have used the same name as it is in SI and the name also from the same namespace.Today ABAPer did some changes to the proxy.Is there any error from the ABAPer side?

Error is

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

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

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

  <SAP:P2></SAP:P2>

  <SAP:P3></SAP:P3>

  <SAP:P4 />

  <SAP:AdditionalText />

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

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

  </SAP:Error>

Regards,

Shaik

former_member182412
Active Contributor
0 Kudos

Hi Shaik,

  • Did you test the proxy in SPROXY transaction by taking the payload from PI??
  • When you test the proxy in SPROXY the system will create a template XML, did you compare both XML's??
  • One is in PI after mapping and one which system generated XML in SPROXY
  • Is proxy activated in ERP??

Regards,

Praveen.

former_member650236
Participant
0 Kudos

Hi Praveen,

yes, the payload is same i tested in both side.

proxy is activated in R3.Is there any calsses and methods to be activated in Proxy?

Regards,

Shaik

former_member182412
Active Contributor
0 Kudos

Hi Shaik,

The implemented class and method should be active in ERP.

When you double click on the generated proxy service interface, under interface attributes you can find the provider class, double click on the class.

This class should be active and double click on the method below.

This method also should be active.

Regards,

Praveen.

Answers (0)