cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Connector - Creating client connection of type R

Former Member
0 Kudos

Hello,

Is it possible to create in .NET Connector a RFC connection of type R.

In JCo it can be established using the syntax below:

JCO.Client jcoclient =

JCO.createClient(

"Host",

"Gateway service",

"Program ID");

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jacek,

What is "connection of type R" ?

Could you please write a line or two about it ?

Regards.

Former Member
0 Kudos

Hi,

Here you have the details:

http://help.sap.com/saphelp_nw04/helpdata/en/22/042a3e488911d189490000e829fbbd/content.htm

You simply register some RFC server (written in .NET for example) on the SAP gataway.

Then a client application can cooparte with that registered server through "R" type connection.

The JAVA code in my previous post enables it.

I'm looking for an equivalent in .NET Connector.