Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insert Hyperlink in Module pool table control with wizard

Former Member
0 Likes
1,372

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

2 REPLIES 2
Read only

Former Member
0 Likes
891

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
891

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).