CDS_STOB_VIEW

CDS 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. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
/SSB/ALL_CDS_VIEWS view inner All views including CDS 2.0 views
Cds_Views view inner List of All CDS Views
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)

KeyField CDS FieldsUsed in Views
CDSName CDSName 4
@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'  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDLDEPENDENCY"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/