R_VARIANTCONFIGURATIONTP
Root node for Variant Configuration - TP
R_VARIANTCONFIGURATIONTP is a CDS View in S/4HANA. Root node for Variant Configuration - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_VariantConfiguration | view_entity | from | CONSUMPTION | Variant configuration service root |
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@ObjectModel.sapObjectNodeType.name: 'VariantConfiguration'
@EndUserText.label: 'Root node for Variant Configuration - TP'
@VDM.viewType: #TRANSACTIONAL
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@ObjectModel.query.implementedBy: 'ABAP:CL_VCR_QRY_ROOT'
define root view entity R_VariantConfigurationTP
as select from vch_rap_dummy
composition [0..*] of R_VarConfigurationInstanceTP as _Instance
composition [0..*] of R_VarConfignInconsistencyTP as _Inconsistency
{
key cast ('' as ib_root) as VarConfigurationRootInstance, // vch_hl_cfg_instance_id
key cast ('' as ibobjkey ) as VarConfigurationBusObjectKey,
key cast ('' as ibobjtyp ) as VarConfigurationBusObjectType,
cast ('00010101' as datuv) as VariantConfigurationDate,
cast ('' as vch_hl_ext_confign_status preserving type ) as VarConfignStatus,
@ObjectModel.sort.enabled: false
_Instance,
_Inconsistency
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"VCH_RAP_DUMMY"
],
"ASSOCIATED":
[
"R_VARCONFIGNINCONSISTENCYTP",
"R_VARCONFIGURATIONINSTANCETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/