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
17 days agoCarey
26 days agoAlesia
27 days agoPhuong
1 months agoJoesph
2 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
1 months agoLorrie
2 months agoLaura
2 months agoEmeline
2 months agoMitzie
3 months agoMerilyn
2 months agoSerina
2 months agoGlenn
3 months agoChristiane
3 months agoShakira
4 months agoJamal
3 months agoDonette
3 months agoEttie
3 months ago