cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy with ESR

Former Member
0 Kudos

Our PI connected to ESR, instead of old IR.

I generated a client proxy class in BW system. Instead of having execute_asynchronous method, there is only execute method.

How can I call the proxy in this case? How to add custom functions to this proxy?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

With the comming of the ESR, the Idea of the Method or Opertaion EXECUTE_SYNCHRONUOUS or ASYNC has changed.

Now you can set the name of the operation in the service interface definition in the ESR. On generating a proxy a method with that particular name would be created.

If you use PI 71. you can define multiple operation in ESR.

Consumption of proxy is exactly similar as before, EXECUTE can also be used.

Award point if useful

Best Regards

Abhishek

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

Your BW should based on SAP Web AS 6.20 and SAP Web AS 6.20 kernel patch level above 1253 to use the proxy.

else you need to take upload the relevant patch from SAP service market.

It will make th execute_sycnhornous method available and can be used for Proxy communication.

You require NW70 SP14 backend. you need to import SAP ABAP 7.0 XI Content from SAP Market Place. After that you can see the SCV in the ESR (backend).

See the ESR Service Modeling - Step-by-Step guide for Outside-In approach for Proxy

/people/bv.pillai/blog/2008/02/06/esr-service-modeling--step-by-step-guide-for-outside-in-approach

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

How do you activate ABAP Proxies?

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Thanks

Swarup