定制容器

发布于 2024-08-15 18:30:50 字数 1436 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

吖咩 2024-08-22 18:30:50

好吧,我宁愿使用自定义容器来处理表格视图之类的东西。如果您使用标准 Dynpro,您只需在 dynpro 设计器中添加一个按钮并实现您想要的行为。为了给出更详细的答案,我需要知道您打算做什么。当然,您也可以创建 ALV 网格并修改其中显示的按钮。也许你详细说明一下你打算做什么,然后我可以给你一个建议。

Well, I would rather use custom containers for things like tableviews. If you are working with the standard Dynpros you can just add a button in the dynpro designer and implement the behaviour you would like. To give a more detailled answer, I would need to know what you are planning to do. Of course you can also create a ALV grid and modify the buttons which are displayed there. Maybe you elaborate a little bit more what you're planning to do and then I can give you a recommendation.

殊姿 2024-08-22 18:30:50

是的,这是可能的 - 查看类 CL_GUI_TOOLBAR 和相关文档(例如 http://help.sap.com/printdocu/core/Print46c/de/data/pdf/BCCITOOLBAR/BCCITOOLBAR.pdf)和示例程序。 AFAIR 有一个演示程序可以让你动态地组装一个工具栏,我只是不记得名字了。您通常需要先插入某种分隔符,然后将工具栏添加到容器的一侧,以便您可以在其旁边放置其他元素,例如树或表格。

Yes, this is possible - check out class CL_GUI_TOOLBAR and the associated documentation (like http://help.sap.com/printdocu/core/Print46c/de/data/pdf/BCCITOOLBAR/BCCITOOLBAR.pdf) and sample programs. AFAIR there's a demo program that lets you assemble a toolbar dynamically, I just don't remember the name. You'll usually want to insert some kind of splitter first, then add the toolbar to one side of the container so that you can place other elements like trees or tables next to it.

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