I_InspSubsetFieldCombinationT

DDL: I_INSPSUBSETFIELDCOMBINATIONT Type: view_entity BASIC Package: VDM_QM_PLANNING

Inspection Point Field Combination - Text

I_InspSubsetFieldCombinationT is a Basic CDS View that provides data about "Inspection Point Field Combination - Text" in SAP S/4HANA. It reads from 1 data source (tq79t) and exposes 14 fields with key fields InspSubsetFieldCombination, Language. It has 1 association to related views. Part of development package VDM_QM_PLANNING.

Data Sources (1)

SourceAliasJoin Type
tq79t tq79t from

Associations (1)

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

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Inspection Point Field Combination - Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #NONE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspSubsetFieldCombination view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Analytics.technicalName IINSPSSFCMBT view
Metadata.ignorePropagatedAnnotations true view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY InspSubsetFieldCombination tq79t slwbez
KEY Language tq79t sprache
InspSubsetFldCombinationTxt tq79t kurztext
InspSubsetMaterialSampleName tq79t phynrslw
InspSubsetEquipmentName tq79t equnrslw
InspSubsetFuncnlLocName tq79t tplnrslw
InspSubsetShopFloorItemName tq79t sfi_id_slw
InspSubsetShortTxtFieldName tq79t userc1slw
InspSubsetLongTxtFieldName tq79t userc2slw
InspSubsetDateFieldName tq79t userd1slw
InspSubsetShortNmbrFieldName tq79t usern1slw
InspSubsetLongNmbrFieldName tq79t usern2slw
InspSubsetTimeFieldName tq79t usert1slw
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Inspection Point Field Combination - Text'
@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.modelingPattern: #NONE
@ObjectModel: {
    dataCategory: #TEXT,
    representativeKey: 'InspSubsetFieldCombination',
    usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
}
@Analytics.technicalName: 'IINSPSSFCMBT'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InspSubsetFieldCombinationT as select from tq79t 

   association [0..1] to I_Language as _Language     on $projection.Language = _Language.Language
    
{
    key tq79t.slwbez  as InspSubsetFieldCombination,
    @ObjectModel.foreignKey.association: '_Language'
    @Semantics.language: true
    key tq79t.sprache as Language,
    @Semantics.text: true
    tq79t.kurztext    as InspSubsetFldCombinationTxt, 
    @Semantics.text: true
    tq79t.phynrslw    as InspSubsetMaterialSampleName,
    @Semantics.text: true
    tq79t.equnrslw    as InspSubsetEquipmentName,
    @Semantics.text: true
    tq79t.tplnrslw    as InspSubsetFuncnlLocName,
    @Semantics.text: true
    tq79t.sfi_id_slw  as InspSubsetShopFloorItemName,
    @Semantics.text: true
    tq79t.userc1slw   as InspSubsetShortTxtFieldName,
    @Semantics.text: true
    tq79t.userc2slw   as InspSubsetLongTxtFieldName,
    @Semantics.text: true
    tq79t.userd1slw   as InspSubsetDateFieldName, 
    @Semantics.text: true
    tq79t.usern1slw   as InspSubsetShortNmbrFieldName,
    @Semantics.text: true
    tq79t.usern2slw   as InspSubsetLongNmbrFieldName,
    @Semantics.text: true
    tq79t.usert1slw   as InspSubsetTimeFieldName,
    
    /* Associations */
    _Language
    
}