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

problem with table control

Former Member
0 Likes
425

How to hyper link the table control column. How to handle this?

3 REPLIES 3
Read only

Former Member
0 Likes
403

hi,

Check this link..[Hyperlink in Table Control |]

Read only

Former Member
0 Likes
403

Hi,

Table control does not have any hyperlink type of column,

You can use two approacehs:

1)Create a alv grid based on that table and define the type of column as HREF_HNDLE in fieldcatalog.

and then display.

Or

2)Create a pushbutton type column in table and on single click of that column value assign url .

Thanks,

Smita

Read only

Former Member
0 Likes
403

hi

u cannot have a hyperlink for a field in table control

what we can do is to make the field as pushbutton type from input/output type

and click on that pushbutton type ( single level to call a hyperlink).

Regards