VB调用SAP的RFC
| Set oFuncs = CreateObject("SAP.Functions") Set oConn = oFuncs.Connection With oConn .ApplicationServer = "192.1.1.1" //SAP服务器的IP .SystemNumber = "20" .Client = "300" //SAP的使用端口 .User = "zzkkjj" |
本文详细介绍了如何使用Visual Basic(VB)来调用SAP的远程功能调用(RFC),涉及连接设置、参数传递及返回值处理等方面。
| Set oFuncs = CreateObject("SAP.Functions") Set oConn = oFuncs.Connection With oConn .ApplicationServer = "192.1.1.1" //SAP服务器的IP .SystemNumber = "20" .Client = "300" //SAP的使用端口 .User = "zzkkjj" |

被折叠的 条评论
为什么被折叠?