I_InspResultRecordingView
Inspection Results Recording View
I_InspResultRecordingView is a Basic CDS View (Dimension) that provides data about "Inspection Results Recording View" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InspResultRecordingView. Part of development package VDM_QM_PLANNING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Inspection Results Recording View | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.technicalName | IINSPRSLTRECGVW | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | InspResultRecordingView | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspResultRecordingView | |||
| _Text | _Text |
@EndUserText.label: 'Inspection Results Recording View'
@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IINSPRSLTRECGVW'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
dataClass: #META,
sizeCategory: #S,
serviceQuality: #A
}
@ObjectModel.representativeKey: 'InspResultRecordingView'
define view entity I_InspResultRecordingView as select from dd07l
association[0..*] to I_InspResultRecordingViewText as _Text on $projection.InspResultRecordingView = _Text.InspResultRecordingView
{
@ObjectModel.text.association: '_Text'
key cast( substring( dd07l.domvalue_l, 1, 2 ) as vdm_qerfsicht ) as InspResultRecordingView,
/* Associations */
_Text
}
where domname = 'QERFSICHT' and as4local = 'A'
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