R_VARCONFIGNINCONSTCYCHARCTP
Var Confign Inconsistency Charc - TP
R_VARCONFIGNINCONSTCYCHARCTP is a CDS View in S/4HANA. Var Confign Inconsistency Charc - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_VarConfignInconstcyCharc | view_entity | from | CONSUMPTION | Var Confign Inconsistency Characteristic |
@EndUserText.label: 'Var Confign Inconsistency Charc - 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_VarConfignInconstcyCharcTP
as select from vch_rap_dummy
association to R_VariantConfigurationTP as _Root on _Root.VarConfigurationRootInstance = $projection.VarConfigurationRootInstance
and _Root.VarConfigurationBusObjectType = $projection.VarConfigurationBusObjectType
and _Root.VarConfigurationBusObjectKey = $projection.VarConfigurationBusObjectKey
association to parent R_VarConfignInconsistencyTP as _Inconsistency on $projection.VarConfigurationRootInstance = _Inconsistency.VarConfigurationRootInstance
and $projection.VarConfigurationBusObjectType = _Inconsistency.VarConfigurationBusObjectType
and $projection.VarConfigurationBusObjectKey = _Inconsistency.VarConfigurationBusObjectKey
and $projection.VarConfignInconsistencyID = _Inconsistency.VarConfignInconsistencyID
{
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,
key cast (0 as vch_hl_cfg_instance_id) as VarConfignInstceInternalID,
key cast ('' as atnam) as Characteristic,
/* Associations */
_Inconsistency,
_Root
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"VCH_RAP_DUMMY"
],
"ASSOCIATED":
[
"R_VARCONFIGNINCONSISTENCYTP",
"R_VARIANTCONFIGURATIONTP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/