cancel
Showing results for 
Search instead for 
Did you mean: 

Any more configureation needed for RFC -File Syncronous scenario?

Former Member
0 Kudos

HI Experts,

I am working on File to RFC syncronous scenario.

I imported RFC which has Mess, Res and Excep

I have ED which has only Mess

Now I need to send file using File Adaptor to ECC using RFC and ECC has to send resp back to File using File Adaptor.

I created:

MI

MI_File_Meg_os (File Message Output Syncronous) ---> Mess ED

-


> MT_Res -


> DT_Res

MI_RFC_Meg_is (Input RFC Message ) ---> Mess

-


> Resp

I cretaed MM for (Message and Response), IM (mapped for both mess and respose) and activated.

I created 3 Communicaiton Channel (File_Sender, File_Receiver and RFC_Receiver), Rec Determination, Sender Aggrement and Receiver Aggrement.

Do I need to create any more objects or configure ?

Thanks in Advance,

Rajeev

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Make sure you have added the modules requestResponseBean and ResponseOnewyaBean in your communication channel. Simply search for this scenario on wiki and you may recheck the steps.

Regards,

Prateek

Former Member
0 Kudos

Hi,

In which communication channel I need to enter these module configuration?

Thanks

prateek
Active Contributor
0 Kudos

File sender channel only.

Regards,

Prateek

Former Member
0 Kudos

Hi,

Do I need to make sender CC for RFC or File receiver CC?

Interface determination,

Sender or receiver Aggrements

For getting back Ack from ECC?

Thanks alot

Rajeev

Former Member
0 Kudos

You need RFC CC and Filereceiver CC too

Sender Agreement

Do I need to make sender CC for RFC or File receiver CC?

both

Interface determination,

for mapping File request to RFC and RFC response to File

Sender or receiver Aggrements

sender agreements with FileSender CC and receiver agreement for File receiver CC

For getting back Ack from ECC?

RFC is synchronous and can return response

goto wiki and check for pi there is exact scenario

rajesh

prateek
Active Contributor
0 Kudos

Rajeev, you would have really saved a lot of time if you would have directly searched this wiki

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file(Without%2bBPM)

Regards,

Prateek

Former Member
0 Kudos

Hi,

I configured every thing as per the steps mentioned in the blog. I am getting the following error at File Sender Communicaiton Channel.

Attempt to process file failed with java.lang.NullPointerException

Thanks in advance

Rajeev

Shabarish_Nair
Active Contributor
0 Kudos

What is your SP?

For not using BPM, you need to be XI 3.0 SP 19 or above

Else an alternative is - /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Former Member
0 Kudos

Hi,

I am working on the PI Version Service pack:

15

Release:

NW04S_15_REL

So BPM is the only way to work with File <--> RFC? Syncronous?

Thanks alot

Rajeev

Former Member
0 Kudos

For this also there is a blog which explains about this

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Rajesh