on ‎2007 Nov 23 5:07 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.