2013年9月12日

C# 使用 SAP NCO3.0 调用SAP RFC函数接口

摘要: 最近使用C#调用SAP RFC函数,SAP提供了NCO3.0组件。下载组件安装,之后引用“sapnco.dll”和“sapnco_utils.dll”两个文件。在程序中 using SAP.Middleware.Connector;具体看下面代码使用app.config文件配置注册客户端连接 private RfcDestination _rfcDestination = null;public DataTable dtr = new... 阅读全文

posted @ 2013-09-12 14:55 空白画映 阅读(4659) 评论(0) 推荐(0)

导航