dhamb_base_dp_view_cds
DI meta data browser: DDIC view is SQL view of CDS view
dhamb_base_dp_view_cds is a CDS View that provides data about "DI meta data browser: DDIC view is SQL view of CDS view" in SAP S/4HANA. It reads from 1 data source (ddldependency) and exposes 2 fields with key field objectname.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ddldependency | ddldependency | from |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | DI meta data browser: DDIC view is SQL view of CDS view | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | objectname | objectname | ||
| cnt |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'DI meta data browser: DDIC view is SQL view of CDS view'
define view entity dhamb_base_dp_view_cds as select from ddldependency
{
key objectname,
count(*) as cnt
} where objecttype = 'VIEW' group by objectname
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDLDEPENDENCY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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