cancel
Showing results for 
Search instead for 
Did you mean: 

Parameterized CDS View (OData) as input to Fiori List report (Fiori Template)

YasirHayat
Explorer
981

Hello Everyone,

I am new to Fiori and was trying to create a Fiori Application from template using a standard CDS views with Parameter (OData). How can i pass the parameter to the entitySet. For example if a CDS Views take two parameter Currency and exchange rate. How can i pass these two parameters.

It does not let me choose any parameter here in the main entity

Best Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

MioYasutake
Active Contributor

Hi yasir.hayat,

For a parameterized CDS View, two entities will be created: one with original CDS view name, and one with "Results" suffix. Chose the one with "Results" in the entity selection screen.

Next, after the project is generated, add the following setting to manifest.json, as described in the documentation.

"considerAnalyticalParameters": true

If you have this issue (parameter is shown, but doesn't work), then please have a look at my question in the link.

Regards,

Mio