I_EHSDataCollInputMethod

DDL: I_EHSDATACOLLINPUTMETHOD Type: view_entity BASIC Package: EHENV_BO_MDEF_IMPL

EHS Data Collection Input Method

I_EHSDataCollInputMethod is a Basic CDS View (Dimension) that provides data about "EHS Data Collection Input Method" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field EHSDataCollectionInputMethod. It has 1 association to related views. Part of development package EHENV_BO_MDEF_IMPL.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EHSDataCollInputMethodText _Text $projection.EHSDataCollectionInputMethod = _Text.EHSDataCollectionInputMethod

Annotations (14)

NameValueLevelField
EndUserText.label EHS Data Collection Input Method view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.modelingPattern #NONE view
ObjectModel.representativeKey EHSDataCollectionInputMethod view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
ObjectModel.sapObjectNodeType.name EHSDataCollectionInputMethod view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EHSDataCollectionInputMethod
_Text _Text
@EndUserText.label: 'EHS Data Collection Input Method'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED

@Analytics:
{
    dataCategory: #DIMENSION,
    dataExtraction.enabled: true,
    internalName:#LOCAL
}

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel:
{
    resultSet.sizeCategory: #XS,
    supportedCapabilities: [#EXTRACTION_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET],
    modelingPattern: #NONE,
    representativeKey: 'EHSDataCollectionInputMethod',
    usageType:
    {
        serviceQuality: #A,
        sizeCategory:  #L,
        dataClass: #META
    },
    sapObjectNodeType.name: 'EHSDataCollectionInputMethod'
}

define view entity I_EHSDataCollInputMethod
  as select from dd07l
  association [0..*] to I_EHSDataCollInputMethodText as _Text on $projection.EHSDataCollectionInputMethod = _Text.EHSDataCollectionInputMethod
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as ehenv_mdef_input_method ) as EHSDataCollectionInputMethod,

      @ObjectModel.association.boundFields.dataMatchesSourceAndTargetTypes: true
      _Text
}
where
      dd07l.domname  = 'EHENV_MDEF_INPUT_METHOD'
  and dd07l.as4local = 'A'