简体   繁体   English

当我单击员工数据上的名字时,我的选择屏幕上有一些员工数据我需要在abap中弹出显示emp详细信息

[英]I have some employee data on my selection screen when i click on first name on employee data i need a popup display of emp details in abap

I have a code written to display employee details in abap.我编写了一个代码来在abap中显示员工详细信息。 at output when I click on first name at my selection screen I need all details of that employee as popup message.在 output 当我在选择屏幕上单击名字时,我需要该员工的所有详细信息作为弹出消息。 Can anyone help me to solve this谁能帮我解决这个问题

You can include a subscreen on selection screen and embed a oops alv with list of employees.您可以在选择屏幕上包含一个子屏幕,并嵌入一个带有员工列表的 oops alv。 You can then enabled Hotspot on entire record of alv and then display the pop-up in the corresponding hotspot event handler.然后,您可以在 alv 的整个记录上启用热点,然后在相应的热点事件处理程序中显示弹出窗口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM