I_InspectionLotDynamicLevel
Dynamic modification level
I_InspectionLotDynamicLevel is a Basic CDS View (Dimension) that provides data about "Dynamic modification level" in SAP S/4HANA. It reads from 1 data source (tq39a) and exposes 2 fields with key field InspectionLotDynamicLevel. It has 1 association to related views. Part of development package VDM_QM_PLANNING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq39a | tq39a | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InspLotDynamicLevelText | _Text | $projection.InspectionLotDynamicLevel = _Text.InspectionLotDynamicLevel |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Dynamic modification level | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IINSPDYNMODLVL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | InspectionLotDynamicLevel | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionLotDynamicLevel | |||
| _Text | _Text |
@EndUserText.label: 'Dynamic modification level'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IINSPDYNMODLVL'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'InspectionLotDynamicLevel'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING }
@ObjectModel.resultSet.sizeCategory: #XS
define view I_InspectionLotDynamicLevel
as select from tq39a
association [0..*] to I_InspLotDynamicLevelText as _Text on $projection.InspectionLotDynamicLevel = _Text.InspectionLotDynamicLevel
{
@ObjectModel.text.association: '_Text'
key cast( dynlevel as vdm_qdynhead preserving type ) as InspectionLotDynamicLevel,
// Associations
_Text
}
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