使用哪些函数来修改 ABAP DDIC 对象?

发布于 2024-10-28 15:23:28 字数 72 浏览 1 评论 0原文

使用内置语句创建 ABAP 程序对象相当容易。但是字典对象呢?与 DDIC 相关的功能组有很多,但是该使用哪些呢?或者也许是上课?

It is fairly easy to create ABAP program objects using the built-in statements. But what about dictionary objects? There are a lot of function groups related to DDIC, but which ones to use? Or classes perhaps?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

给妤﹃绝世温柔 2024-11-04 15:23:28

检查功能模块 RPY_* - 它们相当完整和可靠(并且支持 RFC:-))。

Check the function modules RPY_* - they are rather complete and reliable (and RFC-enabled :-)).

世俗缘 2024-11-04 15:23:28

您可以使用的一类是 CL_REBF_DDIC_TABL。使用静态方法 PUT_COMPLETE。对于功能模块,请查看 DD_CREATE_TABLE,但我以前从未使用过它。

One class you can use is CL_REBF_DDIC_TABL. Use the static method PUT_COMPLETE. For a function module have a look at DD_CREATE_TABLE but I've never used this before.

℡寂寞咖啡 2024-11-04 15:23:28

您可能需要检查要创建的特定 DDIC 元素,并查看 SAPlink http: //code.google.com/p/saplink/ 或 ZAPlink http://code. google.com/p/zaplink/

两者都支持各种元素并展示了创建它们的函数的用法。

You might want to check the specific DDIC elements you want to create and have a look at the Plugins of SAPlink http://code.google.com/p/saplink/ or ZAPlink http://code.google.com/p/zaplink/.

Both support a variety of elements and show the usage of functions to create them.

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