Hi,
There is a task in our SAP CRM System — to allow to user to open a view in new browser's tab.
I mean, we have a table with items, now user clicks on an item and a new tab with item details view will be opened.
I can catch the event of click on table line and in this event to call suitable outbound plug, the thing I stacked with is how to open the desired view in a new browser tab. I'm not talking about kind of popup, but the regular SAP CRM window, displayed in browser's tab.
I thought about the generation of link, but I actually didn't find the way to build it for non-standard (Z*) component.
Could you point me?
Thanks.