I_OTRTEXT

CDS View

OTR Text

I_OTRTEXT is a CDS View in S/4HANA. OTR Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_EHSCmplncAnlysLocTypeTaskC view left_outer COMPOSITE Compl Analysis Cube of Tasks by Loc type
@AbapCatalog.sqlViewName: 'IOTRTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'OTR Text'
@VDM.viewType: #BASIC

define view I_OTRText as select from sotr_text 
  association[0..1] to I_Language as _Language 
      on $projection.Language = _Language.Language
{

  key concept as OnlnTxtRpstryConceptID,
  
  @Semantics.language: true
  @ObjectModel.foreignKey.association: '_Language'
  key langu as Language,
  _Language,


  key object as OnlnTxtObjectID,

  flag_cntxt as OnlinePrimaryFlag,
  
  @Semantics.text:true
  text as Text
  
}