I_MaintNotifProcgContextText

DDL: I_MAINTNOTIFPROCGCONTEXTTEXT Type: view_entity BASIC Package: RAP_EAM_NTF

Maint Notif Processing Context - Text

I_MaintNotifProcgContextText is a Basic CDS View that provides data about "Maint Notif Processing Context - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields MaintNotifProcessingContext, Language. Part of development package RAP_EAM_NTF.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IPROCGCNTXTTXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Maint Notif Processing Context - Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifProcessingContext
KEY Language dd07t ddlanguage
MaintNotifProcgContextText dd07t ddtext
@AccessControl.authorizationCheck:#NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IPROCGCNTXTTXT'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Maint Notif Processing Context - Text'
define view entity I_MaintNotifProcgContextText as select from dd07t 
{

key cast(dd07t.domvalue_l as maintnotifprocessingcontext) as MaintNotifProcessingContext,
 @Semantics.language:true
key dd07t.ddlanguage as Language,  
  @Semantics.text: true 
  dd07t.ddtext  as  MaintNotifProcgContextText
  
} where domname = 'MAINTNOTIFPROCESSINGCONTEXT' 
//  and domvalue_l = '2' 

  and ddlanguage = $session.system_language
  and as4local    = 'A' 
//  and ( domvalue_l = '01'

//     or domvalue_l = '02'

//      )

  and  as4vers     = '0000'