I_DefectFractionEstnProced
Estimation for Fraction of Defects
I_DefectFractionEstnProced is a Basic CDS View (Dimension) that provides data about "Estimation for Fraction of Defects" in SAP S/4HANA. It reads from 1 data source (tq72) and exposes 3 fields with key field DefectFractionEstimationProced. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq72 | tq72 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DefectFractionEstnProcedTxt | _Text | $projection.DefectFractionEstimationProced = _Text.DefectFractionEstimationProced |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IDFTFRCNESTNPRC | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Estimation for Fraction of Defects | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Analytics.dataCategory | #DIMENSION | 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 | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DefectFractionEstimationProced | |||
| InspSpecIsMeasuredValueRqd | tq72 | messwerte | ||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'IDFTFRCNESTNPRC',
preserveKey: true,
compiler.compareFilter: true
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Estimation for Fraction of Defects'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics.dataCategory: #DIMENSION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING },
representativeKey: 'DefectFractionEstimationProced'
}
@Search.searchable: true
define view I_DefectFractionEstnProced as select from tq72
association [0..*] to I_DefectFractionEstnProcedTxt as _Text
on $projection.DefectFractionEstimationProced = _Text.DefectFractionEstimationProced
{
@ObjectModel.text.association: '_Text'
@Search: { defaultSearchElement: true, ranking: #HIGH }
key cast( tq72.antverf as vdm_qeantverf preserving type ) as DefectFractionEstimationProced,
//tq72.funktion
@Semantics.booleanIndicator: true
tq72.messwerte as InspSpecIsMeasuredValueRqd
//tq72.toleranz
//tq72.fehlerzahl
/* Assiciations */
,_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQ72"
],
"ASSOCIATED":
[
"I_DEFECTFRACTIONESTNPROCEDTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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