cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP server proxy help required

Former Member
0 Likes
267

Hello,

I want to make two simple ABAP server proxy scenarios

1. File to ABAP server proxy (async scenario)

2. File to ABAP server proxy (sync scenario)

Pls send me the blogs/docs for the above scenarios.

Regards

View Entire Topic
Shabarish_Nair
Active Contributor
0 Likes

Server Proxy (Receiver Proxy)-

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

in your sync scenario the only thing to be noted is that your implementation class should return back the required response.

Former Member
0 Likes

Hello,

Can you pls send me the sync scenario case any link/doc

Regards

Shabarish_Nair
Active Contributor
0 Likes

right now there are no documents on the same in SDN as far as i know. But let me help you design the same.

The only difference that is goin to be here is that your MI for the ABAP proxy will be inbound sync and so you will have the response stucture also defined in the same.

Once the proxy is generated you can use the method execute_synchronous

ref: http://help.sap.com/saphelp_nw04/helpdata/en/ab/585f3c482a7331e10000000a114084/content.htm