C_QltyTaskProbSolvingProcInfo
Problem-Solving Process in Quality Task
C_QltyTaskProbSolvingProcInfo is a Consumption CDS View that provides data about "Problem-Solving Process in Quality Task" in SAP S/4HANA. It reads from 2 data sources (I_ProbSolvingProcStpTP, I_ProbSolvingProcTP) and exposes 7 fields with key fields ProbSolvingProc, ProbSolvingProcStp. Part of development package ODATA_QM_PROBSOLVINGPROC.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_ProbSolvingProcStpTP | _ProbSolvingProcStpTP | from |
| I_ProbSolvingProcTP | _ProbSolvingProcTP | inner |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | ProbSolvingProcStp | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| Analytics.technicalName | CQTSKPRSOLPROCI | view | |
| EndUserText.label | Problem-Solving Process in Quality Task | view | |
| Metadata.allowExtensions | true | view | |
| Consumption.semanticObject | ProblemSolvingProcess | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProbSolvingProc | I_ProbSolvingProcStpTP | ProbSolvingProc | |
| KEY | ProbSolvingProcStp | I_ProbSolvingProcStpTP | ProbSolvingProcStp | |
| ProbSolvingProcDesc | I_ProbSolvingProcTP | ProbSolvingProcDesc | ||
| ProbSolvingProcLifecycleStatus | I_ProbSolvingProcTP | ProbSolvingProcLifecycleStatus | ||
| ProbSolvingProcType | I_ProbSolvingProcStpTP | ProbSolvingProcType | ||
| _ProbSolvingProc | I_ProbSolvingProcStpTP | _ProbSolvingProc | ||
| _ProbSolvingProcStpConfign | I_ProbSolvingProcStpTP | _ProbSolvingProcStpConfign |
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
semanticKey: [ 'ProbSolvingProc', 'ProbSolvingProcStp' ],
representativeKey: 'ProbSolvingProcStp',
usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #A }
}
@Analytics.technicalName: 'CQTSKPRSOLPROCI'
@EndUserText.label: 'Problem-Solving Process in Quality Task'
@Metadata.allowExtensions: true
@Consumption.semanticObject: 'ProblemSolvingProcess'
define view entity C_QltyTaskProbSolvingProcInfo as select from I_ProbSolvingProcStpTP as _ProbSolvingProcStpTP
inner join I_ProbSolvingProcTP as _ProbSolvingProcTP on _ProbSolvingProcTP.ProbSolvingProc = _ProbSolvingProcStpTP.ProbSolvingProc
{
@Consumption.semanticObject: 'ProblemSolvingProcess'
// UX Inc
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_ProbSolvingProcVH',
element: 'ProbSolvingProc' }
}]
@ObjectModel: { readOnly: true,
text.element: [ 'ProbSolvingProcDesc' ]
}
key _ProbSolvingProcStpTP.ProbSolvingProc,
@ObjectModel.readOnly: true
@Consumption.filter.hidden: true
@Consumption.valueHelpDefinition: [{ association: '_ProbSolvingProcStpConfign' }]
key _ProbSolvingProcStpTP.ProbSolvingProcStp,
// PSP root fields
@ObjectModel.readOnly: true
@Consumption.filter.hidden: true
_ProbSolvingProcTP.ProbSolvingProcDesc,
@ObjectModel.readOnly: true
@Consumption.filter.hidden: true
_ProbSolvingProcTP.ProbSolvingProcLifecycleStatus,
// PSP Step fields
@ObjectModel.readOnly: true
@Consumption.filter.hidden: true
_ProbSolvingProcStpTP.ProbSolvingProcType,
// Expose Associations
@ObjectModel.association.type: null
@Consumption.hidden: true
_ProbSolvingProcStpTP._ProbSolvingProc,
@Consumption.filter.hidden: true
_ProbSolvingProcStpTP._ProbSolvingProcStpConfign
}
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