Which of the following are parts of answers to this question.
A CDS view is a data definition that defines a data structure and a data selection from one or more data sources. A CDS view consists of several parts, but two of them are:
The following example shows a CDS view that extends another CDS view and defines a field list:
@AbapCatalog.sqlViewName: 'ZCDS_EXT' define view Z_CDS_Extension extend view Z_CDS_Base with Z_CDS_Extension as select from ztable { // field list key ztable.id as ID, ztable.name as Name, ztable.age as Age, // extension @Semantics.currencyCode: true ztable.currency as Currency }
The other options are not parts of a CDS view, but rather related concepts:
Nelida
2 months agoChristoper
11 days agoCarey
20 days agoAlesia
21 days agoPhuong
29 days agoJoesph
1 months agoWerner
2 months agoBettina
2 months agoLudivina
2 months agoDahlia
2 months agoLizbeth
2 months agoNan
2 months agoWeldon
2 months agoCarmela
3 months agoRory
30 days agoLorrie
2 months agoLaura
2 months agoEmeline
2 months agoMitzie
3 months agoMerilyn
1 months agoSerina
1 months agoGlenn
2 months agoChristiane
3 months agoShakira
3 months agoJamal
3 months agoDonette
3 months agoEttie
3 months ago