Skip to Content
0
May 13, 2008 at 08:49 AM

Problem with implementing a server proxy

72 Views

Hello,

I'm trying to implement a server proxy but are not allowed to add code in the generated method of the proxy class. This is what I'm doing:

1. Creating a proxy from an outbound synchronous interface in transaction SPROXY.

This works fine but the generated method is not called EXECUTE_SYNCHRONOUS as I would expect.

The method gets the same name as the name of the interface I'm generating. However I can change the name to EXECUTE_SYNCHRONOUS .

2. When I have saved and activate the proxy I try to add code to the EXECUTE_SYNCHRONOUS method, but I'm not allowed to do this. I get following message: "The entered class is a generic proxy type. These proxy types cannot be processed using the Class Builder, but using the transaction SPROXY."

I don't understand this since I'm trying to do this from SPROXY. Is there something more I should do? Does anybody know?

Both the PI system and application system (ECC6.0) I'm working with are on release 7.0 - SP14.

// Regards Hans