cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Destination for RFC adapters?

Former Member
0 Kudos

What RFC destination is used by RFC receiver adapter?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

You will be using a TCP/IP type of connection while creating an RFC destination.

For theoretical understanding, please read the following documentation:-

RFC destination:-

http://help.sap.com/saphelp_nw04/helpdata/en/80/09680289c751429ab3b07ad2a61c10/frameset.htm

RFC destination types:-

http://help.sap.com/saphelp_nw04/helpdata/en/22/042652488911d189490000e829fbbd/frameset.htm

Regards,

Sushumna

moorthy
Active Contributor
0 Kudos

Hi,

DO you have any entry for the RFC destination in the RFC receievr adapter. Check this-http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

Anyway, you need to use RFC destination created in the XI ->SM59(TCP/IP) which is pointing to the R/3 system.

Regards,

moorthy

bhavesh_kantilal
Active Contributor
0 Kudos

SSG,

In XI, in tcode SM59 , you will have to create an RFC destination under R3 connections pointing to the R3 system to which you are making the RFC call and use this RFC destination in your RFC adapter.

Regards,

Bhavesh

Former Member
0 Kudos

All RFC connections pass through SAP Gateway and in SAP System, an SAP Gateway is started for each application server.

Thats why you specify a gateway and programid in your RFC Adapter.

Go thru this link.

http://help.sap.com/saphelp_nw04/helpdata/en/11/028417f9f8b24cbe1b0b398e1cb76a/frameset.htm

henrique_pinto
Active Contributor
0 Kudos

It's not just for BW.

If you want a R/3 system to send a message to XI through RFC, you'll have to create a RFC Destination in R/3 (TX SM59) and reference that RFC Destination in both your RFC abap code, in R/3, and in the Sender RFC Adapter, in XI.

Regards,

Henrique.

Former Member
0 Kudos

Hi SSG,

You create remote function call (RFC) destinations on the J2EE engine so that SAP BW can make function calls on remote systems.

Look at these threads.. Shud help u out..

http://help.sap.com/saphelp_nw2004s/helpdata/en/25/76cd3bae738826e10000000a11402f/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/7c95731a9c5918e10000000a1553f7/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/33/c6e63b60c25767e10000000a11402f/frameset.htm

cheers,

Prashanth

P.S Please mark helpful answers