R_VariantConfigurationTP

DDL: R_VARIANTCONFIGURATIONTP Type: view_entity TRANSACTIONAL

Root node for Variant Configuration - TP

R_VariantConfigurationTP is a Transactional CDS View that provides data about "Root node for Variant Configuration - TP" in SAP S/4HANA. It reads from 1 data source (vch_rap_dummy) and exposes 7 fields with key fields VarConfigurationRootInstance, VarConfigurationBusObjectKey, VarConfigurationBusObjectType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
vch_rap_dummy vch_rap_dummy from

Associations (2)

CardinalityTargetAliasCondition
[0..*] R_VarConfigurationInstanceTP _Instance
[0..*] R_VarConfignInconsistencyTP _Inconsistency

Annotations (8)

NameValueLevelField
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.sapObjectNodeType.name VariantConfiguration view
EndUserText.label Root node for Variant Configuration - TP view
VDM.viewType #TRANSACTIONAL view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY VarConfigurationRootInstance
KEY VarConfigurationBusObjectKey
KEY VarConfigurationBusObjectType
VariantConfigurationDate
VarConfignStatus
_Instance _Instance
_Inconsistency _Inconsistency
@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":""
}
}*/