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

File-XI-ABAP Proxy interface

teresa_berenyi
Explorer
0 Likes
574

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
Read only

Former Member
0 Likes
545

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

Read only

0 Likes
545

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!

Read only

teresa_berenyi
Explorer
0 Likes
545

Sandeep -

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

Read only

0 Likes
545

hi Teresa,

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