2016 Sep 29 1:08 PM
Hi Experts,
How to insert hyperlink to the particular field in module pool table control with wizard.
Does anybody have an idea how can we do that, please help me out.
Thanks in advance
Mahesh
2016 Sep 29 2:48 PM
Hi,
I guess this is not possible in a straight forward manner. Consider putting a button in table control and direct that further to the link you want.
Regards,
Rohan
2016 Sep 29 6:02 PM
In a dynpro, you may define a field (whatever it's Inside or outside a table control) with display attribute "dbl-clic sens." (double-click sensitive). Its text is displayed with Underline style, and if you move the mouse cursor over the field, it's appearance is changed to a hand. A single click is interpreted like a double-click, i.e. the function key F2 is triggered (you just need to assign it to a function code to handle it).