I_ClfnObjectCharcValForKeyDate
Clfn Charc Val of Obj for Key Date
I_ClfnObjectCharcValForKeyDate (Composite)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
R&D Engineering
I_ClfnObjectCharcValForKeyDate is a Composite CDS View that provides data about "Clfn Charc Val of Obj for Key Date" in SAP S/4HANA. It reads from 1 data source (I_ClfnObjectCharcValue) and exposes 29 fields with key fields ClfnObjectID, ClfnObjectTable, CharcInternalID, CharcValuePositionNumber, ClfnObjectType. It has 2 associations to related views.
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | R&D Engineering |
| Application Component | CA-CL |
| Capabilities | Data Source for Defining CDS Entities, Association Target for Defining CDS Entities, Data Source in SQL Select |
| Package | R&D Engineering for SAP S/4HANA Cloud Private Edition |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ClfnObjectCharcValue | Valuation | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_KeyDate | sydate |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ClfnCharacteristicForKeyDate | _Characteristic | $projection.CharcInternalID = _Characteristic.CharcInternalID |
| [0..*] | I_ClfnCharcValueForKeyDate | _CharacteristicValue | _CharacteristicValue.CharcInternalID = $projection.CharcInternalID and _CharacteristicValue.CharcValue = $projection.CharcValue |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | INGCCLFN8 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Clfn Charc Val of Obj for Key Date | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (29)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ClfnObjectID | I_ClfnObjectCharcValue | ClfnObjectID | Key of Object to be Classified |
| KEY | ClfnObjectTable | I_ClfnObjectCharcValue | ClfnObjectTable | Classifcation Object |
| KEY | CharcInternalID | I_ClfnObjectCharcValue | CharcInternalID | Characteristic Internal ID |
| KEY | CharcValuePositionNumber | I_ClfnObjectCharcValue | CharcValuePositionNumber | Characteristic value counter |
| KEY | ClfnObjectType | I_ClfnObjectCharcValue | ClfnObjectType | Indicator: Object/Class |
| KEY | ClassType | I_ClfnObjectCharcValue | ClassType | Class Type |
| ClfnObjectInternalID | I_ClfnObjectCharcValue | ClfnObjectInternalID | Internal Object Number | |
| CharcValueDependency | I_ClfnObjectCharcValue | CharcValueIntervalType | Code for value dependency | |
| CharcValue | I_ClfnObjectCharcValue | CharcValue | Characteristic Value | |
| CharcFromNumericValue | I_ClfnObjectCharcValue | CharcFromNumericValue | Internal floating point from | |
| CharcFromNumericValueUnit | I_ClfnObjectCharcValue | CharcFromNumericValueUnit | Unit of Measurement | |
| CharcToNumericValue | I_ClfnObjectCharcValue | CharcToNumericValue | Internal floating point value to | |
| CharcToNumericValueUnit | I_ClfnObjectCharcValue | CharcToNumericValueUnit | Unit of Measurement | |
| CharcFromDecimalValue | I_ClfnObjectCharcValue | CharcFromDecimalValue | Lower Boundary for Numeric Field | |
| CharcToDecimalValue | I_ClfnObjectCharcValue | CharcToDecimalValue | Upper Boundary for Numeric Field | |
| CharcFromAmount | I_ClfnObjectCharcValue | CharcFromAmount | Lower Boundary for Currency Field | |
| CharcToAmount | I_ClfnObjectCharcValue | CharcToAmount | Upper Boundary for Currency Field | |
| Currency | I_ClfnObjectCharcValue | Currency | Valuation Crcy | |
| CharcFromDate | I_ClfnObjectCharcValue | CharcFromDate | Lower Boundary for Date-Interval | |
| CharcToDate | I_ClfnObjectCharcValue | CharcToDate | Upper Boundary for Date-Interval | |
| CharcFromTime | I_ClfnObjectCharcValue | CharcFromTime | Lower Boundary for Time-Interval | |
| CharcToTime | I_ClfnObjectCharcValue | CharcToTime | Upper Boundary for Time-Interval | |
| CharacteristicAuthor | I_ClfnObjectCharcValue | CharacteristicAuthor | Classification: Author | |
| ChangeNumber | I_ClfnObjectCharcValue | ChangeNumber | Change Number | |
| ValidityStartDate | I_ClfnObjectCharcValue | ValidityStartDate | Validity Start Date | |
| ValidityEndDate | I_ClfnObjectCharcValue | ValidityEndDate | Valid-to date | |
| LastChangeDateTime | I_ClfnObjectCharcValue | LastChangeDateTime | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | |
| _Characteristic | _Characteristic | |||
| _CharacteristicValue | _CharacteristicValue |
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 I_ClfnObjectCharcValForKeyDate.
-- 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.
-- SQL view name: INGCCLFN8
-- Parameters: P_KeyDate : sydate
CREATE VIEW I_ClfnObjectCharcValForKeyDate AS
SELECT
Valuation.ClfnObjectID AS ClfnObjectID,
Valuation.ClfnObjectTable AS ClfnObjectTable,
Valuation.CharcInternalID AS CharcInternalID,
Valuation.CharcValuePositionNumber AS CharcValuePositionNumber,
Valuation.ClfnObjectType AS ClfnObjectType,
Valuation.ClassType AS ClassType,
Valuation.ClfnObjectInternalID AS ClfnObjectInternalID,
Valuation.CharcValueIntervalType AS CharcValueDependency,
Valuation.CharcValue AS CharcValue,
Valuation.CharcFromNumericValue AS CharcFromNumericValue,
Valuation.CharcFromNumericValueUnit AS CharcFromNumericValueUnit,
Valuation.CharcToNumericValue AS CharcToNumericValue,
Valuation.CharcToNumericValueUnit AS CharcToNumericValueUnit,
Valuation.CharcFromDecimalValue AS CharcFromDecimalValue,
Valuation.CharcToDecimalValue AS CharcToDecimalValue,
Valuation.CharcFromAmount AS CharcFromAmount,
Valuation.CharcToAmount AS CharcToAmount,
Valuation.Currency AS Currency,
Valuation.CharcFromDate AS CharcFromDate,
Valuation.CharcToDate AS CharcToDate,
Valuation.CharcFromTime AS CharcFromTime,
Valuation.CharcToTime AS CharcToTime,
Valuation.CharacteristicAuthor AS CharacteristicAuthor,
Valuation.ChangeNumber AS ChangeNumber,
Valuation.ValidityStartDate AS ValidityStartDate,
Valuation.ValidityEndDate AS ValidityEndDate,
Valuation.LastChangeDateTime AS LastChangeDateTime
FROM I_ClfnObjectCharcValue AS Valuation
LEFT OUTER JOIN I_ClfnCharacteristicForKeyDate AS _Characteristic ON CharcInternalID = _Characteristic.CharcInternalID -- association [1..1]
LEFT OUTER JOIN I_ClfnCharcValueForKeyDate AS _CharacteristicValue ON _CharacteristicValue.CharcInternalID = CharcInternalID AND _CharacteristicValue.CharcValue = CharcValue -- 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