Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to connect .net with R/3

Former Member
0 Kudos

hi everybody...

I wana connect my .net application with R/3.

what should be my steps. and how can i achieve this.

Regards

parth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You will have to use a .Net connector for the same.

Take a look at these sites

www.sapgenie.com/interfaces/netconnector.htm

www.sapgenie.com/faq/dotnet.htm

www.codeproject.com/dotnet/SapDBReader.asp

www.only4gurus.com/v3/preview.asp?ID=6936

Regards,

Ravi

Note :Please mark the helpful answers

7 REPLIES 7

Former Member
0 Kudos

Hi,

You will have to use a .Net connector for the same.

Take a look at these sites

www.sapgenie.com/interfaces/netconnector.htm

www.sapgenie.com/faq/dotnet.htm

www.codeproject.com/dotnet/SapDBReader.asp

www.only4gurus.com/v3/preview.asp?ID=6936

Regards,

Ravi

Note :Please mark the helpful answers

former_member91687
Active Contributor
0 Kudos

Hi Partha,

The docs in this link might give you an idea about it.

http://www.microsoft.com/interop/resources/sap.mspx

http://www.microsoft-sap.com/overview_sap_connector.html

<a href="http://www.codeproject.com/dotnet/SapDBReader.asp?print=true">Read Tables from SAP R/3 using SAP.NET Connector</a>

Regards,

Chandra

Former Member
0 Kudos

Hi,

I connect .net with R/3, but I have to connect .net with R/3 which use SNC. How can I do this?

Regards

Haldun

Former Member
0 Kudos

Former Member
0 Kudos

HI

GOOD

GO THROUGH THIS LINK ,

http://www.google.co.in/search?q=ADDSELECTIONSCREENFORATABLE,+ABAP&hl=en&lr=&start=20&sa=N

THIS WILL GIVE YOU THE COMPLETE IDEA ABOUT THE CONNECTION BETWEEN SAP R/3 AND .NET.

THANKS

MRUTYUN

Former Member
0 Kudos

I use .NET Connector in order to build .NET RFC Server and IDOC Listener Services.

There is no problem to SSO login to SAP systems using SNC with .NET Connector. We used build in parameters of .NET Connector with Cybersafe Trustbroker library.

But we are problems to register our .NET RFC Server Services to the SAP Gateway. We used RFC: TCP/IP Connection - Registered Program as RFC Destination. When testing connection between SAP and registered program I get "SNC disabled for conversation..." error .

I used –a<PROGID> -g<gw host server> -x<gateway service> parameters of SAPServerHost Class.

Thanks for your help..

Haldun