I_ProdnRtgInspCharcTypeText

DDL: I_PRODNRTGINSPCHARCTYPETEXT Type: view_entity BASIC Package: VDM_PP_MD_RTG

Insp Characteristic Type - Text

I_ProdnRtgInspCharcTypeText is a Basic CDS View that provides data about "Insp Characteristic Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields BOOCharacteristicType, Language. It has 1 association to related views. Part of development package VDM_PP_MD_RTG.

Data Sources (1)

SourceAliasJoin Type
dd07t txt from

Associations (1)

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

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Analytics.internalName #LOCAL view
ObjectModel.representativeKey BOOCharacteristicType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #META view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
EndUserText.label Insp Characteristic Type - Text view
Metadata.allowExtensions true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY BOOCharacteristicType
KEY Language
BOOCharacteristicTypeText dd07t ddtext
Associations_Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.internalName: #LOCAL
@ObjectModel.representativeKey: 'BOOCharacteristicType'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #META }
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,#CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
//@Search.searchable: true

@EndUserText.label: 'Insp Characteristic Type - Text'
@Metadata.allowExtensions:true

define view entity I_ProdnRtgInspCharcTypeText

 as select from dd07t as txt
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.text.element: ['BOOCharacteristicTypeText']
  key cast(substring(txt.domvalue_l, 1, 1) as qkzeinstmk preserving type) as BOOCharacteristicType,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast(txt.ddlanguage as spras preserving type)                                   as Language,
      @Semantics.text: true
      txt.ddtext       as BOOCharacteristicTypeText,

      --- Associations ---
      _Language
}
where
      txt.domname  = 'QKZEINSTMK'
  and txt.as4local = 'A'
  and txt.as4vers  = '0000';