cancel
Showing results for 
Search instead for 
Did you mean: 

File RFC scenario Resonse file is not reaching back

Former Member
0 Kudos

Hi gurus.

I have a scenario

File to RFC scenario . Response from the RFC will be coming back to File .Iam refering in WIKI File-RFC-File(Without BPM)

Here I have done all Design and configuration according to the the Screen shot given in WIKI File-RFC-File(Without BPM) .

Here iam able to see the response message in XSMB_MONI.

but the response message is not coming back to the Output folder where response file have to come back.Here aim not getting any error.

Regards

Veena

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Execute the Remote function Module have the response or not.

Check weather you gave the RequestResponse bean before the RFC communication module.

Check the Request mapping it will create a RFC request correctly.

Regards,

Prakasu

Former Member
0 Kudos

Hi Prakasu

1)Execute the Remote function Module have the response or not.

I have executed the RFC from SAP side it is posting properly.

I have executed from xi side by sending the file it is posting properly after posting the response iam able to see in sxmb_moni. only the response is not coming back to my folder as file.

I have done as per the scenario mentioned in WIKI.Now in configuration test in integration Directory. when i give the reponse data and test

means sender service -BusService_RFC

interface - MI_ResponseDetails_IB

Receiver business service BusService_file

when i have given the test data

i got one error

Receiver Agreement

 

Runtime error

No receiver agreement found for sender -BusService_RFC to receiver - BusService_file

Interface - MI_ResponseDetails_IB

But as per the WIKI reference only one Receiver agreement is required that is

Sender - BUSService_file

Receiver - BusService_RFC

Interface MI_RFC_synch_ib

Receiver communication channel is RFC_receiver.

The same way i have done. Please help me.

Regards

Veena

prateek
Active Contributor
0 Kudos

U must have a file receiver communication channel to send the file back to the file system. Make sure ur sender interface MI_ResponseDetails_IB is an outbound synchronous interface.

Regards,

Prateek