Hi,
I want to manually remove/hide item from recent objects list in navigation bar of SAP CRM 7.0
I explored CRM_BSP_RECOBJ/RecentObjects view and saw, that there is an attribute called GT_Recent_Objects, it is actually a table with recent objects we want to show on navigation bar. This attribute is private, so I can't get access to this one.
The only way I can think to edit this item is to enhance a component and begin to redefine all related methods and attributes. I can copy the original code and put it to Z-version of the method, and this solution will even work until some SAP big update, where the business logic of the component will be changed.
My question is:
Is there any more elegant way to get write access to recent object list and remove recent item from SAP CRM.
Thanks.