Cds_Stob_View

DDL: CDS_STOB_VIEW SQL: CDSSTOBVIEW Type: view Package: S_DICT_VB

List of All CDS Views with STOB Name

Cds_Stob_View is a CDS View that provides data about "List of All CDS Views with STOB Name" in SAP S/4HANA. It reads from 1 data source (ddldependency) and exposes 2 fields with key field DDLSourceName. Part of development package S_DICT_VB.

Data Sources (1)

SourceAliasJoin Type
ddldependency ddldependency from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName CDSSTOBVIEW view
EndUserText.label List of All CDS Views with STOB Name view
ObjectModel.usageType.serviceQuality #P view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DDLSourceName ddldependency ddlname
CDSName ddldependency objectname
@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'