Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Abap-Proxy

Former Member
0 Kudos

hi i have developed an proxy which has been generated its now visible in sproxy.

now i need to code for the implementation. but i am bot very sure how to do this and where to write this code.

should it be in an new report or somewhere else and how to manipulate the data.

in the class that i have created there is no execute_asynchronous method but an execute method.

i tried writing an report but it gives me an error saying execute_asynchronous is unknown or private or protected.

i donot get a message interface but a service interface.

any examples would be of great help.

2 REPLIES 2

Former Member
0 Kudos

Hi Sushant,

Please do post your further queries in XI forum as this is related to XI.

Anyways to make you clear you have to write your code in the message interface class that has been generated in sproxy Execute_Asynchronous where you need to write your code depending upon your design.

For further assistance follow this thread where its shown clearly about server proxies.

Thanks

Sudharshan

Former Member
0 Kudos

hnaks