I_LglCntntMDocImportantTxt

DDL: I_LGLCNTNTMDOCIMPORTANTTXT SQL: ILCMDOCIMPTTXT Type: view BASIC

Basic View for Important Document Classification Text

I_LglCntntMDocImportantTxt is a Basic CDS View that provides data about "Basic View for Important Document Classification Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields LglCntntMDocImportant, 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 (14)

NameValueLevelField
AbapCatalog.sqlViewName ILCMDOCIMPTTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey LglCntntMDocImportant view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view
EndUserText.label Basic View for Important Document Classification Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMDocImportant
KEY Language ddlanguage
LglCntntMDocImportantTxt ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'ILCMDOCIMPTTXT'
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{representativeKey: 'LglCntntMDocImportant',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S,
              dataCategory: #TEXT}

@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true

@EndUserText.label: 'Basic View for Important Document Classification Text'
define view I_LglCntntMDocImportantTxt
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      //dd07t

      @ObjectModel.text.element: 'LglCntntMDocImportantTxt'
      @ObjectModel.readOnly: true
  key cast( domvalue_l as lcm_doc_important ) as LglCntntMDocImportant,
      @Semantics.language: true
  key ddlanguage                              as Language,
      //      @UI.hidden: true

      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Semantics.text: true
      @EndUserText.quickInfo: 'Important Document'
      ddtext                                  as LglCntntMDocImportantTxt,

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