用于获取测量值的 SAP RFC 模块
我一直在使用 MEASUREM_DOCUM_RFC_SINGLE_001
通过 .Net 2.0 更新 SAP 中的测量点,效果非常好。我想阅读最新的测量点,但在功能组 IMR0
中找不到 RFC。
感谢您的任何帮助。
I have been using MEASUREM_DOCUM_RFC_SINGLE_001
to update a measurement point in SAP through .Net 2.0, and this worked quite well. I would like to read the latest measurement point, but I am unable to find a RFC in the Function group IMR0
.
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对测量点不太了解,但如果你知道按键的话,似乎有一个功能模块可以读取文档(MEASUREM_DOCUM_RFC_SINGLE_002)。如果没有 RFC 模块根据一组选择标准获取 $foo 列表,您始终可以尝试 RFC_READ_TABLE 直接从数据库表获取键。如果您使用 Java 编程,我会推荐一些我编写的包装类 - 不知道 C# 是否已经存在类似的东西。
I don't know much about measurement points, but there seems to be a function module to read the documents (MEASUREM_DOCUM_RFC_SINGLE_002) if you know the keys. If there is no RFC module to get a list of $foo according to a set of selection criteria, you could always try RFC_READ_TABLE to get the keys directly from the database table. If you were programming in Java, I'd recommend some wrapper classes I've written - don't know whether a similar thing already exists for C#.