I_EHSInvestigationStatusText

DDL: I_EHSINVESTIGATIONSTATUSTEXT Type: view_entity BASIC Package: EHHSS_BO_INVESTIGATION_IMPL

Investigation Status - Text

I_EHSInvestigationStatusText is a Basic CDS View that provides data about "Investigation Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields EHSInvestigationStatus, Language. It has 1 association to related views. Part of development package EHHSS_BO_INVESTIGATION_IMPL.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Investigation Status - Text view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IEHSInvStatusT view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY EHSInvestigationStatus
KEY Language dd07t ddlanguage
EHSInvestigationStatusText dd07t ddtext
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Investigation Status - Text'
@VDM.viewType: #BASIC
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@ObjectModel.dataCategory:#TEXT
@Analytics.technicalName: 'IEHSInvStatusT'
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.supportedCapabilities:[#LANGUAGE_DEPENDENT_TEXT]
define view entity I_EHSInvestigationStatusText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{

  key cast(dd07t.domvalue_l as ehhss_inv_status) as EHSInvestigationStatus,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key dd07t.ddlanguage                           as Language,
      @Semantics.text:true
      dd07t.ddtext                               as EHSInvestigationStatusText,

      _Language
}
where
      dd07t.domname  = 'EHHSS_INV_STATUS'
  and dd07t.as4local = 'A'