I_ProbSolvingProcType

DDL: I_PROBSOLVINGPROCTYPE Type: view_entity BASIC Package: VDM_QM_PROBSOLVINGPROC

Problem-Solving Process Type

I_ProbSolvingProcType is a Basic CDS View that provides data about "Problem-Solving Process Type" in SAP S/4HANA. It reads from 1 data source (tqcprbslvprctyp) and exposes 2 fields with key field ProbSolvingProcType. It has 1 association to related views. Part of development package VDM_QM_PROBSOLVINGPROC.

Data Sources (1)

SourceAliasJoin Type
tqcprbslvprctyp tqcprbslvprctyp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProbSolvingProcTypeText _Text $projection.ProbSolvingProcType = _Text.ProbSolvingProcType

Annotations (9)

NameValueLevelField
EndUserText.label Problem-Solving Process Type 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 ProbSolvingProcType view
Analytics.technicalName IPRSOLPROCTYP view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProbSolvingProcType processtype
_Text _Text
@EndUserText.label: 'Problem-Solving Process Type'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
    usageType: {
        dataClass: #CUSTOMIZING,
        sizeCategory: #S,
        serviceQuality: #A },
    resultSet.sizeCategory: #XS,
    representativeKey: 'ProbSolvingProcType',
    semanticKey:  [ 'ProbSolvingProcType' ]
}
@Analytics.technicalName: 'IPRSOLPROCTYP'

define view entity I_ProbSolvingProcType as select from tqcprbslvprctyp

  association [0..*] to I_ProbSolvingProcTypeText as _Text on $projection.ProbSolvingProcType = _Text.ProbSolvingProcType

{
  @ObjectModel.text.association: '_Text'
  key processtype as ProbSolvingProcType,
  _Text
}