I_UtilsDeviceCertfnStatusText

DDL: I_UTILSDEVICECERTFNSTATUSTEXT SQL: IEDVCECERTFNSTST Type: view BASIC

Device Certification Status - Text

I_UtilsDeviceCertfnStatusText is a Basic CDS View that provides data about "Device Certification Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, UtilsDeviceCertfnStatus. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (14)

NameValueLevelField
EndUserText.label Device Certification Status - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey UtilsDeviceCertfnStatus view
AbapCatalog.sqlViewName IEDVCECERTFNSTST view
ObjectModel.usageType.serviceQuality A view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.dataClass META view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataExtraction.enabled true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY UtilsDeviceCertfnStatus
UtilsDeviceCertfnStatusName ddtext
_UtilsDeviceCertfnStatus _UtilsDeviceCertfnStatus
_Language _Language
@EndUserText.label: 'Device Certification Status - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'UtilsDeviceCertfnStatus'
@AbapCatalog.sqlViewName: 'IEDVCECERTFNSTST'
@ObjectModel.usageType.serviceQuality: 'A'
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.dataClass: 'META'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE ]
              }
@Analytics: {  dataExtraction: { enabled: true } }
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_UtilsDeviceCertfnStatusText
  as select from dd07t
  association [0..1] to I_UtilsDeviceCertfnStatus as _UtilsDeviceCertfnStatus on $projection.UtilsDeviceCertfnStatus = _UtilsDeviceCertfnStatus.UtilsDeviceCertfnStatus
  association [0..1] to I_Language                as _Language                on $projection.Language = _Language.Language

{
      @Semantics.language: true
      //@ObjectModel.foreignKey.association: '_Language'

  key ddlanguage                                                                   as Language,
      @ObjectModel.foreignKey.association: '_UtilsDeviceCertfnStatus'
      //  key domvalue_l as UtilsDeviceCertfnStatus,

  key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.char( 1 ) ) as bglstat ) as UtilsDeviceCertfnStatus,
      @Semantics.text:true
      ddtext                                                                       as UtilsDeviceCertfnStatusName,
      _UtilsDeviceCertfnStatus,
      _Language
}

where
      dd07t.domname  = 'BGLSTAT'
  and dd07t.as4local = 'A'