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) and exposes 10 fields with key field Defect. Part of development package ODATA_QM_DEFECT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Defect | _Defect | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Parameter for Defect (QM) Output | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.compositionRoot | false | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Defect | Defect | ||
| DefectInternalID | DefectInternalID | |||
| DefectCategory | DefectCategory | |||
| DefectCodeGroup | DefectCodeGroup | |||
| DefectCode | DefectCode | |||
| DefectCodeGroupAndCode | ||||
| DefectClass | DefectClass | |||
| DefectLifecycleStatus | DefectLifecycleStatus | |||
| Material | Material | |||
| Plant | Plant |
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Parameter for Defect (QM) Output'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel.supportedCapabilities: [
#OUTPUT_FORM_DATA_PROVIDER, #OUTPUT_PARAMETER_DETERMINATION_DATA_SOURCE
]
@ObjectModel: {
compositionRoot: false,
usageType: {
serviceQuality:#C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity C_DefectOutputParameterFDP
as select from I_Defect as _Defect
{
key Defect,
DefectInternalID,
DefectCategory,
DefectCodeGroup,
DefectCode,
cast( concat_with_space(_Defect.DefectCodeGroup, _Defect.DefectCode, 1) as qdefect_code_group_and_code preserving type ) as DefectCodeGroupAndCode,
DefectClass,
DefectLifecycleStatus,
Material,
Plant
}
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