cancel
Showing results for 
Search instead for 
Did you mean: 

EXECUTE_ASYNCHRONOUS in ABAP Proxy

Former Member
0 Kudos

hi,

i have created a proxy and activated the proxy.

Now i want to implement the function module in the EXECUTE_ASYCHRONOUS method.

Where should i call the function module in the Proxy?

TIA,

Tirumal

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

For ABAP server Proxy check this-

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

For ABAP client proxy -

for this you need to write an ABAP report/RFC function to call this

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards,

Moorthy

Former Member
0 Kudos

Moorthy -

I checked these blogs and i have followed the first blog in your reply.

I am not able to add the code to add the function module.

when i double click on the method EXECUTE_ASYNCHRONOUS, it says you cannot edit the objects.

any reason why i am not able to write the proxy code?

- tirumal

Former Member
0 Kudos

hi,

Found the area where we have to write the code.

Thanks,

Tirumal

moorthy
Active Contributor
0 Kudos

Did you activate all the proxy objects ? I think the user/object would have got locked. check this

Go to Class Interface ->Methods->click on the Interface Class.

I just check your last response. Good know that it is solved..

Regards,

Moorthy