Application Development and Automation 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: 
Read only

ABAP Proxy implementation in R/3.

Former Member
0 Likes
581

Hi,

I will develop an interface R/3 - XI using ABAP Proxy. XI should trigger the execution of a process in R / 3. This process can take much, so I am concerned about time-out parameters.

1. It is possible to run in background mode a ABAP proxy and asynchronously?

2. If the ABAP Proxy runs asynchronously, SAP can generate a time-out because the program takes too long?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
532

1. Yes.

2. Not sure where to maintain these settings. Maybe transaction SOAMANAGER (or older versions WSADMIN / WSCONFIG).

Hi,

I will develop an interface R/3 - XI using ABAP Proxy. XI should trigger the execution of a process in R / 3. This process can take much, so I am concerned about time-out parameters.

1. It is possible to run in background mode a ABAP proxy and asynchronously?

2. If the ABAP Proxy runs asynchronously, SAP can generate a time-out because the program takes too long?

Thanks in advance.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
533

1. Yes.

2. Not sure where to maintain these settings. Maybe transaction SOAMANAGER (or older versions WSADMIN / WSCONFIG).

Read only

nirajgadre
Active Contributor
0 Likes
532

Hi,

I guess ABAP proxy always runs in the backgound mode as long as you are not executing it manually using SPROXY transaction. and the time out parameters in SAP will decide proxy time out.