I_EHSCTRLIMPLMTNSTATUSTEXT

CDS View

EHS Control Implementation Status Text

I_EHSCTRLIMPLMTNSTATUSTEXT is a CDS View in S/4HANA. EHS Control Implementation Status Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_EHSCtrlImplmtnStatusText view from BASIC EHS Control Implementation Status Text
@EndUserText.label: 'EHS Control Implementation Status Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'EHSControlImplStatus'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@AbapCatalog.sqlViewName: 'IEHSCTRLIMPSTT'

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

// Client handling by session

@ClientHandling.algorithm: #SESSION_VARIABLE

// used for BOBF Master Data Object

@ObjectModel.usageType:{ serviceQuality: #C,        // < 15 msec

                         sizeCategory:  #XL,         // < 100.000.000

                         dataClass: #META }

define view I_EHSCtrlImplmtnStatusText as select from dd07t
    association[0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    key cast(dd07t.domvalue_l as ehhss_ctrl_impl_status_nc) as EHSControlImplStatus,
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
    key dd07t.ddlanguage as Language,
    @Semantics.text:true
    dd07t.ddtext as EHSControlImplStatusName,
        
    _Language
}
where dd07t.domname  = 'EHHSS_CTRL_IMPL_STATUS'
  and dd07t.as4local = 'A'