如何获取 WebDynpro ABAP 表中选定的条目?
我有一个 webdynpro,其中包含一个显示多行的表格。用户单击删除按钮后,我想删除表中选定的行。
我现在的问题是,我不知道如何在事件调用中实现这一点。
如何识别表格中选定的行?
I have a webdynpro containing a table displaying numerous lines. After the user clicks the delete button I want to delete the selected line of the table.
My problem right now is, that I don't know how to implement this in the event-call.
How can I identify the selected line of the table?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果“表格”指的是可编辑的 ALV,则有一个预设功能。查看 http://help.sap.com/ saphelp_nw04s/helpdata/EN/5f/ec57c72a1349c8bfdda56d976e9399/frameset.htm 和 http://help.sap.com/saphelp_nw04s/helpdata/EN/5f/ec57c72a1349c8bfdda56d976e9399/frameset.htm 有关如何手动处理选择的详细信息,请参阅 http://help.sap.com/saphelp_nw04s/helpdata/EN/5f/ec57c72a1349c8bfdda56d97 6e9399/框架组。嗯。
If by "table" you mean an editable ALV, there's a preset function for this. Take a look at http://help.sap.com/saphelp_nw04s/helpdata/EN/5f/ec57c72a1349c8bfdda56d976e9399/frameset.htm and http://help.sap.com/saphelp_nw04s/helpdata/EN/5f/ec57c72a1349c8bfdda56d976e9399/frameset.htm For details on how to process the selection manually, see http://help.sap.com/saphelp_nw04s/helpdata/EN/5f/ec57c72a1349c8bfdda56d976e9399/frameset.htm.
我终于得到了解决方案:
在按钮事件中执行以下操作,访问节点,最后访问 id 值:
I finally got the solution:
In the button event implement the following, to access the node and finally the id-value: