I_JITApplicationAreaBasic

DDL: I_JITAPPLICATIONAREABASIC SQL: IJITAPPLAREA Type: view BASIC

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)

SourceAliasJoin Type
t100 t100 from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IJITAPPLAREA view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic View for Application Area view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SystemMessageIdentification arbgb
KEY SystemMessageNumber msgnr
SystemMessageText text
@AbapCatalog.sqlViewName: 'IJITAPPLAREA'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType : #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Basic View for Application Area'
define view I_JITApplicationAreaBasic 
  as select from t100
{
      //T100

  key arbgb as SystemMessageIdentification,
  key msgnr as SystemMessageNumber,
      text  as SystemMessageText
}
where
  sprsl = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T100"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/