I_NominationIncompleteIndVH
Value help for Incomplete Indicator
I_NominationIncompleteIndVH is a Basic CDS View that provides data about "Value help for Incomplete Indicator" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields NominationIndIncomplete, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | INOMINCOMPVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Value help for Incomplete Indicator | view |
@AbapCatalog.sqlViewName: 'INOMINCOMPVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@Search.searchable: true
@ObjectModel.dataCategory:#VALUE_HELP
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MIXED
}
@Consumption.ranked: true
@EndUserText.label: 'Value help for Incomplete Indicator'
define view I_NominationIncompleteIndVH
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Search.defaultSearchElement: true
@EndUserText.label: 'Incompletion Flag'
@Search: { ranking: #HIGH, fuzzinessThreshold: 0.8 }
key dd07t.domvalue_l as NominationIndIncomplete,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
@UI.hidden: true
key dd07t.ddlanguage as Language,
@Search.defaultSearchElement: true
@Semantics.text: true
@Search: { ranking: #LOW, fuzzinessThreshold: 0.8 }
@EndUserText.label: 'Incomplete Flag Description'
dd07t.ddtext as NominationIncompleteFlagDesc,
_Language
}
where
domname = 'OIJ_INCOMPLETE_FLAG'
and as4local = 'A'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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