R_VarConfignInconsistencyTP

DDL: R_VARCONFIGNINCONSISTENCYTP Type: view_entity TRANSACTIONAL

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 (vch_rap_dummy) and exposes 7 fields with key fields VarConfigurationRootInstance, VarConfigurationBusObjectKey, VarConfigurationBusObjectType, VarConfignInconsistencyID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
vch_rap_dummy vch_rap_dummy from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_VarConfignInconstcyCharcTP _InvolvedCharacteristic

Annotations (7)

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

Fields (7)

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


define view entity R_VarConfignInconsistencyTP
  as select from vch_rap_dummy
  association to parent R_VariantConfigurationTP     as _VariantConfiguration on  $projection.VarConfigurationRootInstance  = _VariantConfiguration.VarConfigurationRootInstance
                                                                              and $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 ibobjtyp )             as VarConfigurationBusObjectType,
  key cast (0  as vcr_inconsistency_id ) as VarConfignInconsistencyID,
      cast ('' as knnam)                 as ObjectDependencyName,

      /* Associations */
      _VariantConfiguration,
      _InvolvedCharacteristic
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"VCH_RAP_DUMMY"
],
"ASSOCIATED":
[
"R_VARCONFIGNINCONSTCYCHARCTP",
"R_VARIANTCONFIGURATIONTP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/