I_EHSDataCollInputMethod
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_EHSDataCollInputMethodText | _Text | $projection.EHSDataCollectionInputMethod = _Text.EHSDataCollectionInputMethod |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA