‎2006 Mar 08 11:01 PM
Greetings,
I want to react to the double click event on a series of labels in a Dynpro so that I can display a document based on the content of the double-clicked field. I activated the Double-Click sensitive check for the fields in the screen painter, It made the field contents a hotspot, but when clicked, the Command (sy-ucomm) field becomes 'OPTI', how do I know on which of the click sensitive fields did the user actually click?
‎2006 Mar 08 11:06 PM
Hi sergio,
You can use the GET CURSOR FIELD <FIELDNAME> option.
Regards,
Suresh Datti
‎2006 Mar 08 11:06 PM
Hi sergio,
You can use the GET CURSOR FIELD <FIELDNAME> option.
Regards,
Suresh Datti
‎2006 Mar 08 11:06 PM
assign FCODE in the attributes for each of the text field and try
this FCODE will then act as SY-UCOMM for that text field