I_InspectionSpecification
Master Inspection Characteristic
I_InspectionSpecification is a Composite CDS View that provides data about "Master Inspection Characteristic" in SAP S/4HANA. It has 1 association to related views. Part of development package VDM_QM_PLANNING.
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | I_Plant | _InspSpecificationPlant | $projection.InspectionSpecificationPlant = _InspSpecificationPlant.Plant |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IINSPSPEC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Master Inspection Characteristic | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.representativeKey | InspectionSpecification | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InspectionSpecificationPlant | InspectionSpecificationPlant | ||
| KEY | InspectionSpecification | InspectionSpecification | ||
| _InspSpecificationPlant | _InspSpecificationPlant |
@AbapCatalog.sqlViewName: 'IINSPSPEC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Master Inspection Characteristic'
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: {
dataClass: #MASTER,
sizeCategory: #M, //expected number of rows < 100.000
serviceQuality: #C // includes A,B as well
}
@ObjectModel.representativeKey: 'InspectionSpecification'
@Metadata.ignorePropagatedAnnotations: true
/* avoid multiple results for the same zaehler/mkmnr with 'distinct' in select. Therefore 'version' is no field in this view! */
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_InspectionSpecification as select distinct from I_InspSpecificationVersion
association [1] to I_Plant as _InspSpecificationPlant
on $projection.InspectionSpecificationPlant = _InspSpecificationPlant.Plant
{
@ObjectModel.foreignKey.association: '_InspSpecificationPlant'
key InspectionSpecificationPlant,
key InspectionSpecification
/* Associations */
,_InspSpecificationPlant
}
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