I_ProbSolvingProcType

DDL: I_PROBSOLVINGPROCTYPE SQL: IPRSOLPROCTYP Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
tqcprbslvprctyp tqcprbslvprctyp from

Associations (1)

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

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPRSOLPROCTYP view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
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

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProbSolvingProcType processtype
_Text _Text
@AbapCatalog.sqlViewName: 'IPRSOLPROCTYP'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@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' ]
}

define view 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
}