I_PROBSOLVINGPROCDEFECTREFTP
Problem-Solving Process Defect Reference
I_PROBSOLVINGPROCDEFECTREFTP is a CDS View in S/4HANA. Problem-Solving Process Defect Reference. It contains 3 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_DefectProbSolvingProcInfo | view_entity | from | CONSUMPTION | Defect in Problem-Solving Process |
| C_ProbSolvingProcDefectRef | view_entity | from | CONSUMPTION | Problem-Solving Process Defect Reference |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | DefectInternalID | DefectInternalID | 2 |
| KEY | ProbSolvingProc | ProbSolvingProc | 1 |
| DefectIsBaseOfProbSolvingProc | DefectIsBaseOfProbSolvingProc | 2 |
@EndUserText.label: 'Problem-Solving Process Defect Reference'
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #CHECK
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #A },
representativeKey: 'DefectInternalID',
semanticKey: [ 'ProbSolvingProc', 'DefectInternalID' ],
// Begin Draft
createEnabled: false,
updateEnabled: true,
deleteEnabled: false,
writeDraftPersistence: 'QPRBSLVPRCDREF_D',
writeActivePersistence: 'V_PRSLPRDR_B2A'
// End Draft
}
@Analytics.technicalName: 'IPRSOLPROCDFRTP'
define view entity I_ProbSolvingProcDefectRefTP as select from I_ProbSolvingProcDefectRef as _ProbSolvingProcDefectRef
//=== parent / root node
association [1..1] to I_ProbSolvingProcTP as _ProbSolvingProc on $projection.ProbSolvingProc = _ProbSolvingProc.ProbSolvingProc
{
//=== key fields
@ObjectModel.foreignKey.association: '_ProbSolvingProc'
@ObjectModel.readOnly: true
key _ProbSolvingProcDefectRef.ProbSolvingProc,
@ObjectModel.readOnly: true
key _ProbSolvingProcDefectRef.DefectInternalID,
//=== common fields
_ProbSolvingProcDefectRef.DefectIsBaseOfProbSolvingProc,
//=== exposed associations
@ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
_ProbSolvingProc,
_ProbSolvingProcDefectRef._Defect,
_ProbSolvingProcDefectRef._IsBaseIndicator
}