I_SAPObjectNodeTypeCDS
SAP Object Node Type CDS
I_SAPObjectNodeTypeCDS is a Basic CDS View that provides data about "SAP Object Node Type CDS" in SAP S/4HANA. It reads from 1 data source (sbo_i_node_cds) and exposes 4 fields with key fields SAPObjectNodeType, NodeTypeCdsType. It has 1 association to related views. Part of development package SBO_TYPE_MAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sbo_i_node_cds | sbo_i_node_cds | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_SAPObjectNodeType | _NodeType | $projection.SAPObjectNodeType = _NodeType.SAPObjectNodeType |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IOBJNODETYPECDS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| EndUserText.label | SAP Object Node Type CDS | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SAPObjectNodeType | object_node_type | ||
| KEY | NodeTypeCdsType | node_cds_type | ||
| CdsView | cds_view_name | |||
| _NodeType | _NodeType |
@AbapCatalog.sqlViewName: 'IOBJNODETYPECDS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@EndUserText.label: 'SAP Object Node Type CDS'
define view I_SAPObjectNodeTypeCDS
as select from sbo_i_node_cds
association [1..1] to I_SAPObjectNodeType as _NodeType on $projection.SAPObjectNodeType = _NodeType.SAPObjectNodeType
{
key object_node_type as SAPObjectNodeType,
key node_cds_type as NodeTypeCdsType,
cds_view_name as CdsView,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT,
#TO_COMPOSITION_ROOT]
_NodeType
}
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