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