I_JITSupplyControlStatusText

DDL: I_JITSUPPLYCONTROLSTATUSTEXT Type: view_entity BASIC

JIT Supply Control Status - Text

I_JITSupplyControlStatusText is a Basic CDS View that provides data about "JIT Supply Control Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, JITSupplyControlStatus. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (9)

NameValueLevelField
EndUserText.label JIT Supply Control Status - Text view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IJITSCSTATUSTXT view
ObjectModel.representativeKey Language view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY JITSupplyControlStatus
JITSupplyControlStatusText ddtext
_Language _Language
_JITSupplyControlStatus _JITSupplyControlStatus
@EndUserText.label: 'JIT Supply Control Status - Text'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IJITSCSTATUSTXT'
@ObjectModel.representativeKey: 'Language'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view entity I_JITSupplyControlStatusText
  as select from dd07t
  association [0..1] to I_Language               as _Language               on $projection.Language = _Language.Language
  association [0..1] to I_JITSupplyControlStatus as _JITSupplyControlStatus on $projection.JITSupplyControlStatus = _JITSupplyControlStatus.JITSupplyControlStatus
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                                           as Language,
      @ObjectModel.foreignKey.association: '_JITSupplyControlStatus'
      @ObjectModel.text.element: ['JITSupplyControlStatusText']
  key cast ( substring( domvalue_l, 1, 1 ) as njit_supply_control_status ) as JITSupplyControlStatus,
      @Semantics.text: true
      ddtext                                                               as JITSupplyControlStatusText,
      _Language,
      _JITSupplyControlStatus
}
where
      domname  = 'NJIT_SUPPLY_CONTROL_STATUS'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_JITSUPPLYCONTROLSTATUS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/