I_ProbSolvingProcPrtcpntRole
Problem Solving Process Participant Role
I_ProbSolvingProcPrtcpntRole is a Basic CDS View that provides data about "Problem Solving Process Participant Role" in SAP S/4HANA. It reads from 1 data source (tqpspprtcpntrle) and exposes 2 fields with key field ProbSolvingProcPrtcpntRole. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tqpspprtcpntrle | tqpspprtcpntrle | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProbSolvingProcPrtcpntRoleT | _ProbSolvingProcPrtcpntRoleT | $projection.ProbSolvingProcPrtcpntRole = _ProbSolvingProcPrtcpntRoleT.ProbSolvingProcPrtcpntRole |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPSPPRRTCPNTRLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Problem Solving Process Participant Role | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | ProbSolvingProcPrtcpntRole | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProbSolvingProcPrtcpntRole | role | ||
| _ProbSolvingProcPrtcpntRoleT | _ProbSolvingProcPrtcpntRoleT |
@AbapCatalog.sqlViewName: 'IPSPPRRTCPNTRLE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Problem Solving Process Participant Role'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel: {
usageType: {
dataClass: #ORGANIZATIONAL,
sizeCategory: #S,
serviceQuality: #A
},
representativeKey: 'ProbSolvingProcPrtcpntRole',
resultSet.sizeCategory: #XS
}
define view I_ProbSolvingProcPrtcpntRole as select from tqpspprtcpntrle
association [0..*] to I_ProbSolvingProcPrtcpntRoleT as _ProbSolvingProcPrtcpntRoleT on $projection.ProbSolvingProcPrtcpntRole = _ProbSolvingProcPrtcpntRoleT.ProbSolvingProcPrtcpntRole
{
//tqpspprtcpntrle
@ObjectModel: { text: { association: '_ProbSolvingProcPrtcpntRoleT', control: #ASSOCIATED_TEXT_UI_HIDDEN } }
@UI.textArrangement: #TEXT_ONLY
key role as ProbSolvingProcPrtcpntRole,
/* Associations */
_ProbSolvingProcPrtcpntRoleT
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TQPSPPRTCPNTRLE"
],
"ASSOCIATED":
[
"I_PROBSOLVINGPROCPRTCPNTROLET"
],
"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