R_VARIANTCONFIGURATIONTP
Root node for Variant Configuration - TP
R_VARIANTCONFIGURATIONTP is a CDS View in S/4HANA. Root node for Variant Configuration - TP. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ProdVariantConfiguration | view_entity | projection | CONSUMPTION | Product Variant Configuration |
| A_ProdVariantConfiguration_2 | view_entity | projection | CONSUMPTION | Product Variant Configuration |
| A_VarCnfContextSimulation | view_entity | from | CONSUMPTION | Variant Configuration Context Simulation |
| A_VariantConfiguration | view_entity | projection | CONSUMPTION | Variant Configuration |
| C_VariantConfiguration | view_entity | from | CONSUMPTION | Variant configuration service root |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Root node for Variant Configuration - TP'
@ObjectModel.sapObjectNodeType.name: 'VariantConfiguration'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #L, dataClass: #TRANSACTIONAL }
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define root view entity R_VariantConfigurationTP
as select from ibin
composition [0..*] of R_VarConfigurationInstanceTP as _Instance
composition [0..*] of R_VarConfignInconsistencyTP as _Inconsistency
{
key cast('' as ibobjkey) as VarConfigurationBusObjectKey,
key cast('' as sbo_node_type) as VarConfigurationBusObjectType,
cast('00010101' as datuv) as VariantConfigurationDate,
cast('' as vch_hl_ext_confign_status preserving type) as VarConfignStatus,
@Semantics.systemDateTime.lastChangedAt: true
cast(0 as vdm_lastchangedon) as LastChangeDateTime,
@ObjectModel.sort.enabled: false
_Instance,
_Inconsistency
}
where 1 = 2