SAP .NET Connector

五迷三道 提交于 2019-12-09 23:41:09

问题


I need to connect to SAP and do a simple update but it will be the first time for me connecting to SAP and i know almost nothing. After some search on web i learned that there is an API which works only in visual studio 2003 (SAP .NET Connector).

But i have a win7 .net 3.5 sp1 system.

Is there any free way to connect to SAP using visual studio 2008 on the system above? (Free means without additional payment, we have an SAP account)

Thanks...


回答1:


There is always the SAP Portal Development Kit (PDK) for .NET.

These are available for SAP NetWeaver 7.0 and 2004, and versions for Visual Studio 2003, 2005 and 2008 exist.

Other than the PDK, there's only one other product that I know of, but it's not free, although it does have a "free" trial period, and it's quite reasonably priced (at least in comparison to the cost of SAP itself!).

It's the SAP Explorer & Proxy Generator which is available for Visual Studio 2008. There's also a version for Visual Studio 2005.

There's also a number of articles for using the SAP.NET Connector to connect to SAP from Visual Studio 2008 (be aware that some of the solutions may require you to use Visual Studio 2003, at least as an interim measure):

Connection to SAP from Visual Studio 2008 with SAP.NET Connector 2.0
SAP .NET RFC Server with SAP.NET Connector 2.0
Using the SAP .Net Connector in Visual Studio 2008




回答2:


For newer SAP Versions (WAS 620 or later I think) you can use web services. As far as I know every remote enabled function module is exposed as web service.



来源:https://stackoverflow.com/questions/2607672/sap-net-connector

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!