R_VARCONFIGNINCONSISTENCYTP

CDS View

Variant Configuration Inconsistency - TP

R_VARCONFIGNINCONSISTENCYTP is a CDS View in S/4HANA. Variant Configuration Inconsistency - TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_VarConfignInconsistency view_entity projection CONSUMPTION Variant Configuration Inconsistency
C_VarConfignInconsistency view_entity from CONSUMPTION Variant Configuration Inconsistency
@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