I_ProbSolvingProcType
Problem-Solving Process Type
I_ProbSolvingProcType is a Basic CDS View that provides data about "Problem-Solving Process Type" in SAP S/4HANA. It reads from 1 data source (tqcprbslvprctyp) and exposes 2 fields with key field ProbSolvingProcType. It has 1 association to related views. Part of development package VDM_QM_PROBSOLVINGPROC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tqcprbslvprctyp | tqcprbslvprctyp | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProbSolvingProcTypeText | _Text | $projection.ProbSolvingProcType = _Text.ProbSolvingProcType |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Problem-Solving Process Type | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | ProbSolvingProcType | view | |
| Analytics.technicalName | IPRSOLPROCTYP | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProbSolvingProcType | processtype | ||
| _Text | _Text |
@EndUserText.label: 'Problem-Solving Process Type'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #A },
resultSet.sizeCategory: #XS,
representativeKey: 'ProbSolvingProcType',
semanticKey: [ 'ProbSolvingProcType' ]
}
@Analytics.technicalName: 'IPRSOLPROCTYP'
define view entity I_ProbSolvingProcType as select from tqcprbslvprctyp
association [0..*] to I_ProbSolvingProcTypeText as _Text on $projection.ProbSolvingProcType = _Text.ProbSolvingProcType
{
@ObjectModel.text.association: '_Text'
key processtype as ProbSolvingProcType,
_Text
}
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