cancel
Showing results for 
Search instead for 
Did you mean: 

synchronous proxy issue

Former Member
0 Kudos

Hi Gurus,

I created ,saved and activated sysnchronous outbound proxy in SPROXY in ECC 6.0 system by using prefix Z and package name.

My message interface is synchronous interface..

Im not getting the Execute_synchronous method insted im getting the method with the message interface name created in PI.

Im not getting the green color for the method

still my outbound proxy is working.

do i need to create proxy in PI or ECC system?????

Can you please tell me why Im not getting Execute_synchronous method.

Thanks,

Regards,

Jay.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I think you use version PI 7.1 If so Execute_Synchronous does not exist. Use Message operation name as the method name.

Refer this link too...

Former Member
0 Kudos

Hi Bhaskar,

Im currently using SAP PI 7.0.

my message interface contains the message types which are both external definitions.

I could see the green symbol when I activated but I my method is still showing the same Message Interface name...

in PI 7.1 it is with method name...

Thanks,

Jay

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Guess your code looks something like this :

CALL METHOD prxy->SI_BOOKING_ORDER_OUT

EXPORTING

"code for export written here

commit work

IMPORTING

"code for import written here

.

This is the way the sproxy is called now, the previos method of Execute_synchronous/Execute_asynchronous is no longer used.

For synchronous, the code for import of the response is written under IMPORTING part of the CALL METHOD.

Also, the proxy code is always created in ECC. The interface/message type/data type are created in PI.

Regards

rajasekhar_reddy14
Active Contributor
0 Kudos

>

> do i need to create proxy in PI or ECC system?????

>

You have to genarate Proxy in ECC system,if you are able to view Message Interface in SPORXY Tcode then u missed something genarating proxy.

SEARCH IN SDN,You will find many step by stpe docs.

Regards,

Raj