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