cancel
Showing results for 
Search instead for 
Did you mean: 

rfc to file

Former Member
0 Kudos

hi all,

my doubt on rfc to file is that how to get data from SAP sys using rfc adapter as a sender

regards..

krish..

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Sorry, the destination has to be TCP/IP type

Hector

Former Member
0 Kudos

Hi

in addition to all you guys, you need to create a RFC destination in your R/3 systems that aim to you Integration Server, then in the code that call the FM you have to put "Destination = <your RFC dest>"

Hector

Former Member
0 Kudos

you write a Function Module or BAPI in RFC FM you call correspoding RFC adapter name with program ID in our RFC Function module code.

Former Member
0 Kudos

Hi Krishna,

in R/3 you will create a BAPI

Then in XI in IR you will import this BAPI in imported objects - rfcs.....

Then via your RFC adapter in XI, you will access R/3 system and via this BAPI you will get data from R/3.... in XI, in SM59 you will make a type 3 conn to your SAP r/3 system and in your RFC adapter in ID, you will tell this as your RFC destination.

Thanks,

Rajeev Gupta

Message was edited by:

RAJEEV GUPTA

Former Member
0 Kudos

Hi ,

You will have to create a function module such a way that you can export data from that module .Function module acts as a Sender.In this case you have to use RFC sender Adapter.

Regards,

Former Member
0 Kudos

Hello Krishna,

Can you bring more details about your quastion?

Regards

Elad