I_FMEATYPETEXT
FMEA Type - Text
I_FMEATYPETEXT is a CDS View in S/4HANA. FMEA Type - Text. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FMEATypeStdVH | view | left_outer | COMPOSITE | FMEA Type Value Help |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| FMEATypeDescription | FMEATypeDescription | 1 |
@AbapCatalog.sqlViewName: 'IFMEATYPET'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType:#BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'FMEA Type - Text'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FMEAType'
define view I_FMEATypeText as select from plmc_audit_typet
association [0..1] to I_FMEAType as _FMEAType on $projection.FMEAType = _FMEAType.FMEAType
{
@Semantics.language: true
key langu as Language,
key audit_type as FMEAType,
@Semantics.text: true
cast( audit_type_text as plmt_tv_fmea_type_text preserving type ) as FMEATypeDescription,
//Association
_FMEAType
}