SAP .NET Connector
Asked Answered
V

2

7

I've been asked to work with the SAP .NET Connector. I currently use .NET 4.0 and VS2010. Is there anything I'm going to need to downgrade?

Also, does anyone know of any current tutorials online about how to use it? All I have is the information from SAP which isn't the most intuitive ever.

Vulgate answered 14/4, 2011 at 15:43 Comment(1)
This question would be a lot more informative if you linked to the SAP .NET Connector.Seiden
D
3

In a VS 2010 project added a new reference to the dll that provides the NCO 3.0 which are named as "sapnco.dll" and "sapnco_utils.dll." In Solution Explorer project and seek our References-> Add Reference ... Browse and search for the dll at: C: \ Program Files \ SAP \ SAP_DotNetConnector3. After that we can use the classes and the NCO 3.0 and use in our project to make call to RFC, BAPIs and other features offered by this connector.

https://websmp210.sap-ag.de/~sapidb/011000358700000769232010D/NCo_30_Overview.pdf

https://websmp210.sap-ag.de/~sapidb/011000358700000769232010D/NCo_30_ProgrammingGuide.pdf

Dashtikavir answered 12/7, 2011 at 1:42 Comment(0)
E
-1

Have a look at Using the SAP.NET Connector to Connect your .NET Applications to SAP.
You can also try this

Employment answered 9/5, 2011 at 12:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.