‎2009 Mar 03 5:21 PM
How to hyper link the table control column. How to handle this?
‎2009 Mar 03 5:33 PM
‎2009 Mar 04 10:58 AM
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
‎2009 Mar 11 10:41 AM
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