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