A_VarCnfContextSimulation

DDL: A_VARCNFCONTEXTSIMULATION Type: view_entity CONSUMPTION Package: VCH_RAP_CFG

Variant Configuration Context Simulation

A_VarCnfContextSimulation is a Consumption CDS View that provides data about "Variant Configuration Context Simulation" in SAP S/4HANA. It reads from 1 data source (R_VariantConfigurationTP) and exposes 4 fields with key fields VarConfigurationBusObjectKey, VarConfigurationBusObjectType. It has 1 association to related views. It is exposed through 1 OData service (API_SALESORDERSIMULATION). Part of development package VCH_RAP_CFG.

Data Sources (1)

SourceAliasJoin Type
R_VariantConfigurationTP R_VariantConfigurationTP from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_VarCnfContextInstanceSimln _Instance

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Variant Configuration Context Simulation view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name VarCnfContextSimulation_Type view
ObjectModel.query.implementedBy ABAP:CL_VCR_SIMULATION_QUERY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
API_SALESORDERSIMULATION API_SALESORDERSIMULATION V4 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY VarConfigurationBusObjectKey VarConfigurationBusObjectKey
KEY VarConfigurationBusObjectType VarConfigurationBusObjectType
VarConfignStatus VarConfignStatus
_Instance _Instance
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Variant Configuration Context Simulation'

@Metadata.ignorePropagatedAnnotations: true

//@OData.containment.accessByNavigationOnly: true

@OData.entityType.name: 'VarCnfContextSimulation_Type'

@ObjectModel.query.implementedBy: 'ABAP:CL_VCR_SIMULATION_QUERY'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #S, dataClass: #TRANSACTIONAL }

@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@VDM.viewType: #CONSUMPTION

define root view entity A_VarCnfContextSimulation
  as select from R_VariantConfigurationTP

  composition [0..*] of A_VarCnfContextInstanceSimln as _Instance

{
  key VarConfigurationBusObjectKey,
  key VarConfigurationBusObjectType,

      VarConfignStatus,

      /* Associations */
//      @OData.containment.containsTarget: true

      @ObjectModel.filter.enabled: false
      @ObjectModel.sort.enabled: false
      _Instance
}