N_LglCntntMSgntrDocStatusText

DDL: N_LGLCNTNTMSGNTRDOCSTATUSTEXT SQL: NLCMSGNTRDOCSTST Type: view

Auxiliary view LCM eSign Doc Status Text

N_LglCntntMSgntrDocStatusText is a CDS View that provides data about "Auxiliary view LCM eSign Doc Status Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields LglCntntMSignatureDocStatus, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_LcmDocument _LglDocument $projection.LglCntntMSignatureDocStatus = _LglDocument.LglCntntMSignatureDocStatus and $projection.Language = $session.system_language

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName NLCMSGNTRDOCSTST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.auxiliaryEntity.for.entity I_LglCntntMSgntrDocStatusText view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.dataCategory #TEXT view
EndUserText.label Auxiliary view LCM eSign Doc Status Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMSignatureDocStatus
KEY Language ddlanguage
LglCntntMSgntrDocStatusName ddtext
_Language _Language
_LglDocument _LglDocument
@AbapCatalog.sqlViewName: 'NLCMSGNTRDOCSTST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.auxiliaryEntity.for.entity: 'I_LglCntntMSgntrDocStatusText'
@VDM.auxiliaryEntity.usage.type: [#ENTERPRISE_SEARCH]
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.dataCategory:#TEXT
@EndUserText.label: 'Auxiliary view LCM eSign Doc Status Text'
define view N_LglCntntMSgntrDocStatusText
  as select from dd07t

  association [0..1] to I_Language    as _Language    on  $projection.Language = _Language.Language

  association [1..1] to I_LcmDocument as _LglDocument on  $projection.LglCntntMSignatureDocStatus = _LglDocument.LglCntntMSignatureDocStatus
                                                      and $projection.Language                    = $session.system_language

{
  key cast( domvalue_l as lcm_esign_doc_status ) as LglCntntMSignatureDocStatus,

      @Semantics.language: true
  key ddlanguage                                 as Language,

      @Semantics.text: true
//      @EndUserText.quickInfo: 'eSign Status Text'

      ddtext                                     as LglCntntMSgntrDocStatusName,

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