cancel
Showing results for 
Search instead for 
Did you mean: 

Error executing Abap Proxy

Former Member
0 Kudos

Guys,

I have created the message interface "SIGNN_SignNFe_OB" in Repository and create the objects in Configuration.

I have actived everthing.

I go in SPROXY tcode and appears the SIGNN_SignNFe_OB with option "View Proxy".

But when i try to use the proxy, show the error follow.

No implementing class registered for the interface (ABAP interface, request message SIGNN_SignNFe_OB, request message, namespace http://sap.com/xi/NFE/005a)

Can anybody help me, please ?

Accepted Solutions (1)

Accepted Solutions (1)

turmoll
Active Contributor
0 Kudos

hi,

Firstly, You need to generate proxy for your interface. Later you will be able to use it.

Regards,

Jakub

Answers (4)

Answers (4)

Former Member
0 Kudos

Guys,

Im using the GRC NFe application (product only Brazil)

The proxies already is registred and actived(standard).

I created 1 new abap stance for use the GRC NFe and in sxmb_adm -> integration server, i have changed to application using http destination.

Then, ECC send to GRC NFe (abap pi 40) and GRC NFe send to (abap pi 60)

So i have solved the problem of proxies.

Thank everbody for help me.

0 Kudos

Hello João,

As I can see you are familiar with Brazilian NFE SAP's solution.

We have to implement this functionality in our company as well, could you please explain me the main architecture ? (mainly the XI part) and also give me some advice about the time to finish this project ? (how long it took to you ?)

i would appreciate very much any information / links you could give me.

Thanks in advance.

have a nice day.

henrique_pinto
Active Contributor
0 Kudos

Ernest,

NFE has a pre-delivered XI Content with pre-defined Integration Scenarios.

Not much work to be done here, just run the configuration wizard for these scenarios, create the necessary party/services and fill in the necessary info in the communication channels.

As for the NFE core component, it's an ABAP Add-On to SAP_BASIS 7.00.

Hence, you can install it in any ABAP Application Server 7.00 instance, including your existing PI instance (you need to create a new client for it in this case, since you can't run proxies in the same client of the Integration Server).

SAP doesn't recommended to do it if you have a central PI instance, it would be better to create a new ABAP only instance just for this. But some customers prefer to maintain a separate PI instance specific for NFE, due to the high business risk.

Check this blog for more details: /people/henrique.pinto/blog/2008/06/12/sap-grc-nfe-10--new-solution-introduction-implemention-best-practices

Best,

Henrique.

Former Member
0 Kudos

Hi.

Check this

Use SPROXY transaction.

Proxy -> Activate All.

if the above is not satisfaied with ur query go for the below process..

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

inbound interface.

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

and create new.

Regards,

Praveen K

Former Member
0 Kudos

how can i delete all proxies in SPROXY tcode?

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

press right buttom in the proxy and delete it.

one question. are you in DEV enviroment??

Former Member
0 Kudos

I am in dev.

But when i click right button in proxy, only appears "view proxy"

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

you dont have right authorization. talk to basis team.

Thanks

Rodrigo

Ps: reward points if useful

Former Member
0 Kudos

my user have SAP_ALL,

do you know what role i need include?

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

im not sure about what roles you need, maybe some developers, try ussing one developer user.

Thanks

Rodrigo

Edited by: Rodrigo Alejandro Pertierra on Aug 5, 2008 1:51 PM

Former Member
0 Kudos

Guys,

When i go in SPROXY transaction, appears my interface, but only have the option "view proxy" and not appears "create", i thing the proxy already created, then.

But in the folders tree only appears Message Type, Fault Message Type, dont appears "Message Interface (inbound) and Message Interface (outbound)"

What can to be?

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi, check whether the MI is active in IR if you cannot see the IM.

if the proxy was created, you must see it with a green circle.

Former Member
0 Kudos

Hi,

Yes, is actived, and have the green circle.

turmoll
Active Contributor
0 Kudos

> When i go in SPROXY transaction, appears my interface, but only have the option "view proxy" and not appears "create", i thing the proxy already created, then.

Maybe you miss some credentials?

Regards,

Jakub

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

double click in the proxy-> double click in class name>double click <class name>- asynchronous--> see the proxy code.

can you see it? if the MI has a green circle it shoulndt have miss class error.

are you sure about proxy.

thanks

Former Member
0 Kudos

Hi,

Check with your authorization, you should have authorization first to use SPROXY transactions.

Thanks

Sudharshan

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi

sing in in the sender/receiver system where you need to develope your proxy and go to TCODE sproxy. check whether you can see all SWC you imported to IR if so you must create the proxy.

also see these guide

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e698aa90-0201-0010-7982-b498e02a...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40574601-ec97-2910-3cba-a0fdc10f...

if you cannot see all SWC in sproxy apply the post instalation guide of PI in the sender/receiver system where you need to develope your proxy; starting by the step where you must generate all RFC Destination to SXMB_ADM configuration

Thanks

Rodrigo

Edited by: Rodrigo Alejandro Pertierra on Aug 5, 2008 9:51 AM

Former Member
0 Kudos

incorrect msg..pls ignore