Hi Jerry,
Go to table view context node under attributes select the field and generate get_p_method
declare like this..
CASE iv_property.
WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
rv_value = 'HYPERLINK'.
ENDCASE.
go to events create event name with the same name what you have passed in get_p_method. ex here HYPERLINK.
write the logic over there to navigate.
see this link...
SAP CRM WEB UI : 32.MAKING A FIELD VALUE AS HYPERLINK IN TABLE VIEW
Creation of Hyperlinks to navigate dynamically on Web UI - CRM - SCN Wiki
let me know if you have any queries..
Regards,
Srinivas.