I_TrdClassfctnCntntLogTypeText

DDL: I_TRDCLASSFCTNCNTNTLOGTYPETEXT SQL: ITRDCLSCNTLGTXT Type: view BASIC Package: VDM_SLL_CLS

Trade Classification Content Application Log Type Desc.

I_TrdClassfctnCntntLogTypeText is a Basic CDS View that provides data about "Trade Classification Content Application Log Type Desc." in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, TrdClassfctnCntntLogType. It has 2 associations to related views. Part of development package VDM_SLL_CLS.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language _Language.Language = $projection.Language
[0..1] I_TrdClassfctnCntntLogType _TrdClassfctnCntntLogType _TrdClassfctnCntntLogType.TrdClassfctnCntntLogType = $projection.TrdClassfctnCntntLogType

Annotations (9)

NameValueLevelField
EndUserText.label Trade Classification Content Application Log Type Desc. view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName ITRDCLSCNTLGTXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TrdClassfctnCntntLogType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.dataClass #META view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY TrdClassfctnCntntLogType domvalue_l
TrdClassfctnCntntLogTypeText ddtext
_Language _Language
_TrdClassfctnCntntLogType _TrdClassfctnCntntLogType
@EndUserText.label: 'Trade Classification Content Application Log Type Desc.'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'ITRDCLSCNTLGTXT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TrdClassfctnCntntLogType'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.dataClass: #META


define view I_TrdClassfctnCntntLogTypeText 
  as select from dd07t 
  association [0..1] to I_Language                 as _Language                 on _Language.Language = $projection.Language
  association [0..1] to I_TrdClassfctnCntntLogType as _TrdClassfctnCntntLogType on _TrdClassfctnCntntLogType.TrdClassfctnCntntLogType = $projection.TrdClassfctnCntntLogType
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage  as Language,
      @ObjectModel.foreignKey.association: '_TrdClassfctnCntntLogType'
  key domvalue_l  as TrdClassfctnCntntLogType,
      @Semantics.text: true
      ddtext      as TrdClassfctnCntntLogTypeText,
      
      _Language,
      _TrdClassfctnCntntLogType
}
where domname   = '/SAPSLL/CNTLT'
  and as4local  = 'A'