cancel
Showing results for 
Search instead for 
Did you mean: 

abap proxy call : synchronous / background ?

Former Member
0 Kudos

Hi,

I use currently abap proxy call to send data from ECC to XI, and it works fine ! But... I would like to know two points :

1. Is it possible to execute SYNCHRONOUSLY this call abap proxy and not only in asynchronous...

2. Is it possible to execute in BACKGROUND this call abap proxy, because it seems it use a dialog process, even if the call is inside an abap program executed in background

I will appreciate your feedbacks on these both points ?

Regards.

Mickael

View Entire Topic
Former Member
0 Kudos

Hi Michael!

answer to question 1: yes. create sync interface and generate a proxy object from it.

Peter

Former Member
0 Kudos

Hi Peter,

as I always use asynch interfaces, I missed that possibility !

Thanks to remind me this evidence

Mickael