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.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tqcprbslvprcstp | tqcprbslvprcstp | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRSOLPROCSTPCNF | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| 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 |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProbSolvingProcType | processtype | ||
| KEY | ProbSolvingProcStp | probsolvingprocessstep | ||
| _ProbSolvingProcType | _ProbSolvingProcType | |||
| _ProbSolvingProcStpDesc | _ProbSolvingProcStpDesc |
@AbapCatalog.sqlViewName: 'IPRSOLPROCSTPCNF'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@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' ]
}
define view 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQCPRBSLVPRCSTP"
],
"ASSOCIATED":
[
"I_PROBSOLVINGPROCSTPDESC",
"I_PROBSOLVINGPROCTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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