cancel
Showing results for 
Search instead for 
Did you mean: 

When to create CDS view?

05-02-2022 3:59 PM
293 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

I have a concern as when should i create CDS views.

If i need to fetch two fields from standard tables, and i am sure it's used only for single program, should i still go ahead to create CDS view?

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

SiddharthaR
Advisor
Advisor
0 Likes

Hi Madhuri,

CDS views should only be created if there are runtime calculations or logical expressions you want to push to DB layer to take advantage of Code push down technique and there is a reusability factor involved. For your use case open SQL will give same performance as CDS without creating additional objects.

Answers (0)