CDS_STOB_VIEW
List of All CDS Views with STOB Name
CDS_STOB_VIEW is a CDS View in S/4HANA. List of All CDS Views with STOB Name. It contains 1 fields. 9 CDS views read from this table.
CDS Views using this table (9)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /SSB/ALL_CDS_VIEWS | view | inner | All views including CDS 2.0 views | |
| /SSB/ALL_VIEW_NAMES | view | inner | All views for SSB | |
| Cds_Views | view | inner | List of All CDS Views | |
| CDS_Views_Extension | view | inner | CDS Views with extension | |
| Cds_Views_Extn | view | inner | List of All CDS Views | |
| QB_CDS_VIEWS_INFO | view | inner | List of All CDS Views with details | |
| QB_CDSVIEWS_COUNT_FINAL_QUERY | view | inner | Final Count of Query | |
| VB_CDS_VIEWS | view | inner | List of All CDS Views | |
| VB_CDS_VIEWS_EXTN | view | inner | List of All CDS Views with view extn |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| CDSName | CDSName | 6 |
@AbapCatalog.sqlViewName: 'CDSSTOBVIEW'
@EndUserText.label: 'List of All CDS Views with STOB Name'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Cds_Stob_View
as select from ddldependency
{
key ddldependency.ddlname as DDLSourceName,
ddldependency.objectname as CDSName
}
where
ddldependency.state = 'A'
and ddldependency.objecttype = 'STOB'