Hi,
I have displayed all columns of webdynpro table in Text view format.
Now, i want to change from 'text view' to 'Link to action' for one entire column in the modifyview method of view.
I have seen examples of adding new column of display type 'link to action', but not changing.
I have the reference to :
1. the whole table ( cl_wd_table)
2. Target column ( cl_wd_table_column=>tt_table_column)
But could not find any method to change/set the property 'link to action'.
Any idea ?