cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP server proxy help required

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi Henry,

good idea to do some exercises, unfortunately is the second scenario not possible. File Adapter can work only asynchronously.

Regards,

Udo

Former Member
0 Kudos

Henry,

Please go through the below links.

<b>File to R/3 via ABAP Proxy with good example</b>

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

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

<b>Synchronous Proxies:</b>

<b>Outbound Synchronous Proxy</b>

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bp...

<b>Inbound Synchronous Proxy</b>

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsa...

Also go through this, if you have problems in your proxy connection.

<b>How to Activate Proxy.</b>

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Regards,

Sarvesh

Shabarish_Nair
Active Contributor
0 Kudos

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 Kudos

Hello,

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

Regards

Shabarish_Nair
Active Contributor
0 Kudos

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