I_JITCallActionSourceDesc
JIT Call Action Source - Text
I_JITCallActionSourceDesc is a Basic CDS View that provides data about "JIT Call Action Source - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, JITCallActionSource. 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_JITCallActionSource | _JITCallActionSource | $projection.JITCallActionSource = _JITCallActionSource.JITCallActionSource |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | JIT Call Action Source - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | JITCallActionSource | 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 | JITCallActionSource | |||
| DomainValue | domvalue_l | |||
| JITCallActionSourceDesc | ddtext | |||
| _Language | _Language | |||
| _JITCallActionSource | _JITCallActionSource |
@AbapCatalog.viewEnhancementCategory : [#NONE]
@AccessControl.authorizationCheck : #NOT_REQUIRED
@EndUserText.label : 'JIT Call Action Source - Text'
@Metadata.ignorePropagatedAnnotations : true
@ObjectModel :{ dataCategory : #TEXT,
modelingPattern : #LANGUAGE_DEPENDENT_TEXT,
representativeKey :'JITCallActionSource',
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_JITCallActionSourceDesc
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_JITCallActionSource as _JITCallActionSource on $projection.JITCallActionSource = _JITCallActionSource.JITCallActionSource
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@ObjectModel.foreignKey.association: '_JITCallActionSource'
@ObjectModel.text.element: ['JITCallActionSourceDesc']
key cast ( substring( domvalue_l, 1, 1 ) as njit_source preserving type ) as JITCallActionSource,
@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 JITCallActionSourceDesc,
_Language,
_JITCallActionSource
}
where
domname = 'NJIT_SOURCE'
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