I_ChgRecdRefCharcValDpndcy
Characteristic Value Dependencies
I_ChgRecdRefCharcValDpndcy is a Basic CDS View that provides data about "Characteristic Value Dependencies" in SAP S/4HANA. It reads from 1 data source (cawn) and exposes 4 fields with key fields CharcInternalID, ReleaseInternalCounter, CharcValuePositionNumber.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cawn | cawn | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICHGRECCHRVDEP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | Characteristic Value Dependencies | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CharcInternalID | |||
| KEY | ReleaseInternalCounter | atzhl | ||
| KEY | CharcValuePositionNumber | adzhl | ||
| ObjDpnAssignmentNumber | knobj |
@AbapCatalog.sqlViewName: 'ICHGRECCHRVDEP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck:#NOT_ALLOWED
@EndUserText.label: 'Characteristic Value Dependencies'
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #XXL}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ChgRecdRefCharcValDpndcy
as select from cawn
{
key cast ( atinn as atinn_no_conv preserving type ) as CharcInternalID,
key atzhl as ReleaseInternalCounter,
key adzhl as CharcValuePositionNumber,
knobj as ObjDpnAssignmentNumber
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CAWN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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