cancel
Showing results for 
Search instead for 
Did you mean: 

Creating ABAP server proxy

Former Member
0 Kudos

Hi,

When trying to create an ABAP Proxy in transaction SPROXY my Interface does not contain the method EXECUTE_SYNCHRONOUS. Instead it contains a method of the same name as my Interface.

Does anyone know how to fix that?

Thanks,

Regards,

Morten

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member241146
Active Participant
0 Kudos

Hi Morten.

It is right! Ok!!!

PI 7.0 - You had EXECUTE_ASSYNCHRONOUS method to ABAP PROXY Assinc (assync interface) and EXECUTE_SYNCHRONOUS methodo to ABAP PROXY SYNC (sync interface).

PI 7.1 - You have the same name from operation interface of service interface within of ABAP PROXY respective.

Best Regards.

Bruno

Shabarish_Nair
Active Contributor
0 Kudos

its a change in PI 7.1.

async scenarios more: /people/michal.krawczyk2/blog/2009/06/20/pixi-abap-proxies-say-goodbye-to-executeasynchronous-method

Former Member
0 Kudos

No need to fix anything, this behaviour is okay, just go ahead and implement class/method....

former_member207622
Contributor
0 Kudos

In case of PI 7.1 the name is same as operation name i .e service interface name , in the earlier version of PI it used to be

EXECUTE ASYNCHRONOUS

Please search proxy generation for PI 7.1

http://help.sap.com/saphelp_nwpi71/helpdata/EN/02/265c3cf311070ae10000000a114084/frameset.htm

regards

Ninad