N_LglCntntMSgntrDocStatusText
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [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)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA