I_JITApplicationAreaBasic
Messages in Just-In-Time processing
I_JITApplicationAreaBasic is a Basic CDS View that provides data about "Messages in Just-In-Time processing" in SAP S/4HANA. It reads from 1 data source (t100) and exposes 3 fields with key fields SystemMessageIdentification, SystemMessageNumber. Part of development package NJIT_MODEL_GENERAL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t100 | t100 | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Messages in Just-In-Time processing | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| VDM.viewType | #BASIC | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SystemMessageIdentification | arbgb | ||
| KEY | SystemMessageNumber | msgnr | ||
| SystemMessageText | text |
@AbapCatalog :{ viewEnhancementCategory : [#NONE]
}
@AccessControl.authorizationCheck : #NOT_REQUIRED
@EndUserText.label : 'Messages in Just-In-Time processing'
@Metadata.ignorePropagatedAnnotations : true
@ObjectModel :{ modelingPattern : #NONE,
supportedCapabilities :[ #CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SQL_DATA_SOURCE
],
usageType :{ dataClass : #CUSTOMIZING,
sizeCategory : #M,
serviceQuality : #A
}
}
@VDM.viewType : #BASIC
define view entity I_JITApplicationAreaBasic
as select from t100
{
/* start suppress warning shlporigin_not_inherited */
key arbgb as SystemMessageIdentification,
key msgnr as SystemMessageNumber,
/* end suppress warning shlporigin_not_inherited */
text as SystemMessageText
}
where
sprsl = $session.system_language
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