I_JITApplicationAreaBasic
Basic View for Application Area
I_JITApplicationAreaBasic is a Basic CDS View that provides data about "Basic View for Application Area" in SAP S/4HANA. It reads from 1 data source (t100) and exposes 3 fields with key fields SystemMessageIdentification, SystemMessageNumber.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t100 | t100 | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Basic View for Application Area | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SystemMessageIdentification | arbgb | ||
| KEY | SystemMessageNumber | msgnr | ||
| SystemMessageText | text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Basic View for Application Area'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType : #BASIC
define view entity I_JITApplicationAreaBasic
as select from t100
{
/*==========================================================================================*/
// Technical Keys
/*------------------------------------------------------------------------------------------*/
/* start suppress warning shlporigin_not_inherited */
key arbgb as SystemMessageIdentification,
/* end suppress warning shlporigin_not_inherited */
/* start suppress warning shlporigin_not_inherited */
key msgnr as SystemMessageNumber,
/* end suppress warning shlporigin_not_inherited */
/*==========================================================================================*/
/*==========================================================================================*/
// Fields
/*------------------------------------------------------------------------------------------*/
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