I_JITApplicationAreaBasic

DDL: I_JITAPPLICATIONAREABASIC Type: view_entity BASIC Package: NJIT_MODEL_GENERAL

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)

SourceAliasJoin Type
t100 t100 from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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