I_JITApplicationAreaBasic

DDL: I_JITAPPLICATIONAREABASIC Type: view_entity 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 (6)

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

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