I_InspectorQualificationText

DDL: I_INSPECTORQUALIFICATIONTEXT Type: view_entity BASIC Package: VDM_QM_PLANNING

Inspector Qualification - Text

I_InspectorQualificationText is a Basic CDS View that provides data about "Inspector Qualification - Text" in SAP S/4HANA. It reads from 1 data source (tq11t) and exposes 5 fields with key fields InspectorQualification, Language. It has 2 associations to related views. Part of development package VDM_QM_PLANNING.

Data Sources (1)

SourceAliasJoin Type
tq11t tq11t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_InspectorQualification _InspectorQualification $projection.InspectorQualification = _InspectorQualification.InspectorQualification

Annotations (12)

NameValueLevelField
EndUserText.label Inspector Qualification - Text view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspectorQualification view
Analytics.technicalName IINSPQUALIFICT view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InspectorQualification tq11t prfql
KEY Language tq11t sprsl
InspectorQualificationText tq11t pqtxt Inspector Qualification Text
_Language _Language
_InspectorQualification _InspectorQualification
@EndUserText.label: 'Inspector Qualification - Text'
@AccessControl.authorizationCheck: #CHECK
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT ]
@ObjectModel: {
    usageType: {
        dataClass: #CUSTOMIZING,
        sizeCategory: #M,
        serviceQuality: #A
    },
    dataCategory: #TEXT,
    representativeKey: 'InspectorQualification'
}
@Analytics.technicalName: 'IINSPQUALIFICT'
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InspectorQualificationText as select from tq11t 

   association [0..1] to I_Language as _Language
      on     $projection.Language = _Language.Language
      
   association [1..1] to I_InspectorQualification as _InspectorQualification
      on     $projection.InspectorQualification      = _InspectorQualification.InspectorQualification

{
      //--[ GENERATED:012:GlBfhyFV7kY4h7jYW0xcqG

      @Consumption.valueHelpDefinition: [ 
        { entity:  { name:    'I_InspectorQualificationStdVH',
                     element: 'InspectorQualification' }
        }]
      // ]--GENERATED

  @ObjectModel.foreignKey.association: '_InspectorQualification'
  @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
  key tq11t.prfql as InspectorQualification,
  @Semantics.language: true
  key tq11t.sprsl as Language, 

  @EndUserText.label: 'Inspector Qualification Text'
  @Semantics.text: true
  @Search: { defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
  tq11t.pqtxt as InspectorQualificationText,
    
  /* Associations */
  _Language,
  _InspectorQualification 
}