I_InspSpecVersionTextTP
Inspection Specification Version Text
I_InspSpecVersionTextTP is a Transactional CDS View that provides data about "Inspection Specification Version Text" in SAP S/4HANA. It reads from 1 data source (I_InspSpecificationVersionText) and exposes 10 fields with key fields InspectionSpecificationPlant, InspectionSpecification, InspectionSpecificationVersion, Language. Part of development package VDM_QM_PLANNING.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InspSpecificationVersionText | I_InspSpecificationVersionText | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Inspection Specification Version Text | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | InspectionSpecificationVersion | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionSpecificationPlant | InspectionSpecificationPlant | ||
| KEY | InspectionSpecification | InspectionSpecification | ||
| KEY | InspectionSpecificationVersion | InspectionSpecificationVersion | ||
| KEY | Language | Language | ||
| InspectionSpecificationText | InspectionSpecificationText | |||
| _InspSpecification | _InspSpecification | |||
| _InspSpecificationVersion | _InspSpecificationVersion | |||
| _InspSpecificationPlant | _InspSpecificationPlant | |||
| _InspectionSpecification | _InspectionSpecification | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Inspection Specification Version Text'
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel: {
usageType: {
dataClass: #MASTER,
sizeCategory: #M,
serviceQuality: #B
},
dataCategory: #TEXT,
representativeKey: 'InspectionSpecificationVersion'
}
define view entity I_InspSpecVersionTextTP as select from I_InspSpecificationVersionText
association to parent I_InspSpecificationVersionTP as _InspSpecification
on $projection.InspectionSpecificationPlant = _InspSpecification.InspectionSpecificationPlant
and $projection.InspectionSpecification = _InspSpecification.InspectionSpecification
and $projection.InspectionSpecificationVersion = _InspSpecification.InspectionSpecificationVersion
{
key InspectionSpecificationPlant,
key InspectionSpecification,
key InspectionSpecificationVersion,
key Language,
InspectionSpecificationText,
/* Compositions */
_InspSpecification,
/* Associations */
_InspSpecificationVersion,
_InspSpecificationPlant,
_InspectionSpecification,
_Language
} where
Language <> '늑' and Language <> '닱' // Skip technical languages 1Q and 2Q
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