3 weeks ago - last edited 2 weeks ago
Fiori report is generated using "define custom entity" approach and exposed to Fiori launchpad using service definition and service binding.
In report output, for Billing document number, hyperlink should be enabled and on click should be navigated to Fiori app "Display Billing Document".
This is achieved using below annotations:
@Consumption.semanticObject: 'BillingDocument'
@ui.lineItem : [ { position: 10, label: 'Billing Document'},
{type : #FOR_INTENT_BASED_NAVIGATION, semanticObjectAction: 'display'}]
key BillingDoc : vbeln;
Hyperlink is working fine but opening in same window, but as per business requirement, we need to open this in new tab. Can someone suggest how to achieve this.
There is hope for the future. In the OData @ SAP - Vocabularies UI Vocabulary you can already find for DataFieldWithUrl with the possibility to annotate URL with LinkTarget. But I think it's currently not supported in RAP and also not in Fiori Elements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.