I created a Web Dynpro for ABAP app that uses the SALV_WD_TABLE component.
The ALV allows for export to Excel.
The Grid contains a column whose editor is set to link to url (CL_SALV_WD_UIE_LINK_TO_URL).
The value of the link shows relevant data and the url of the link is stored in a non-displayed column in the grid.
The link fires off another, more detailed, WDA in a new browser tab (drill-down).
All of this works fine, however, …
When the grid is exported to excel, the live link is also exported.
That is not the desired action.
Any ideas how we can stop the hyperlink from being exported, and just show the relevant data.
Thanks...