R_VARCONFIGNINCONSISTENCYTP
Variant Configuration Inconsistency - TP
R_VARCONFIGNINCONSISTENCYTP is a CDS View in S/4HANA. Variant Configuration Inconsistency - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_VarConfignInconsistency | view_entity | from | CONSUMPTION | Variant Configuration Inconsistency |
@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
}