I_EHSCTRLSUBTYPETEXT
EHS Control Subtype Text
I_EHSCTRLSUBTYPETEXT is a CDS View in S/4HANA. EHS Control Subtype Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_EHSCtrlSubtypeText | view | from | BASIC | EHS Control Subtype Text |
@EndUserText.label: 'EHS Control Subtype Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'EHSControlSubtype'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ICTRLSUBTYPET'
@AbapCatalog.compiler.compareFilter: true
// Client handling by session
@ClientHandling.algorithm: #SESSION_VARIABLE
// used for BOBF Master Data Object
@ObjectModel.usageType:{ serviceQuality: #C, // < 15 msec
sizeCategory: #S, // < 1.000
dataClass: #CUSTOMIZING }
define view I_EHSCtrlSubtypeText as select from ehfndc_actsub_t
association[0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key cast ( code as ehhss_control_subtype_code preserving type ) as EHSControlSubtype,
@Semantics.language: true
// ObjectModel.foreignKey.association: '_Language'
key language as Language,
_Language,
@Semantics.text:true
cast( description as ehfnd_act_subject_code_desc ) as EHSControlSubtypeName
}