CDS_SQL_VIEW
CDS View SQL Object
CDS_SQL_VIEW is a CDS View in S/4HANA. CDS View SQL Object. It contains 1 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /SSB/ALL_CDS_VIEWS | view | inner | All views including CDS 2.0 views | |
| Cds_View_All | view | inner | All CDS Views with Analytic/Non-Analytic categorization | |
| Cds_Views | view | inner | List of All CDS Views | |
| QB_CDS_ANALYTICS_DATACATEGORY | view | inner | Show all Data Category for Analytics | |
| QB_CDS_VIEWS_INFO | view | inner | List of All CDS Views with details | |
| VB_CDS_VIEWS | view | inner | List of All CDS Views |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| SQLViewName | SQLViewName | 6 |
@AbapCatalog.sqlViewName: 'CDSSQLVIEW'
@EndUserText.label: 'CDS View SQL Object'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Cds_Sql_View as select from ddldependency {
key ddldependency.ddlname as DDLSourceName,
ddldependency.objectname as SQLViewName
} where ddldependency.state = 'A' and ddldependency.objecttype = 'VIEW'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDLDEPENDENCY"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/