I_MaintNotifDetectCodeGroupTxt
Maint Notif Detection Code Grp - Text
I_MaintNotifDetectCodeGroupTxt is a Basic CDS View that provides data about "Maint Notif Detection Code Grp - Text" in SAP S/4HANA. It reads from 1 data source (eam_detcogrp_t) and exposes 3 fields with key fields MaintNotifDetectionCodeGroup, Language. Part of development package VDM_EAM_NTF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| eam_detcogrp_t | eam_detcogrp_t | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Maint Notif Detection Code Grp - Text | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | MaintNotifDetectionCodeGroup | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| Analytics.technicalName | IMAINTDETGRPTEXT | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintNotifDetectionCodeGroup | detectioncodegroup | ||
| KEY | Language | language | ||
| MaintNotifDetectionCodeGrpTxt | eam_detcogrp_t | detectioncodegrouptext | Detection Method Group Description |
@EndUserText.label: 'Maint Notif Detection Code Grp - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@Search.searchable: true
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'MaintNotifDetectionCodeGroup',
supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET,#EXTRACTION_DATA_SOURCE ],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #A
}
}
@Analytics.technicalName: 'IMAINTDETGRPTEXT'
@Analytics: {
dataExtraction.enabled: true,
dataExtraction.delta.changeDataCapture.automatic: true
//dataCategory: #DIMENSION
}
@Metadata.ignorePropagatedAnnotations:true
define view entity I_MaintNotifDetectCodeGroupTxt as select from eam_detcogrp_t
{
// @ObjectModel.foreignKey.association: '_MaintNotifDetCatalog'
key detectioncodegroup as MaintNotifDetectionCodeGroup,
@Semantics.language: true
key language as Language,
@Semantics.text: true
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.8
// @Search.ranking: #HIGH
@EndUserText.label: 'Detection Method Group Description'
eam_detcogrp_t.detectioncodegrouptext as MaintNotifDetectionCodeGrpTxt
}
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