ERPConnect(Theobald Software):RFC授权
我想通过 ERPConnect (Theobald Software) 调用远程 SAP 函数:
R3Connection con = new R3Connection("host", 1, "user", "pw", "EN", "700");
con.Open(false);
RFCFunction func = con.CreateFunction("FUNCTION_NAME");
这里出现以下异常:
用户...没有功能组 RFC1 的 RFC 授权
通常是否需要有 RFC1 组授权?
I want to call a remote SAP function via ERPConnect (Theobald Software):
R3Connection con = new R3Connection("host", 1, "user", "pw", "EN", "700");
con.Open(false);
RFCFunction func = con.CreateFunction("FUNCTION_NAME");
Here I get the following exception:
User ... has no RFC authorization for function group RFC1
Is it generally necessary to have RFC1 group authorization?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许这会有所帮助:
http://www.theobald-software.com/wiki/ERPConnect_Authority_Objects
Mybe this will help:
http://www.theobald-software.com/wiki/ERPConnect_Authority_Objects
是的。 RFC1 和 SYST 需要从目标系统读取有关 RFC 数据结构和系统基础设施的信息。
Yes. RFC1 and SYST are required to read information about the RFC data structures and the system infrastructure from the target system.
ERPConnect 规范对象的链接已移至 Theobald Software 的新知识库。现在可以在这里找到:
https ://my.theobald-software.com/index.php?/Knowledgebase/Article/View/7/67/authority-objects
最佳
阿里
The link to the authority objects for ERPConnect moved to the new Knowledgebase of Theobald Software. It can be found here now:
https://my.theobald-software.com/index.php?/Knowledgebase/Article/View/7/67/authority-objects
Best
Ali