I_InspectorQualification

DDL: I_INSPECTORQUALIFICATION Type: view BASIC

Inspector Qualification

I_InspectorQualification is a Basic CDS View that provides data about "Inspector Qualification" in SAP S/4HANA. It reads from 1 data source (tq11) and exposes 2 fields with key field InspectorQualification. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tq11 tq11 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InspectorQualificationText _InspectorQualificationText $projection.InspectorQualification = _InspectorQualificationText.InspectorQualification

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IINSPQUALIFIC view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Inspector Qualification view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #CHECK view
ObjectModel.representativeKey InspectorQualification view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InspectorQualification tq11 prfql
_InspectorQualificationText _InspectorQualificationText
@AbapCatalog: {
    sqlViewName: 'IINSPQUALIFIC',
    preserveKey: true,
    compiler.compareFilter: true
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Inspector Qualification'
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.supportedCapabilities:
    [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.representativeKey: 'InspectorQualification'
@ObjectModel.usageType: {
    dataClass: #CUSTOMIZING,
    sizeCategory: #M,
    serviceQuality: #A 
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define view I_InspectorQualification as select from tq11
      
  association [0..*] to I_InspectorQualificationText as _InspectorQualificationText
     on $projection.InspectorQualification = _InspectorQualificationText.InspectorQualification

{
    @ObjectModel.text.association: '_InspectorQualificationText'
    @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
    key tq11.prfql as InspectorQualification,
    //tq11.dummy

     
   /* Associations */
   _InspectorQualificationText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ11"
],
"ASSOCIATED":
[
"I_INSPECTORQUALIFICATIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/