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
4 months agoChristoper
2 months agoCarey
3 months agoAlesia
3 months agoPhuong
3 months agoJoesph
3 months agoWerner
3 months agoBettina
4 months agoLudivina
4 months agoDahlia
4 months agoLizbeth
4 months agoNan
4 months agoWeldon
4 months agoCarmela
5 months agoRory
3 months agoLorrie
4 months agoLaura
4 months agoEmeline
4 months agoMitzie
5 months agoMerilyn
3 months agoSerina
3 months agoGlenn
4 months agoChristiane
5 months agoShakira
5 months agoJamal
5 months agoDonette
5 months agoEttie
5 months ago