I_ChmlCmplncIdfrParentTypeVH
Chml Compliance Identifier Parent Type
I_ChmlCmplncIdfrParentTypeVH is a Basic CDS View that provides data about "Chml Compliance Identifier Parent Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ChmlCmplncIdfrParentType. It has 1 association to related views. Part of development package EHFND_RAP_CCIDFR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ChmlCmplncIdfrParentTypeTxt | _Text | |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Chml Compliance Identifier Parent Type | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | ChmlCmplncIdfrParentType | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChmlCmplncIdfrParentType | |||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Chml Compliance Identifier Parent Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
representativeKey: 'ChmlCmplncIdfrParentType',
dataCategory: #VALUE_HELP,
resultSet.sizeCategory: #XS,
usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MASTER
}
}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define root view entity I_ChmlCmplncIdfrParentTypeVH
as select from dd07l
composition [0..*] of I_ChmlCmplncIdfrParentTypeTxt as _Text
{
@UI.hidden: true
@ObjectModel.text.association: '_Text'
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #HIGH }
key cast(domvalue_l as ehfnd_ccidfr_parent_type ) as ChmlCmplncIdfrParentType,
@UI.hidden: true
_Text
}
where
as4local = 'A'
and as4vers = '0000'
and domname = 'EHFND_CCIDFR_PARENT_TYPE'
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