I_QUALITYCTRLCHARTTP
Quality Control Chart
I_QUALITYCTRLCHARTTP is a CDS View in S/4HANA. Quality Control Chart. It contains 30 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_QualityControlChart | view | from | CONSUMPTION | Quality Control Chart |
| C_QualityControlChartTrack | view | inner | CONSUMPTION | Quality Control Chart Track |
Fields (30)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | QualityControlChart | QualityControlChart | 1 |
| _MainWorkCenterPlant | _MainWorkCenterPlant | 1 | |
| _Material | _Material | 1 | |
| _QltyCtrlChartAggrgnCriterion | _QltyCtrlChartAggrgnCriterion | 1 | |
| _QualityControlChartStatus | _QualityControlChartStatus | 1 | |
| _WorkCenter | _WorkCenter | 1 | |
| BillOfOperationsGroup | CtrlChartBillOfOperationsGroup | 1 | |
| BillOfOperationsType | CtrlChartBillOfOperationsType | 1 | |
| BillOfOperationsVariant | CtrlChtBillOfOperationsVariant | 1 | |
| Equipment | Equipment | 1 | |
| FunctionalLocation | FunctionalLocation | 1 | |
| InspectionSpecification | InspectionSpecification | 1 | |
| InspectionSpecificationPlant | InspectionSpecificationPlant | 1 | |
| InspSpecHasLowerLimit | InspSpecHasLowerLimit | 1 | |
| InspSpecHasUpperLimit | InspSpecHasUpperLimit | 1 | |
| InspSpecLowerLimit | InspSpecLowerLimit | 1 | |
| InspSpecUpperLimit | InspSpecUpperLimit | 1 | |
| MainWorkCenterPlant | MainWorkCenterPlant | 1 | |
| Material | ControlChartMaterial | 1 | |
| Plant | Plant | 1 | |
| QltyCtrlChartAggrgnCriterion | QltyCtrlChartAggrgnCriterion | 1 | |
| QltyCtrlChartCreatedByUser | QltyCtrlChartCreatedByUser | 1 | |
| QltyCtrlChartCreationTime | QltyCtrlChartCreationTime | 1 | |
| QltyCtrlChartLastChangedByUser | QltyCtrlChartLastChangedByUser | 1 | |
| QltyCtrlChartLastChangedDate | QltyCtrlChartLastChangedDate | 1 | |
| QltyCtrlChartLastChangedTime | QltyCtrlChartLastChangedTime | 1 | |
| QualityControlChartStatus | QualityControlChartStatus | 1 | |
| QualityControlChartText | QualityControlChartText | 1 | |
| QualityControlChartType | QualityControlChartType | 1 | |
| WorkCenter | ControlChartWorkCenter | 1 |
@AbapCatalog.sqlViewName: 'IQLTYCTRLCHTTP'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Quality Control Chart'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel: {
usageType: { dataClass: #TRANSACTIONAL, sizeCategory: #M, serviceQuality: #A },
representativeKey: [ 'QualityControlChart' ],
semanticKey: [ 'QualityControlChart' ] ,
// Begin Draft 2.0
compositionRoot: true,
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
transactionalProcessingEnabled: true,
draftEnabled: true,
writeDraftPersistence: 'QLTYCTRLCHT_D'
// entityChangeStateId: 'ChangedDateTime',
// lifecycle.enqueue: {
// expiryBehavior: #RELATIVE_TO_LAST_CHANGE, // Default #RELATIVE_TO_LAST_CHANGE
// expiryInterval: 'PT15M' // Default 'PT15M'
// },
//
// lifecycle.processing: {
// expiryBehavior: #RELATIVE_TO_LAST_CHANGE, // Default #RELATIVE_TO_LAST_CHANGE
// expiryInterval: 'PT30M' // Default 'PT30M'
// }
// End Draft 2.0
}
define view I_QualityCtrlChartTP
as select from I_QualityControlChart
//Association to Quality Control Chart Track(Child Node)
association [0..*] to I_QualityCtrlChartTrackTP as _QualityControlChartTrack on $projection.QualityControlChart = _QualityControlChartTrack.QualityControlChart
{
@ObjectModel.readOnly: true
key I_QualityControlChart.QualityControlChart,
@ObjectModel.readOnly: true
QualityControlChartType,
@ObjectModel.readOnly: true
QltyCtrlChartAggrgnCriterion,
@ObjectModel.readOnly: true
Plant,
@ObjectModel.readOnly: true
BillOfOperationsType,
@ObjectModel.readOnly: true
BillOfOperationsGroup,
@ObjectModel.readOnly: true
BillOfOperationsVariant,
@ObjectModel.readOnly: true
BillOfOperationsRefSequence,
@ObjectModel.readOnly: true
BOOOperationInternalID,
@ObjectModel.readOnly: true
I_QualityControlChart.InspectionCharacteristic,
@ObjectModel.readOnly: true
InspectionSpecificationPlant,
@ObjectModel.readOnly: true
InspectionSpecification,
@ObjectModel.readOnly: true
WorkCenter,
@ObjectModel.readOnly: true
MainWorkCenterPlant,
@ObjectModel.readOnly: true
Equipment,
@ObjectModel.readOnly: true
FunctionalLocation,
@ObjectModel.readOnly: true
Material,
@ObjectModel.readOnly: true
Supplier,
@ObjectModel.readOnly: true
QualityControlChartText,
@ObjectModel.readOnly: true
QualityControlChartStatus,
@ObjectModel.readOnly: true
InspSpecUpperLimit,
@ObjectModel.readOnly: true
InspSpecHasUpperLimit,
@ObjectModel.readOnly: true
InspSpecLowerLimit,
@ObjectModel.readOnly: true
InspSpecHasLowerLimit,
@ObjectModel.readOnly: true
InspectionLot,
@ObjectModel.readOnly: true
QltyCtrlChartCreatedByUser,
@ObjectModel.readOnly: true
QltyCtrlChartCreationDate,
@ObjectModel.readOnly: true
QltyCtrlChartCreationTime,
@ObjectModel.readOnly: true
QltyCtrlChartLastChangedByUser,
@ObjectModel.readOnly: true
QltyCtrlChartLastChangedDate,
@ObjectModel.readOnly: true
QltyCtrlChartLastChangedTime,
//Associations
@ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
_QualityControlChartTrack,
_QltyCtrlChartAggrgnCriterion,
_QualityControlChartType,
_QltyControlChartTypeTrack,
/*+[hideWarning] { "IDS" :[ "CALCULATED_FIELD_CHECK" ] } */
_QualityControlChartStatus,
_Supplier,
_Material,
_Plant,
_InspectionLot,
_BillOfOperationsType,
_WorkCenter,
_MainWorkCenterPlant
}