I have defined a SELECTION-SCREEN
and it should show a small infotextbubble
, with self defined text over the input field, at mouse over event.
I have defined the following screen:
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.
Does anyone have a minimal example for me?
THX