C_VariantConfiguration
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)
| Source | Alias | Join Type |
|---|---|---|
| R_VariantConfigurationTP | R_VariantConfigurationTP | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | C_VariantConfigurationInstance | _Instance | |
| [0..*] | C_VarConfignInconsistency | _Inconsistency | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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