Skip to Content
0
Jun 17, 2020 at 10:01 AM

How to Enable Quick Views for Smart Link Navigation with SAP Fiori Elements

594 Views

Hi Experts,

I have created on CDS view in S/4 Hana and using that prepared FIori element which is working fine. Now when trying to create quick view using smart link i am not getting any hyperlink on fields. I have tried that on Material field as given in below code snippet. I have also referred https://www.youtube.com/watch?v=muQoy213qes&t=31s from SAP Web IDE channel but that also didnt help. Please guide what wrong i might be doing.

@ObjectModel.text.element: [ 'MaterialName' ] @UI.fieldGroup: {qualifier: 'GeneralBlock1', position: 10, importance: #HIGH} //@Consumption.semanticObject: 'Material' @Consumption: { valueHelp: '_MaterialValueHelp', semanticObject: 'Material' } @UI.lineItem: {position: 20, importance: #HIGH, type: #STANDARD} @Search.defaultSearchElement: true @Search.fuzzinessThreshold: 0.8 Material,

Thanks,

Ashwin