如何从类中访问 BOR 宏?
如果您习惯于通过 include
您也可以尝试在 ABAP OO 上下文中执行此操作。
由于 ABAP OO 的强类型限制,这是不可能的。
还有什么选择呢?
If you're used to accessing BOR objects via the macros in include <CNTN01>,
you may attempt to do this within the ABAP OO context as well.
Due to the strong typing restrictions of ABAP OO this is not possible.
What is the alternative?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 ABAP 类的“宏”部分中包括以下内容:
In the "Macros" Section of your ABAP Class include the following: