Application Development 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: 

File-XI-ABAP Proxy interface

teresa_berenyi
Explorer
0 Kudos
95

I need to know if I can change a setting or configuration to allow the ABAP Proxy interface to execute in the Background. Currently, when initiated from XI to the Inbound RFC, it executes as dialog.

Edited by: Rob Burbank on Feb 9, 2010 4:37 PM

4 REPLIES 4

former_member226234
Contributor
0 Kudos
66

Hi Teresa,

I assume that when you say its an ABAP proxy you are using sproxy and not calling the RFC directly from XI.

If you want to have the R/3 process in background, you can create a FM which does the R/3 processing. You can call this FM in background task in the sproxy code.

But, if you want to call the FILE->XI->ABAP interface in background, it not possible.

Regards,

Sandeep

0 Kudos
66

Hi Sandeep

What do you mean where u write "You can call this FM in background task in the sproxy code".

and how can i make it.

thak you!

teresa_berenyi
Explorer
0 Kudos
66

Sandeep -

Thank you for info. And, yes, we are using SPROXY. We will look at converting to a FM.

0 Kudos
66

hi Teresa,

I have a same isuue. could you help me on sending your response please !