C_DefectOutputParameterFDP
Parameter for Defect (QM) Output
C_DefectOutputParameterFDP is a Consumption CDS View that provides data about "Parameter for Defect (QM) Output" in SAP S/4HANA. It reads from 1 data source (I_Defect_TP) and exposes 7 fields with key field Defect.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Defect_TP | _Defect | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CDEFECTOUTPFDP | view | |
| EndUserText.label | Parameter for Defect (QM) Output | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.compositionRoot | false | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Defect | Defect | ||
| DefectInternalID | DefectInternalID | |||
| DefectCategory | DefectCategory | |||
| DefectCodeGroup | DefectCodeGroup | |||
| DefectCode | DefectCode | |||
| DefectClass | DefectClass | |||
| DefectLifecycleStatus | DefectLifecycleStatus |
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CDEFECTOUTPFDP'
@EndUserText.label: 'Parameter for Defect (QM) Output'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey: true
@ObjectModel: {
compositionRoot: false,
usageType: {
serviceQuality:#C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view C_DefectOutputParameterFDP
as select from I_Defect_TP as _Defect
{
key Defect,
DefectInternalID,
DefectCategory,
DefectCodeGroup,
DefectCode,
DefectClass,
DefectLifecycleStatus
}
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