Cds_Stob_View
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.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ddldependency | ddldependency | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDLDEPENDENCY"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA