cancel
Showing results for 
Search instead for 
Did you mean: 

Binding in SWF_BAM

former_member184619
Active Contributor
0 Kudos

Hi All,

I am trying to link an Business Object with the Outbound interface for PI and I have done the following:

(I am using ECC 6.0 and PI 7.1 and have checked most of BAM related documents)

1. Cretaed the proxy for Outbound Interface

2. In T-code SWF_BAM I have cretaed the event linkage for BUS2032 (Sales order) Object and Event type CREATED.

3. Assigned the Proxy Object.

Now when I am clicking on Binding it's giving me following error.

Method not found: 'CL.ZSDCO_MI_SALESORDER_OA.EXECUTE_ASYNCHRONOUS'

As it's clear that the method "EXECUTE_ASYNCHRONOUS' doesn't exist any more in newer version of ABAP proxy and being replaced by Message Interface name itself. Then why binding is looking for this particular method and not allowing me to move forward.

Any help will be highly appericiated.

Regards,

Sachin

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184619
Active Contributor
0 Kudos

Hi Gurus,

Any one have any idea about this ?

Regards,

Sachin

Former Member
0 Kudos

Did you ever figure out the issue/resolution? I am having the same error.

Thanks,

Keith

Former Member
0 Kudos

just create EXECUTE_ASYNCHRONOUS operation in your interface in ESR and create your proxy, problem solved.

Former Member
0 Kudos

You are working on Business object scenarios ..good. what happened to BI.