I_CndnContrProcVar

DDL: I_CNDNCONTRPROCVAR Type: view BASIC

Condition Contract Process Variant

I_CndnContrProcVar is a Basic CDS View (Dimension) that provides data about "Condition Contract Process Variant" in SAP S/4HANA. It reads from 1 data source (wcb_c_proc_var) and exposes 12 fields with key field CndnContrProcVar. It has 8 associations to related views.

Data Sources (1)

SourceAliasJoin Type
wcb_c_proc_var wcb_c_proc_var from

Associations (8)

CardinalityTargetAliasCondition
[0..*] I_CndnContrProcVarText _Text $projection.CndnContrProcVar = _Text.CndnContrProcVar
[0..1] I_CndnContrApprvlProc _CndnContrApprvlProc $projection.CndnContrApprvlProc = _CndnContrApprvlProc.CndnContrApprvlProc
[0..1] I_SettlmtApplStsGrp _SettlmtApplStsGrp $projection.SettlmtApplStsGrp = _SettlmtApplStsGrp.SettlmtApplStsGrp
[0..1] I_SettlmtApplSts _SettlmtApplSts $projection.SettlmtDfltApplSts = _SettlmtApplSts.SettlmtApplSts
[0..1] I_SettlmtApplStsGrpStsAssgmt _SettlmtApplStsGrpStsAssgmt $projection.SettlmtApplStsGrp = _SettlmtApplStsGrpStsAssgmt.SettlmtApplStsGrp and $projection.SettlmtDfltApplSts = _SettlmtApplStsGrpStsAssgmt.SettlmtApplSts
[0..*] I_CndnContrProcVarTypeAssgmt _CndnContrProcVarTypeAssgmt $projection.CndnContrProcVar = _CndnContrProcVarTypeAssgmt.CndnContrProcVar
[0..*] I_CndnContrProcVarPurAssgmt _CndnContrProcVarPurAssgmt $projection.CndnContrProcVar = _CndnContrProcVarPurAssgmt.CndnContrProcVar
[0..*] I_CndnContrProcVarSlsAssgmt _CndnContrProcVarSlsAssgmt $projection.CndnContrProcVar = _CndnContrProcVarSlsAssgmt.CndnContrProcVar

Annotations (21)

NameValueLevelField
AbapCatalog.sqlViewName IWCBCCPROCVAR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 001 view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey CndnContrProcVar view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled false view
Analytics.internalName #LOCAL view
EndUserText.label Condition Contract Process Variant view
Metadata.ignorePropagatedAnnotations true view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY CndnContrProcVar process_variant
SettlmtDfltApplSts default_estatus
SettlmtApplStsGrp status_group
CndnContrApprvlProc approval_process
_Text _Text
_CndnContrApprvlProc _CndnContrApprvlProc
_SettlmtApplSts _SettlmtApplSts
_SettlmtApplStsGrp _SettlmtApplStsGrp
_SettlmtApplStsGrpStsAssgmt _SettlmtApplStsGrpStsAssgmt
_CndnContrProcVarTypeAssgmt _CndnContrProcVarTypeAssgmt
_CndnContrProcVarPurAssgmt _CndnContrProcVarPurAssgmt
_CndnContrProcVarSlsAssgmt _CndnContrProcVarSlsAssgmt
@AbapCatalog: {
  sqlViewName: 'IWCBCCPROCVAR',
  compiler.compareFilter: true,
  buffering: {
    status: #ACTIVE,
    type: #GENERIC,
    numberOfKeyFields: 001
  },
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
  representativeKey: 'CndnContrProcVar',
  modelingPattern: #ANALYTICAL_DIMENSION,
  supportedCapabilities: [#ANALYTICAL_DIMENSION, 
                          #CDS_MODELING_DATA_SOURCE, 
                          #CDS_MODELING_ASSOCIATION_TARGET, 
                          #SQL_DATA_SOURCE],
  usageType: {
    dataClass:      #CUSTOMIZING,
    serviceQuality: #B,
    sizeCategory:   #S
  }
}
@ClientHandling: {
     type: #INHERITED,
     algorithm: #SESSION_VARIABLE
}
@Analytics: {
    dataCategory: #DIMENSION,
    dataExtraction.enabled: false,
    internalName: #LOCAL
}
@EndUserText.label: 'Condition Contract Process Variant'
@Metadata.ignorePropagatedAnnotations: true

/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ]  } */
define view I_CndnContrProcVar
  as select from wcb_c_proc_var

  association [0..*] to I_CndnContrProcVarText       as _Text                       on  $projection.CndnContrProcVar = _Text.CndnContrProcVar
  association [0..1] to I_CndnContrApprvlProc        as _CndnContrApprvlProc        on  $projection.CndnContrApprvlProc = _CndnContrApprvlProc.CndnContrApprvlProc
  association [0..1] to I_SettlmtApplStsGrp          as _SettlmtApplStsGrp          on  $projection.SettlmtApplStsGrp = _SettlmtApplStsGrp.SettlmtApplStsGrp
  association [0..1] to I_SettlmtApplSts             as _SettlmtApplSts             on  $projection.SettlmtDfltApplSts = _SettlmtApplSts.SettlmtApplSts
  association [0..1] to I_SettlmtApplStsGrpStsAssgmt as _SettlmtApplStsGrpStsAssgmt on  $projection.SettlmtApplStsGrp  = _SettlmtApplStsGrpStsAssgmt.SettlmtApplStsGrp
                                                                                    and $projection.SettlmtDfltApplSts = _SettlmtApplStsGrpStsAssgmt.SettlmtApplSts
  association [0..*] to I_CndnContrProcVarTypeAssgmt as _CndnContrProcVarTypeAssgmt on  $projection.CndnContrProcVar = _CndnContrProcVarTypeAssgmt.CndnContrProcVar
  association [0..*] to I_CndnContrProcVarPurAssgmt  as _CndnContrProcVarPurAssgmt  on  $projection.CndnContrProcVar = _CndnContrProcVarPurAssgmt.CndnContrProcVar
  association [0..*] to I_CndnContrProcVarSlsAssgmt  as _CndnContrProcVarSlsAssgmt  on  $projection.CndnContrProcVar = _CndnContrProcVarSlsAssgmt.CndnContrProcVar
{
      @ObjectModel.text.association: '_Text'
  key process_variant  as CndnContrProcVar,

      @ObjectModel.foreignKey.association: '_SettlmtApplSts'
      default_estatus  as SettlmtDfltApplSts,
      @ObjectModel.foreignKey.association: '_SettlmtApplStsGrp'
      status_group     as SettlmtApplStsGrp,
      @ObjectModel.foreignKey.association: '_CndnContrApprvlProc'
      approval_process as CndnContrApprvlProc,

      /* Associations */
      _Text,
      _CndnContrApprvlProc,
      _SettlmtApplSts,
      _SettlmtApplStsGrp,
      _SettlmtApplStsGrpStsAssgmt,
      _CndnContrProcVarTypeAssgmt,
      _CndnContrProcVarPurAssgmt,
      _CndnContrProcVarSlsAssgmt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"WCB_C_PROC_VAR"
],
"ASSOCIATED":
[
"I_CNDNCONTRAPPRVLPROC",
"I_CNDNCONTRPROCVARPURASSGMT",
"I_CNDNCONTRPROCVARSLSASSGMT",
"I_CNDNCONTRPROCVARTEXT",
"I_CNDNCONTRPROCVARTYPEASSGMT",
"I_SETTLMTAPPLSTS",
"I_SETTLMTAPPLSTSGRP",
"I_SETTLMTAPPLSTSGRPSTSASSGMT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/