C_ChangeRecordClassCharc
Change Record Class Characteristics
C_ChangeRecordClassCharc is a Consumption CDS View that provides data about "Change Record Class Characteristics" in SAP S/4HANA. It reads from 1 data source (I_ClfnCharcBasic) and exposes 14 fields with key fields ClassInternalID, CharcInternalID, TimeIntervalNumber, CharcPositionNumber. It has 3 associations to related views. Part of development package VDM_PLMB_CR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ClfnCharcBasic | CharcBasic | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ClfnCharcDesc | _CharcDesc | $projection.CharcInternalID = _CharcDesc.CharcInternalID and _CharcDesc.Language = $session.system_language and _CharcDesc.IsDeleted <> 'X' and _CharcDesc.ValidityStartDate <= $session.system_date and _CharcDesc.ValidityEndDate >= $session.system_date |
| [0..1] | I_ClfnCharcDataTypeText | _CharTypeText | $projection.CharcDataType = _CharTypeText.CharcDataType and _CharTypeText.Language = $session.system_language |
| [0..*] | I_ClfnClassCharcBasic | _ClassCharcBasic | $projection.CharcInternalID = _ClassCharcBasic.CharcInternalID |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Change Record Class Characteristics | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| UI.headerInfo.typeName | Characteristcs Assigned | view | |
| UI.headerInfo.typeNamePlural | Characteristics Assigned | view | |
| UI.headerInfo.imageUrl | ProductImageURL | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ClassInternalID | _ClassCharcBasic | ClassInternalID | Int class no. |
| KEY | CharcInternalID | CharcInternalID | Characteristic Internal ID | |
| KEY | TimeIntervalNumber | _ClassCharcBasic | TimeIntervalNumber | Int. counter |
| KEY | CharcPositionNumber | _ClassCharcBasic | CharcPositionNumber | |
| ChangeNumber | _ClassCharcBasic | ChangeNumber | Change Number | |
| Characteristic | Characteristic | Field Name | ||
| CharcDescription | ||||
| CharcDataType | CharcDataType | Data Type | ||
| CharcDataTypeName | ||||
| CharcLength | CharcLength | Number of Chars | ||
| CharcDecimals | CharcDecimals | Decimal Places | ||
| CharcValueUnit | CharcValueUnit | Internal UoM | ||
| _CharcDesc | _CharcDesc | |||
| _CharTypeText | _CharTypeText |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_ChangeRecordClassCharc.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW C_ChangeRecordClassCharc AS
SELECT
_ClassCharcBasic.ClassInternalID AS ClassInternalID,
CharcInternalID,
_ClassCharcBasic.TimeIntervalNumber AS TimeIntervalNumber,
_ClassCharcBasic.CharcPositionNumber AS CharcPositionNumber,
_ClassCharcBasic.ChangeNumber AS ChangeNumber,
Characteristic,
_CharcDesc[1:Language = $session.system_language].CharcDescription AS CharcDescription,
CharcDataType,
_CharTypeText[1:Language = $session.system_language].CharcDataTypeName AS CharcDataTypeName,
CharcLength,
CharcDecimals,
CharcValueUnit
FROM I_ClfnCharcBasic AS CharcBasic
LEFT OUTER JOIN I_ClfnCharcDesc AS _CharcDesc ON CharcInternalID = _CharcDesc.CharcInternalID AND _CharcDesc.Language = $session.system_language AND _CharcDesc.IsDeleted <> 'X' AND _CharcDesc.ValidityStartDate <= $session.system_date AND _CharcDesc.ValidityEndDate >= $session.system_date -- association [0..*]
LEFT OUTER JOIN I_ClfnCharcDataTypeText AS _CharTypeText ON CharcDataType = _CharTypeText.CharcDataType AND _CharTypeText.Language = $session.system_language -- association [0..1]
LEFT OUTER JOIN I_ClfnClassCharcBasic AS _ClassCharcBasic ON CharcInternalID = _ClassCharcBasic.CharcInternalID -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA