Skip to Content
0
Former Member
Dec 03, 2008 at 05:06 PM

**Proxy creation in sproxy tcode

910 Views

Hi all,

I am trying to create client(sender)proxy.

1)Created the message interfaces in the scenario,In the sproxy Tcode created the Proxy by right clicking the message interface and after creating the proxy,activated the same.

When I bouble clicked on the class ,I did not see the Excecute Asyncronous method.

The following methods got generated.

IF_PROXY_BASIS_INTERNAL~CREATE_FRAMEWORK

IF_PROXY_BASIS~GET_PROTOCOL

IF_PROXY_BASIS~GET_TRANSPORT_BINDING

IF_PROXY_CLIENT~EXECUTE

CONSTRUCTOR

MI_SAP_TABLE_DATA_OUT(my outbound interface name),in general I use to see Execute_Asyncronous method here in place of this interface.

how to call execute the Execute_Asyncronous method from my zprogram.

Where could be the problem.

Please let me know.

Thanks,

Srinivasa