ABAP Web Dynpro 员工搜索帮助
一个输入字段是员工编号 (pernr)。我想提供一个选择窗口,允许最终用户通过名字和姓氏获取 pernr。我想要的与事务 pa20 中的输入字段非常相似。请参阅下面的屏幕截图。有人能给我一些提示吗?我对 ABAP 和 WDA 很陌生。
One input field is employeenumber (pernr). I want to give a selection window to allow end users to get pernr by first name and last name. What I want is very similar to the inputfield in transaction pa20. See the screenshot below. Can anyone give me some hints? I am very new to ABAP and WDA.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 WDA 中,您可以将特定的搜索帮助分配给上下文属性,而无需任何编码。
因此,找出 PA20 上可用的搜索帮助(或在 SE11 上创建您自己的搜索帮助),并将其分配给 WDA 组件中的上下文属性。
In WDA you can assign a specific search help to a context attribute without any coding.
So find out which search help is the one available at PA20 (or create your own at SE11), and assign it to the context attribute in your WDA component.