Hello,
in the view ICCMP_INBOX/InboxResultView there is a link to open the selected document on attribute STRUCT.ITEMTYPE.
We need this same Link to open the document on the STRUCT.DESCRIPTION because we will not use STRUCT.ITEMTYPE in our UI configuration.
We already copied the coding from the GET_P method as follows to STRUCT.DESCRIPTION:
if iv_property = 'fieldType'. rv_value = cl_bsp_dlc_view_descriptor=>field_type_link. endif.
Now the description is a link but the navigation does not work.
What else is needed to have the same navigation as realized in standard for STRUCT.ITEMTYPE?
Thanks a lot.
Best regards
Manfred