C_ChmlCmplncInfoIdfrSearch
Identifier Search for CCI
C_ChmlCmplncInfoIdfrSearch is a Consumption CDS View that provides data about "Identifier Search for CCI" in SAP S/4HANA. It reads from 1 data source (I_ChmlCmplncIdfr) and exposes 5 fields with key field ChmlCmplncIdfrUUID. It has 2 associations to related views. Part of development package EHFND_CNS_CCIDFR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChmlCmplncIdfr | I_ChmlCmplncIdfr | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ChmlCmplncIdfrValue | _ChmlCmplncIdfrValue | _ChmlCmplncIdfrValue.ChmlCmplncIdfrUUID = $projection.ChmlCmplncIdfrUUID and _ChmlCmplncIdfrValue.ChmlCmplncIdfrParentType = 'CCI' and ( _ChmlCmplncIdfrValue.ChmlCmplncIdfrCategory = 'NUM' or _ChmlCmplncIdfrValue.Language = $session.system_language or _ChmlCmplncIdfrValue.Language = 'E' ) |
| [0..1] | I_ChmlCmplncInfo | _ChmlCmplncInfo | _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncIdfrParentUUID |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Identifier Search for CCI | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncIdfrUUID | ChmlCmplncIdfrUUID | ||
| ChmlCmplncIdfrParentUUID | ChmlCmplncIdfrParentUUID | |||
| ChmlCmplncIdfrParentType | ChmlCmplncIdfrParentType | |||
| _ChmlCmplncIdfrValue | _ChmlCmplncIdfrValue | |||
| _ChmlCmplncInfo | _ChmlCmplncInfo |
@EndUserText.label: 'Identifier Search for CCI'
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
semanticKey: ['ChmlCmplncIdfrUUID'],
usageType: {
serviceQuality: #A,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
}
}
define root view entity C_ChmlCmplncInfoIdfrSearch
as select from I_ChmlCmplncIdfr
association [0..*] to I_ChmlCmplncIdfrValue as _ChmlCmplncIdfrValue on _ChmlCmplncIdfrValue.ChmlCmplncIdfrUUID = $projection.ChmlCmplncIdfrUUID
and _ChmlCmplncIdfrValue.ChmlCmplncIdfrParentType = 'CCI'
and ( _ChmlCmplncIdfrValue.ChmlCmplncIdfrCategory = 'NUM' or
_ChmlCmplncIdfrValue.Language = $session.system_language or
_ChmlCmplncIdfrValue.Language = 'E' )
association [0..1] to I_ChmlCmplncInfo as _ChmlCmplncInfo on _ChmlCmplncInfo.ChmlCmplncInfoUUID = $projection.ChmlCmplncIdfrParentUUID
{
key ChmlCmplncIdfrUUID as ChmlCmplncIdfrUUID,
ChmlCmplncIdfrParentUUID as ChmlCmplncIdfrParentUUID,
ChmlCmplncIdfrParentType,
/* Associations */
_ChmlCmplncIdfrValue,
_ChmlCmplncInfo
}
where
( ChmlCmplncIdfrProcgStatus = 'IP' or ChmlCmplncIdfrProcgStatus = 'RE' )
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