AFAIK in SAP GUI only classic list and ALV allow for a true hotspot attrribute on a field (also of course embedded html) In screen dynpro you can only set the double-click sensitive attribute, even the online documentation named it 'hotspot', but that's not a true hotspot, so don't expect the hand icon, nor single click respond. So basically this is not possible. (Of course you could create an alv grid without header and only one field, one record, input enabled, or a small embedded html but IMHO it's not worth it...)
Regards,
Raymond
Already asked many times. It's called a "hotspot" field to make it "underlined" + the mouse icon becomes a hand when the mouse moves over the field. When it's clicked, it's like a double click (function code PICK). To open the link in web browser, use for instance cl_abap_browser=>show_url.
Add comment