QB_CDS_VIEWS
List of All CDS Views
QB_CDS_VIEWS is a CDS View in S/4HANA. List of All CDS Views. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| QB_CDS_VIEWS_INFO | view | from | List of All CDS Views with details |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | DDLSourceName | DDLSourceName | 1 |
@AbapCatalog.sqlViewName: 'QBCDSVIEWS'
@EndUserText.label: 'List of All CDS Views'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
define view QB_CDS_VIEWS as select from ddddlsrc as AllCDSViews {
key AllCDSViews.ddlname as DDLSourceName,
AllCDSViews.source_origin as CDSOriginKey,
AllCDSViews.source_type
} where AllCDSViews.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDDDLSRC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/