【发布时间】:2020-11-12 08:46:05
【问题描述】:
我已经定义了一个SELECTION-SCREEN,它应该在鼠标悬停事件时显示一个小的infotextbubble,在输入字段上带有自定义文本。
我已经定义了以下屏幕:
PARAMETERs: p_dfrom TYPE timestamp, "==> need the info bubble at mouse over event
p_dto TYPE timestamp. "==> need the info bubble at mouse over event
SELECT-OPTIONS:
p_obj FOR balhdr-object,
p_subobj FOR balhdr-subobject,
p_extid FOR balhdr-extnumber, "==> need the info bubble at mouse over event
p_user FOR balhdr-aluser.
有没有人给我一个最小的例子?
谢谢
【问题讨论】:
-
@Suncather
tooltip对我不起作用。该字段不是buttons。如果tooltip对我来说是一个可能的解决方案,那么我不知道该怎么做。
标签: abap mouseover onmouseover dynpro