‎2006 May 31 12:15 AM
Hello, I'm trying to create some code to connect c sharp to SAP.
I have some code in excel but I don't know how to translate it, example:
...
Set objBAPI = CreateObject("SAP.Functions")
set objConnection = objBAPI.Connection
...
I can't find the way to find the SAP namespace.
Anyone can help me?
TIA
‎2006 May 31 11:02 AM
Hi
Please refer to following links it comprises of How to make an RFC call to the SAP R/3 System. Especially the example shows how to call the RFC_READ_TABLE function module to read from any table within your SAP system
http://www.codeproject.com/dotnet/SapDBReader.asp?df=100&forumid=25000&exp=0&select=1390519
also the foll links.
http://www.microsoft.com/interop/resources/sap.mspx
Please do reward if it helps.
‎2006 May 31 11:50 AM
You might try the .NET forum:
/community [original link is broken]
You can also search in SDN with keyword ".NET" to find some detailed docunetation.
You can also check http://service.sap.com/connectors "SAP connector for Microsoft .NET".
Peter