ERPConnect(Theobald Software):RFC授权

发布于 2024-08-31 04:50:19 字数 383 浏览 9 评论 0原文

我想通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我纯我任性 2024-09-07 04:50:19

是的。 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.

水水月牙 2024-09-07 04:50:19

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文