I_InspSpecImportanceCode

DDL: I_INSPSPECIMPORTANCECODE Type: view_entity BASIC Package: VDM_QM_INSPECTION

Weighting of Inspection Characteristic

I_InspSpecImportanceCode is a Basic CDS View that provides data about "Weighting of Inspection Characteristic" in SAP S/4HANA. It reads from 1 data source (tq17a) and exposes 3 fields with key field InspSpecImportanceCode. It has 1 association to related views. Part of development package VDM_QM_INSPECTION.

Data Sources (1)

SourceAliasJoin Type
tq17a tq17a from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Inspspecimportancecodetext _Text $projection.InspSpecImportanceCode = _Text.InspSpecImportanceCode

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Weighting of Inspection Characteristic view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.representativeKey InspSpecImportanceCode view
Analytics.technicalName IINSPSPCIMPRTCD view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY InspSpecImportanceCode merkklasse
InspSpecImportanceCodeText
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Weighting of Inspection Characteristic'
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.representativeKey: 'InspSpecImportanceCode'
@Analytics.technicalName: 'IINSPSPCIMPRTCD'
@ObjectModel.usageType: {
    dataClass: #CUSTOMIZING,
    sizeCategory: #M,
    serviceQuality: #A
}
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InspSpecImportanceCode as select from tq17a 
   association [0..*] to I_Inspspecimportancecodetext as _Text 
     on $projection.InspSpecImportanceCode = _Text.InspSpecImportanceCode
{
    @ObjectModel.text.element:  [ 'InspSpecImportanceCodeText' ] 
    key merkklasse as InspSpecImportanceCode,
   
   //Associations

   @Semantics.text: true
   _Text[1:Language = $session.system_language].InspSpecImportanceCodeText,
   _Text    
}