C_VariantConfiguration

DDL: C_VARIANTCONFIGURATION SQL: CVCRSERVROOT Type: view_entity CONSUMPTION

Variant configuration service root

C_VariantConfiguration is a Consumption CDS View that provides data about "Variant configuration service root" in SAP S/4HANA. It reads from 1 data source (R_VariantConfigurationTP) and exposes 7 fields with key fields VarConfigurationRootInstance, VarConfigurationBusObjectKey, VarConfigurationBusObjectType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
R_VariantConfigurationTP R_VariantConfigurationTP from

Associations (2)

CardinalityTargetAliasCondition
[0..*] C_VariantConfigurationInstance _Instance
[0..*] C_VarConfignInconsistency _Inconsistency

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Variant configuration service root view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
ObjectModel.query.implementedBy ABAP:CL_VCR_RAP_STICKY_QRY view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY VarConfigurationRootInstance VarConfigurationRootInstance
KEY VarConfigurationBusObjectKey VarConfigurationBusObjectKey
KEY VarConfigurationBusObjectType VarConfigurationBusObjectType
VariantConfigurationDate VariantConfigurationDate
VarConfignStatus VarConfignStatus
_Instance _Instance
_Inconsistency _Inconsistency
//@AbapCatalog.sqlViewName: 'CVCRSERVROOT'

//@AbapCatalog.compiler.compareFilter: true

//@AbapCatalog.preserveKey: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.usageType: {
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@EndUserText.label: 'Variant configuration service root'
//@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #CONSUMPTION
@Metadata: {
  allowExtensions: true
  //ignorePropagatedAnnotations: true

}
@ObjectModel.query.implementedBy: 'ABAP:CL_VCR_RAP_STICKY_QRY'
//@OData.stickySessionSupported:true

@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
define root view entity C_VariantConfiguration
  as select from R_VariantConfigurationTP
  
  composition [0..*] of C_VariantConfigurationInstance as _Instance
  composition [0..*] of C_VarConfignInconsistency as _Inconsistency
{
  key VarConfigurationRootInstance,
  key VarConfigurationBusObjectKey,
  key VarConfigurationBusObjectType,
      VariantConfigurationDate,
      VarConfignStatus,

      /* Associations */
      @ObjectModel.sort.enabled: false
      @ObjectModel.filter.enabled: false
      _Instance,
      @ObjectModel.filter.enabled: false
      _Inconsistency
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_VARIANTCONFIGURATIONTP"
],
"ASSOCIATED":
[
"C_VARCONFIGNINCONSISTENCY",
"C_VARIANTCONFIGURATIONINSTANCE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/