cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with RFC to File Interface

0 Kudos

Hi,

I'm trying to do RFC to File scenario Asynchronous mode, but I'm getting errors. Strangely the error I'm getting is in Response.

But my Interface detemination points to Interface mapping which is mapped to inbound Asynchronous Interface(file). No Idea how it is generating Response and failing even though I have not done Syncronous scenario.

My understanding is that since RFC has Export and Import paramters, so it is proceesing via SRFC protocol from R/3 and once it comes to XI, XI processing via Quality of Service (Q.O.S.) as BE(Best effort).

Is there any way to make the Interface successful.

Thanks

Sekhar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check how are you calling the RFC. You have to call the RFC in background task in your e.g.

CALL FUNCTION <RFC name> destination <DESTINATION> IN BACKGROUND TASK.

Regards

Rajeev

0 Kudos

Thanks for the Info, is there a way , any work around even though RFC triggered via SRFC, are there any local modules for sender RFC adapter to chnage the QOS form BE to EO.