I_DefectFractionEstnProcedTxt
Estimation for Fraction of Defects Text
I_DefectFractionEstnProcedTxt is a Basic CDS View that provides data about "Estimation for Fraction of Defects Text" in SAP S/4HANA. It reads from 1 data source (tq72t) and exposes 5 fields with key fields Language, DefectFractionEstimationProced. It has 2 associations to related views. Part of development package VDM_QM_INSPECTION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq72t | tq72t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_DefectFractionEstnProced | _DefectFractionEstnProced | $projection.DefectFractionEstimationProced = _DefectFractionEstnProced.DefectFractionEstimationProced |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Estimation for Fraction of Defects Text | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | DefectFractionEstimationProced | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | IDFTFRCNESTNPRCT | view | |
| Search.searchable | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | tq72t | sprache | |
| KEY | DefectFractionEstimationProced | |||
| DefectFractionEstnProcedTxt | ||||
| _DefectFractionEstnProced | _DefectFractionEstnProced | |||
| _Language | _Language |
@EndUserText.label: 'Estimation for Fraction of Defects Text'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING },
representativeKey: 'DefectFractionEstimationProced',
dataCategory: #TEXT
}
@Analytics.technicalName: 'IDFTFRCNESTNPRCT'
@Search.searchable: true
define view entity I_DefectFractionEstnProcedTxt as select from tq72t
association [1..1] to I_DefectFractionEstnProced as _DefectFractionEstnProced
on $projection.DefectFractionEstimationProced = _DefectFractionEstnProced.DefectFractionEstimationProced
association [0..1] to I_Language as _Language
on $projection.Language = _Language.Language
{
@Semantics.language: true
key tq72t.sprache as Language,
key cast( tq72t.antverf as vdm_qeantverf preserving type ) as DefectFractionEstimationProced,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
cast( tq72t.kurztext as vdm_qeantverf_text preserving type ) as DefectFractionEstnProcedTxt
/* Associations*/
,_DefectFractionEstnProced
,_Language
}
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