2010 Feb 09 9:30 PM
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
2010 Feb 09 10:16 PM
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
2014 Mar 31 4:27 PM
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!
2010 Feb 10 5:04 PM
Sandeep -
Thank you for info. And, yes, we are using SPROXY. We will look at converting to a FM.
2014 Mar 31 4:19 PM
hi Teresa,
I have a same isuue. could you help me on sending your response please !