Cds_Sql_View
CDS View SQL Object
Cds_Sql_View is a CDS View that provides data about "CDS View SQL Object" 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 | CDSSQLVIEW | view | |
| EndUserText.label | CDS View SQL Object | 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 | |
| SQLViewName | ddldependency | objectname |
@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
}
}*/
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