cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC destinations

Former Member
0 Likes
424

Iam working with rfc to jdbc scanario

when we create rfc desination in R/3 System,we have to fill the parameters like client,user ,password in the logon security tab.

Is the parameter details of XI system or r/3 system?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Likes

its the R3 System details and u also give the program id and activate communication channel and the use the same program id while creating the rfc connection in SM59 TCODE

see this for detail [http://sapnetweavernotes.blogspot.com/2007/12/troubleshooting-rfc-and-soap-scenarios.html]

jyothi_anagani
Active Contributor
0 Likes

Hi Praveen,

If You are craeating in R/3 side poiting to XI you have to give the XI system details.

Because By using that details it will go to that system.

So to which system u have to point give that system details.

Thanks.

Former Member
0 Likes

>

> Iam working with rfc to jdbc scanario

> when we create rfc desination in R/3 System,we have to fill the parameters like client,user ,password in the logon security tab.

> Is the parameter details of XI system or r/3 system?

You need to select type T Destination while creating for RFC and need to select RegisteredServerProgram and provide there some name and need to provide the same name in XI (In XI also need to create RFC destination of Type T)

Rajesh

JoelTrinidade
Active Contributor
0 Likes

hi,

its the R/3 system.

Regards

joel

Edited by: joel trinidade on Apr 28, 2009 3:56 PM

Shabarish_Nair
Active Contributor
0 Likes

>

> Iam working with rfc to jdbc scanario

> when we create rfc desination in R/3 System,we have to fill the parameters like client,user ,password in the logon security tab.

> Is the parameter details of XI system or r/3 system?

be sure to use these blogs as a reference when you are configuring the RFC sender adapter

Sender- /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

trouble shooting rfc/soap -

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

Former Member
0 Likes

Hi,

>> Is the parameter details of XI system or r/3 system?

You need to pass R/3 system parameter while creating RFC destination at sender side.

Steps:

1. To create the RFC go to TCODE: SM59

2. Create new destination of type T (TCP/IP)

3. Make sure you select Registered Server Program option before writing your program ID

4. Write you program ID (remember it's case-sensitive)

5. In the gateway host and gateway service write the values of your "Application system" - business system (not the XI server)

Sameer

Edited by: sameer Khanna on Apr 28, 2009 12:35 PM