I_ChmlCmplncIdfrProcgStsVH
ChmlCmplnc Identifier Processing Status
I_ChmlCmplncIdfrProcgStsVH is a Basic CDS View that provides data about "ChmlCmplnc Identifier Processing Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ChmlCmplncIdfrProcgStatus. 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_ChmlCmplncIdfrProcgStsTxt | _Text | |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | ChmlCmplnc Identifier Processing Status | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | ChmlCmplncIdfrProcgStatus | 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 | ChmlCmplncIdfrProcgStatus | |||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'ChmlCmplnc Identifier Processing Status'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
representativeKey: 'ChmlCmplncIdfrProcgStatus',
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_ChmlCmplncIdfrProcgStsVH
as select from dd07l
composition [0..*] of I_ChmlCmplncIdfrProcgStsTxt as _Text
{
@UI.hidden: true
@ObjectModel.text.association: '_Text'
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.7, ranking: #HIGH }
key cast(domvalue_l as ehfnd_ccidfr_procstat) as ChmlCmplncIdfrProcgStatus,
@UI.hidden: true
_Text
}
where
as4local = 'A'
and as4vers = '0000'
and domname = 'EHFND_CCIDFR_PROCSTAT'
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