A_VarCnfContextSimulation
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)
| Source | Alias | Join Type |
|---|---|---|
| R_VariantConfigurationTP | R_VariantConfigurationTP | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_VarCnfContextInstanceSimln | _Instance | |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_SALESORDERSIMULATION | API_SALESORDERSIMULATION | V4 | C2 | C1 |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA