cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch List of Fiori apps from a given CDS view

Raghu9t2
Participant
0 Kudos
99

Hi Community,

I have a scenario to find out the list of Fiori apps that uses a specific custom CDS view exposed as ODATA service

Is there any way that I can find the relevant Fiori applications by a given custom CDS name?

Any suggestion will be helpful here. Thanks in advance

Regards,

RM

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Marian_Zeis
Active Contributor

This is not easy. You basically need to find each service where this CDS View is used.

So use the where-used feature to check where the CDS is used and then need to find which Service is using this.
Maybe also use Code Search to find the string in code