I_ProbSolvingProcLfcycSts

DDL: I_PROBSOLVINGPROCLFCYCSTS SQL: IPRSOLPROCLISTS Type: view BASIC

Problem-Solving Process Lifecycle Status

I_ProbSolvingProcLfcycSts is a Basic CDS View that provides data about "Problem-Solving Process Lifecycle Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ProbSolvingProcLifecycleStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProbSolvingProcLfcycStsT _ProbSolvingProcLfcycStsT $projection.ProbSolvingProcLifecycleStatus = _ProbSolvingProcLfcycStsT.ProbSolvingProcLifecycleStatus

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPRSOLPROCLISTS view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey ProbSolvingProcLifecycleStatus view
EndUserText.label Problem-Solving Process Lifecycle Status view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProbSolvingProcLifecycleStatus
_ProbSolvingProcLfcycStsT _ProbSolvingProcLfcycStsT
@AbapCatalog.sqlViewName: 'IPRSOLPROCLISTS'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true 
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED 
@ObjectModel: {
    usageType: {
        dataClass: #ORGANIZATIONAL,
        sizeCategory: #S,
        serviceQuality: #A
    },
    resultSet.sizeCategory: #XS,
    representativeKey: 'ProbSolvingProcLifecycleStatus'
}
@EndUserText.label: 'Problem-Solving Process Lifecycle Status'

define view I_ProbSolvingProcLfcycSts as select from dd07l

    association [0..*] to I_ProbSolvingProcLfcycStsT as _ProbSolvingProcLfcycStsT on $projection.ProbSolvingProcLifecycleStatus = _ProbSolvingProcLfcycStsT.ProbSolvingProcLifecycleStatus

{
    @ObjectModel.text.association: '_ProbSolvingProcLfcycStsT'
    key cast ( substring( domvalue_l, 1, 2 ) as qprobsolvingprocesslcyclestat preserving type ) as ProbSolvingProcLifecycleStatus,
    
    /* Association */  
    _ProbSolvingProcLfcycStsT   
    
} where dd07l.domname = 'QPROBSOLVINGPROCESSLCYCLESTAT' and dd07l.as4local = 'A' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PROBSOLVINGPROCLFCYCSTST"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/