I_JITBackflushStatusText
JIT Backflush Status - Text
I_JITBackflushStatusText is a Basic CDS View that provides data about "JIT Backflush Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, JITBackflushStatus. It has 2 associations to related views. Part of development package NJIT_MODEL_GENERAL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [1..1] | I_JITBackflushStatus | _JITBackflushStatus | $projection.JITBackflushStatus = _JITBackflushStatus.JITBackflushStatus |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | JIT Backflush Status - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | JITBackflushStatus | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | JITBackflushStatus | |||
| DomainValue | domvalue_l | |||
| JITBackflushStatusText | ddtext | |||
| _Language | _Language | |||
| _JITBackflushStatus | _JITBackflushStatus |
@AbapCatalog.viewEnhancementCategory : [#NONE]
@AccessControl.authorizationCheck : #NOT_REQUIRED
@EndUserText.label : 'JIT Backflush Status - Text'
@Metadata.ignorePropagatedAnnotations : true
@ObjectModel :{ dataCategory : #TEXT,
modelingPattern : #LANGUAGE_DEPENDENT_TEXT,
representativeKey :'JITBackflushStatus',
resultSet.sizeCategory : #XS,
supportedCapabilities :[ #CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE
],
usageType :{ dataClass : #META,
sizeCategory : #S,
serviceQuality : #A
}
}
@Search.searchable : true
@VDM.viewType : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define view entity I_JITBackflushStatusText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] }*/
association [1..1] to I_JITBackflushStatus as _JITBackflushStatus on $projection.JITBackflushStatus = _JITBackflushStatus.JITBackflushStatus
{
@ObjectModel.foreignKey.association : '_Language'
@Semantics.language : true
key ddlanguage as Language,
@ObjectModel.text.element : ['JITBackflushStatusText']
@ObjectModel.foreignKey.association : '_JITBackflushStatus'
key cast( substring(domvalue_l,1,1) as njit_bflush_status preserving type ) as JITBackflushStatus,
@Analytics.hidden: true
@Consumption.hidden: true
domvalue_l as DomainValue,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
ddtext as JITBackflushStatusText,
_Language,
_JITBackflushStatus
}
where
domname = 'NJIT_STATUS'
and as4local = 'A'
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