I_NominationRefDocIndVH
Reference document ind value help
I_NominationRefDocIndVH is a Basic CDS View that provides data about "Reference document ind value help" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field IsReferenceDocument.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07v | a | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | INOMREFDOCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Reference document ind value help | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Consumption.ranked | true | view |
@AbapCatalog.sqlViewName: 'INOMREFDOCVH'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Reference document ind value help'
@VDM.viewType: #BASIC
@Search.searchable: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel:{
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
dataCategory: #VALUE_HELP
}
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
define view I_NominationRefDocIndVH
as select from dd07v as a
{
@Search.defaultSearchElement: true
@EndUserText.label: 'Ref.Doc.Indicator'
@EndUserText.quickInfo: 'Reference Document Indicator'
@Search : { ranking: #HIGH, fuzzinessThreshold: 0.8 }
key a.domvalue_l as IsReferenceDocument,
@Search.defaultSearchElement: true
@EndUserText.label: 'Description'
@EndUserText.quickInfo: 'Reference Document Indicator Description'
@Search : { ranking: #LOW, fuzzinessThreshold: 0.8 }
a.ddtext as ReferenceDocumentDesc
}
where
a.domname = 'OIJ_DOCIND'
and a.ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[],
"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