cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori tile configuration for an app that has parameters

former_member182041
Active Contributor
0 Kudos

I've created an app from Fiori templates which uses CDS View with parameters. When I run the app from WebIde, I can see the parameters

However, when I configure a tile for this app in Fiori Launchpad, this parameter is not getting displayed in the app, rather only the filter values are getting displayed? I'm taking reference of "Monitor Purchase Order Items" for tile configuration. Has someone faced this issue before or what am I missing? Thanks!

Regards,

Kumud

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182041
Active Contributor
0 Kudos

Hi Tejas,

The issue was not related to the parameter value rather display of parameter field itself. I found out the root cause of the issue being the Netweaver UI5 version is lower than WebIde version. Thanks!

Regards,

Kumud

former_member182874
Active Contributor
0 Kudos

Hi Kumud,

Parameter you are referring to is "Currency" ?

Could you provide info whether the parameter is passed in local annotation or your CDS. If you are using your CDS, you can directly use

@Consumption.filter.defaultValue

or

@Consumption.defaultValue

whichever suits your requirement.

Regards,

Tejas