cancel
Showing results for 
Search instead for 
Did you mean: 

Basic doubts Regarding the RFC to File scenario.

Former Member
0 Kudos

Hi All,

I'm doing a RFC to File scenario, so before starting the development i went through many blogs and sites to know more the about scenario. I'm confused in the step where we have to create a RFC (type TCP/IP) in sm59.

I have the following doubts :

1)whether to create the RFC in sender (which will be ECC system) or XI.

i.e., RFC in sender (ECC) pointing to xi system in sm59 of Sender(ECC)

or

in XI pointing to sender (ECC) system.

2) the program id maintained in RFC.

the program id is any name or the FM which is being imported in XI system.

Thanks in Advance,

Kind Regards,

Lalitkumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did u chk this??(refer RFC sender adapter section)

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Thanks

Amit

Former Member
0 Kudos

Hi Amitsri,

That was an useful link.

thanks for the inputs.

will try and get back with the result.

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi Lalitkumar,

1)whether to create the RFC in sender (which will be ECC system) or XI.

i.e., RFC in sender (ECC) pointing to xi system in sm59 of Sender(ECC)

or

in XI pointing to sender (ECC) system.

It should be in sender ECC.

2) the program id maintained in RFC.

the program id is any name or the FM which is being imported in XI system.

It can be any name but should be same in RFC destination and RFC adapter.

As stefen mentioned use ABAP proxy inspite of RFC as its better performance wise.

Regds,

Pinangshuk.

stefan_grube
Active Contributor
0 Kudos

Do not use RFC for such scenario. Create an ABAP proxy.

Former Member
0 Kudos

Hi stefan,

if possible can you explain on using Abap PRoxy rather than File.

thanks,

Lalit

stefan_grube
Active Contributor
0 Kudos

ABAP proxy rather than RFC of course.