I_EHSLOCCLASSIFIERNAME

CDS View

EHS Location Classifier Name

I_EHSLOCCLASSIFIERNAME is a CDS View in S/4HANA. EHS Location Classifier Name. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_EHSLocClassifierNameText view from BASIC Location classifier - Text

Fields (6)

KeyField CDS FieldsUsed in Views
KEY EHSLocClassifierCentralID EHSLocClassifierCentralID 1
KEY EHSLocClassifierID EHSLocClassifierID 1
KEY Language Language 1
EHSLocClassifierNameUUID EHSLocClassifierNameUUID 1
EHSLocClassifierText EHSLocClassifierText 1
EHSLocClassifierUUID EHSLocClassifierUUID 1
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EHS Location Classifier Name'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MASTER
}
@ObjectModel: { modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
                supportedCapabilities: [ #EXTRACTION_DATA_SOURCE ] }
@ObjectModel.sapObjectNodeType.name: 'EHSLocationClassifierName'

@VDM.viewType: #BASIC
@Analytics: {
  dataExtraction: {
    enabled: true,
    delta.changeDataCapture.automatic: true
  }
}
define view entity I_EHSLocClassifierName
  as select from ehfndd_clsf_text
{
  key cast( bco_id as ehfnd_clsf_bco_id preserving type )         as EHSLocClassifierID,
  key cast( bco_key as ehfnd_clsf_bco_key preserving type )       as EHSLocClassifierCentralID,

      cast( db_key as ehfnd_clsf_text_key preserving type )       as EHSLocClassifierNameUUID,
      cast( parent_key as ehfnd_clsf_key_ref_nc preserving type ) as EHSLocClassifierUUID,
      cast( text as ehfnd_clsf_name preserving type )             as EHSLocClassifierText,
      language                                                    as Language
}