R_VarConfignInconsistencyTP

DDL: R_VARCONFIGNINCONSISTENCYTP Type: view_entity TRANSACTIONAL Package: VCH_RAP_CFG

Variant Configuration Inconsistency - TP

R_VarConfignInconsistencyTP is a Transactional CDS View that provides data about "Variant Configuration Inconsistency - TP" in SAP S/4HANA. It reads from 1 data source (ibin) and exposes 6 fields with key fields VarConfigurationBusObjectKey, VarConfigurationBusObjectType, VarConfignInconsistencyID. It has 1 association to related views. Part of development package VCH_RAP_CFG.

Data Sources (1)

SourceAliasJoin Type
ibin ibin from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_VarConfignInconstcyCharcTP _InvolvedCharacteristic

Annotations (7)

NameValueLevelField
EndUserText.label Variant Configuration Inconsistency - TP view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY VarConfigurationBusObjectKey
KEY VarConfigurationBusObjectType
KEY VarConfignInconsistencyID
ObjectDependencyName
_VariantConfiguration _VariantConfiguration
_InvolvedCharacteristic _InvolvedCharacteristic
@EndUserText.label: 'Variant Configuration Inconsistency - TP'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #S,
  dataClass: #MIXED
}

define view entity R_VarConfignInconsistencyTP
  as select from ibin
  association to parent R_VariantConfigurationTP     as _VariantConfiguration //on  $projection.VarConfigurationRootInstance  = _VariantConfiguration.VarConfigurationRootInstance

                                                                              on $projection.VarConfigurationBusObjectType = _VariantConfiguration.VarConfigurationBusObjectType
                                                                              and $projection.VarConfigurationBusObjectKey  = _VariantConfiguration.VarConfigurationBusObjectKey

  composition [0..*] of R_VarConfignInconstcyCharcTP as _InvolvedCharacteristic
{
  //key cast ('' as ib_root)               as VarConfigurationRootInstance,

  key cast ('' as ibobjkey )             as VarConfigurationBusObjectKey,
  key cast ('' as sbo_node_type )        as VarConfigurationBusObjectType,
  key cast (0  as vcr_inconsistency_id ) as VarConfignInconsistencyID,
      cast ('' as knnam)                 as ObjectDependencyName,

      /* Associations */
      _VariantConfiguration,
      _InvolvedCharacteristic
}
where 1 = 2