I_ProbSolvingProcStp
Problem-Solving Process Step
I_ProbSolvingProcStp is a Basic CDS View that provides data about "Problem-Solving Process Step" in SAP S/4HANA. It reads from 2 data sources (I_ProbSolvingProc, qprbslvprcstep) and exposes 26 fields with key fields ProbSolvingProc, ProbSolvingProcStp. It has 6 associations to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_ProbSolvingProc | _ProbSolvingProcJ | inner |
| qprbslvprcstep | qprbslvprcstep | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ProbSolvingProc | _ProbSolvingProc | $projection.ProbSolvingProc = _ProbSolvingProc.ProbSolvingProc |
| [1..1] | I_Language | _Language | $projection.MasterLanguage = _Language.Language |
| [1..1] | I_ProbSolvingProcStpConfign | _ProbSolvingProcStpConfign | $projection.ProbSolvingProcType = _ProbSolvingProcStpConfign.ProbSolvingProcType and $projection.ProbSolvingProcStp = _ProbSolvingProcStpConfign.ProbSolvingProcStp |
| [0..1] | I_ProbSolvingProcStpLfcycSts | _ProbSolvingProcStpLfcycSts | $projection.ProbSolvingProcStpLfcycSts = _ProbSolvingProcStpLfcycSts.ProbSolvingProcStpLfcycSts |
| [0..1] | I_UserContactCard | _CreatedByUserContactCard | $projection.CreatedByUser = _CreatedByUserContactCard.ContactCardID |
| [0..1] | I_UserContactCard | _LastChangedByUserContactCard | $projection.LastChangedByUser = _LastChangedByUserContactCard.ContactCardID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRSOLPROCSTP | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Problem-Solving Process Step | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | ProbSolvingProcStp | view |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProbSolvingProc | probsolvingprocess | ||
| KEY | ProbSolvingProcStp | probsolvingprocessstep | ||
| ProbSolvingProcStpSortNumber | sortnumber | |||
| ProbSolvingProcType | I_ProbSolvingProc | ProbSolvingProcType | ||
| MasterLanguage | qprbslvprcstep | masterlanguage | ||
| ProbSolvingProcStpLfcycSts | qprbslvprcstep | statlcycle | ||
| CreatedByUser | created_by | |||
| ProbSolvingStpCreatedDateTime | created_on | |||
| LastChangedByUser | changed_by | |||
| ProbSolvingStpLastChgdDteTime | changed_on | |||
| ProbSolvingProcStpHasTeam | probsolvingprocstphasteam | |||
| ProbSolvingProcStpHasProbDesc | probsolvingprocstphasprobdesc | |||
| ProbSolvingProcStpHasFreeTasks | probsolvingprocstphasfreetasks | |||
| ProbSolvingProcStpHasCauses | probsolvingprocstphascauses | |||
| ProbSolvingProcStpHasPlndTsks | probsolvingprocstphasplndtsks | |||
| ProbSolvingProcStpHasFnshdTsks | probsolvingprocstphasfnshdtsks | |||
| ProbSolvingProcStpHasComments | probsolvingprocstphascomments | |||
| ProbSolvingProcStpHasAssmt | probsolvingprocstphasassmt | |||
| ProbSolvingProcStpHasTimeLine | probsolvingprocstphastimeline | |||
| _ProbSolvingProc | _ProbSolvingProc | |||
| _ProbSolvingProcType | _ProbSolvingProcType | |||
| _Language | _Language | |||
| _ProbSolvingProcStpConfign | _ProbSolvingProcStpConfign | |||
| _CreatedByUserContactCard | _CreatedByUserContactCard | |||
| _LastChangedByUserContactCard | _LastChangedByUserContactCard | |||
| _ProbSolvingProcStpLfcycSts | _ProbSolvingProcStpLfcycSts |
@AbapCatalog.sqlViewName: 'IPRSOLPROCSTP'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Problem-Solving Process Step'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #A },
representativeKey: 'ProbSolvingProcStp',
semanticKey: [ 'ProbSolvingProc', 'ProbSolvingProcStp' ]
}
define view I_ProbSolvingProcStp as select from qprbslvprcstep
inner join I_ProbSolvingProc as _ProbSolvingProcJ on qprbslvprcstep.probsolvingprocess = _ProbSolvingProcJ.ProbSolvingProc
association [1..1] to I_ProbSolvingProc as _ProbSolvingProc on $projection.ProbSolvingProc = _ProbSolvingProc.ProbSolvingProc
//=== other views
association [1..1] to I_Language as _Language on $projection.MasterLanguage = _Language.Language
association [1..1] to I_ProbSolvingProcStpConfign as _ProbSolvingProcStpConfign on $projection.ProbSolvingProcType = _ProbSolvingProcStpConfign.ProbSolvingProcType and
$projection.ProbSolvingProcStp = _ProbSolvingProcStpConfign.ProbSolvingProcStp
association [0..1] to I_ProbSolvingProcStpLfcycSts as _ProbSolvingProcStpLfcycSts on $projection.ProbSolvingProcStpLfcycSts = _ProbSolvingProcStpLfcycSts.ProbSolvingProcStpLfcycSts
// Contact card
association [0..1] to I_UserContactCard as _CreatedByUserContactCard on $projection.CreatedByUser = _CreatedByUserContactCard.ContactCardID
association [0..1] to I_UserContactCard as _LastChangedByUserContactCard on $projection.LastChangedByUser = _LastChangedByUserContactCard.ContactCardID
{
@ObjectModel.foreignKey.association: '_ProbSolvingProc'
key probsolvingprocess as ProbSolvingProc,
@ObjectModel.foreignKey.association: '_ProbSolvingProcStpConfign'
key probsolvingprocessstep as ProbSolvingProcStp,
sortnumber as ProbSolvingProcStpSortNumber,
_ProbSolvingProcJ.ProbSolvingProcType as ProbSolvingProcType,
@ObjectModel.foreignKey.association: '_Language'
qprbslvprcstep.masterlanguage as MasterLanguage,
@ObjectModel.foreignKey.association: '_ProbSolvingProcStpLfcycSts'
qprbslvprcstep.statlcycle as ProbSolvingProcStpLfcycSts,
@ObjectModel.foreignKey.association: '_CreatedByUserContactCard'
@Semantics.user.createdBy: true
created_by as CreatedByUser,
@Semantics.systemDateTime.createdAt: true
created_on as ProbSolvingStpCreatedDateTime,
@ObjectModel.foreignKey.association: '_LastChangedByUserContactCard'
@Semantics.user.lastChangedBy: true
changed_by as LastChangedByUser,
@Semantics.systemDateTime.lastChangedAt: true
changed_on as ProbSolvingStpLastChgdDteTime,
/* Step Configuration - Content Area Flags */
probsolvingprocstphasteam as ProbSolvingProcStpHasTeam,
probsolvingprocstphasprobdesc as ProbSolvingProcStpHasProbDesc,
probsolvingprocstphasfreetasks as ProbSolvingProcStpHasFreeTasks,
probsolvingprocstphascauses as ProbSolvingProcStpHasCauses,
probsolvingprocstphasplndtsks as ProbSolvingProcStpHasPlndTsks,
probsolvingprocstphasfnshdtsks as ProbSolvingProcStpHasFnshdTsks,
probsolvingprocstphascomments as ProbSolvingProcStpHasComments,
probsolvingprocstphasassmt as ProbSolvingProcStpHasAssmt,
probsolvingprocstphastimeline as ProbSolvingProcStpHasTimeLine,
//=== exposed associations
_ProbSolvingProc,
_ProbSolvingProcType,
_Language,
_ProbSolvingProcStpConfign,
_CreatedByUserContactCard,
_LastChangedByUserContactCard,
_ProbSolvingProcStpLfcycSts
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROBSOLVINGPROC",
"QPRBSLVPRCSTEP"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PROBSOLVINGPROC",
"I_PROBSOLVINGPROCSTPCONFIGN",
"I_PROBSOLVINGPROCSTPLFCYCSTS",
"I_PROBSOLVINGPROCTYPE",
"I_USERCONTACTCARD"
],
"BASE":
[
"I_PROBSOLVINGPROC"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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