This blog would give basic idea on different concepts which are used in the S4HANA CDS view.
It will be helpful for new beginners on basic concepts which we can use while creating a CDS views
@AbapCatalog.sqlViewName:It is mandatory annotation and which is created in SE11 (16 Characters length) after activating and it will not be same as view name/entity name.
@AbapCatalog.compiler.compareFilter: It defines the evaluation of filter condition in path expression.
True: If they match, the associated join expression is evaluated only once.
False: A separate join expression is created and evaluated for each filter condition.
