I_InspSpecVersionTextTP

DDL: I_INSPSPECVERSIONTEXTTP Type: view_entity TRANSACTIONAL

Inspection Specification Version Text

I_InspSpecVersionTextTP is a Transactional CDS View that provides data about "Inspection Specification Version Text" in SAP S/4HANA. It reads from 1 data source (I_InspSpecificationVersionText) and exposes 10 fields with key fields InspectionSpecificationPlant, InspectionSpecification, InspectionSpecificationVersion, Language.

Data Sources (1)

SourceAliasJoin Type
I_InspSpecificationVersionText I_InspSpecificationVersionText from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Inspection Specification Version Text view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspectionSpecificationVersion view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY InspectionSpecificationPlant InspectionSpecificationPlant
KEY InspectionSpecification InspectionSpecification
KEY InspectionSpecificationVersion InspectionSpecificationVersion
KEY Language Language
InspectionSpecificationText InspectionSpecificationText
_InspSpecification _InspSpecification
_InspSpecificationVersion _InspSpecificationVersion
_InspSpecificationPlant _InspSpecificationPlant
_InspectionSpecification _InspectionSpecification
_Language _Language
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Inspection Specification Version Text'
@VDM: {
    viewType: #TRANSACTIONAL,
    lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel: {
    usageType: {
        dataClass: #MASTER,
        sizeCategory: #M,
        serviceQuality: #B
    },
    dataCategory: #TEXT,
    representativeKey: 'InspectionSpecificationVersion'                                           
}
 
define view entity I_InspSpecVersionTextTP as select from I_InspSpecificationVersionText

  association to parent I_InspSpecificationVersionTP as _InspSpecification
    on     $projection.InspectionSpecificationPlant   = _InspSpecification.InspectionSpecificationPlant
       and $projection.InspectionSpecification        = _InspSpecification.InspectionSpecification
       and $projection.InspectionSpecificationVersion = _InspSpecification.InspectionSpecificationVersion

{
   key InspectionSpecificationPlant,
   key InspectionSpecification,
   key InspectionSpecificationVersion,
   key Language,
   
   InspectionSpecificationText,
   
   /* Compositions */
   _InspSpecification,

   /* Associations */   
   _InspSpecificationVersion,
   _InspSpecificationPlant,
   _InspectionSpecification,
   _Language
   
} where 
    Language <> '늑' and Language <> '닱' // Skip technical languages 1Q and 2Q