R_VARCONFIGNINCONSTCYCHARCTP
Var Confign Inconsistency Charc - TP
R_VARCONFIGNINCONSTCYCHARCTP is a CDS View in S/4HANA. Var Confign Inconsistency Charc - TP. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_VarConfignInconstcyCharc | view_entity | projection | CONSUMPTION | Var Confign Inconsistency Characteristic |
| C_VarConfignInconstcyCharc | view_entity | from | CONSUMPTION | Var Confign Inconsistency Characteristic |
@EndUserText.label: 'Var Confign Inconsistency Charc - 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_VarConfignInconstcyCharcTP
as select from ibin
association [1..1] to R_VariantConfigurationTP as _Root on _Root.VarConfigurationBusObjectType = $projection.VarConfigurationBusObjectType
and _Root.VarConfigurationBusObjectKey = $projection.VarConfigurationBusObjectKey
association to parent R_VarConfignInconsistencyTP as _Inconsistency on $projection.VarConfigurationBusObjectType = _Inconsistency.VarConfigurationBusObjectType
and $projection.VarConfigurationBusObjectKey = _Inconsistency.VarConfigurationBusObjectKey
and $projection.VarConfignInconsistencyID = _Inconsistency.VarConfignInconsistencyID
{
key cast ('' as ibobjkey ) as VarConfigurationBusObjectKey,
key cast ('' as sbo_node_type ) as VarConfigurationBusObjectType,
key cast (0 as vcr_inconsistency_id ) as VarConfignInconsistencyID,
key cast (0 as vch_hl_cfg_instance_id) as VarConfignInstceInternalID,
key cast ('' as atnam) as Characteristic,
/* Associations */
_Inconsistency,
_Root as _VariantConfiguration,
_Root
}
where 1 = 2