I_LglCntntMRelatedDocTypeText

DDL: I_LGLCNTNTMRELATEDDOCTYPETEXT Type: view_entity BASIC

Related Document Type - Text

I_LglCntntMRelatedDocTypeText is a Basic CDS View that provides data about "Related Document Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields LglCntntMRelatedDocumentType, 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 ILCMRELTDDOCT view
ObjectModel.representativeKey LglCntntMRelatedDocumentType 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 Related Document Type - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMRelatedDocumentType
KEY Language ddlanguage
LglCntntMRelatedDocTypeText
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'ILCMRELTDDOCT'
@ObjectModel.representativeKey: 'LglCntntMRelatedDocumentType'

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

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

  key cast(domvalue_l as lcm_document_related_type) as LglCntntMRelatedDocumentType,

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

      @Semantics.text: true
      cast(ddtext  as lcm_related_doc_type_text )   as LglCntntMRelatedDocTypeText,

      _Language
}

where
      domname  = 'LCM_DOCUMENT_RELATED_TYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/