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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Yes, we can do Sysnchronous call in Proxy.

and we can do the Background job schedule also in Proxy .

Reffer this help file

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

Reffer this BLOG also

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Regards

Seshagiri

Edited by: N V Seshagiri on Feb 12, 2008 11:19 AM

Former Member
0 Kudos

Hi Seshagiri,

Good news, I do not know yet the "how", but now I know it's possible and so I can investigate in these directions.

Thanks everybody.

Mickael

P.S: I will post an item when I will find the exact solution.

prateek
Active Contributor
0 Kudos

1. Synchronous call is also possible

2. Yes. U can schedule a job for triggering the proxy

Regards,

Prateek