I_LglCntntMDocumentKindText

DDL: I_LGLCNTNTMDOCUMENTKINDTEXT Type: view_entity BASIC

Document Kind - Text

I_LglCntntMDocumentKindText is a Basic CDS View that provides data about "Document Kind - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields LglCntntMDocumentKind, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName ILCMDOCKINDT view
ObjectModel.representativeKey LglCntntMDocumentKind view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Document Kind - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMDocumentKind
KEY Language ddlanguage
LglCntntMDocumentKindText
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'ILCMDOCKINDT'
@ObjectModel.representativeKey: 'LglCntntMDocumentKind'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Document Kind - Text'
define view entity I_LglCntntMDocumentKindText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{

  key cast(domvalue_l as lcm_document_kind)    as LglCntntMDocumentKind,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key ddlanguage                               as Language,

      @Semantics.text: true
      cast(ddtext  as lcm_document_kind_text ) as LglCntntMDocumentKindText,

      _Language
}

where
      domname  = 'LCM_DOCUMENT_KIND'
  and as4local = 'A'