I_InspLotDynamicLevelText

DDL: I_INSPLOTDYNAMICLEVELTEXT SQL: IINSPDYNMODLVLT Type: view BASIC

Dynamic modification level Text

I_InspLotDynamicLevelText is a Basic CDS View that provides data about "Dynamic modification level Text" in SAP S/4HANA. It reads from 1 data source (tq39l) and exposes 5 fields with key fields InspectionLotDynamicLevel, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tq39l tq39l from

Associations (2)

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

Annotations (10)

NameValueLevelField
EndUserText.label Dynamic modification level Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IINSPDYNMODLVLT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InspectionLotDynamicLevel view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InspectionLotDynamicLevel
KEY Language sprache
InspectionLotDynamicLevelText kurztext
_InspectionLotDynamicLevel _InspectionLotDynamicLevel
_Language _Language
@EndUserText.label: 'Dynamic modification level Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IINSPDYNMODLVLT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'InspectionLotDynamicLevel'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING }
define view I_InspLotDynamicLevelText
  as select from tq39l
  association [0..1] to I_Language                  as _Language                  on $projection.Language = _Language.Language
  association [1..1] to I_InspectionLotDynamicLevel as _InspectionLotDynamicLevel on $projection.InspectionLotDynamicLevel = _InspectionLotDynamicLevel.InspectionLotDynamicLevel
{
  key cast( dynlevel as vdm_qdynhead preserving type ) as InspectionLotDynamicLevel,
      @Semantics.language: true
  key sprache  as Language,
      @Semantics.text: true
      kurztext as InspectionLotDynamicLevelText,
      _InspectionLotDynamicLevel,
      _Language

}   
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ39L"
],
"ASSOCIATED":
[
"I_INSPECTIONLOTDYNAMICLEVEL",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/