I_EHSCTRLTYPETEXT
EHS Control Type Text
I_EHSCTRLTYPETEXT is a CDS View in S/4HANA. EHS Control Type Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_EHSCtrlTypeText | view | from | BASIC | EHS Control Type Text |
@EndUserText.label: 'EHS Control Type Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'EHSControlType'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ICTRLTYPET'
@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_EHSCtrlTypeText as select from ehfndc_acttype_t
association[0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key cast ( code as ehhss_control_type_code preserving type ) as EHSControlType,
@Semantics.language: true
// ObjectModel.foreignKey.association: '_Language'
key language as Language,
_Language,
@Semantics.text:true
cast( description as ehfnd_act_type_code_desc ) as EHSControlTypeName
}