E_LglCntntMDocumentStamp

DDL: E_LGLCNTNTMDOCUMENTSTAMP SQL: ELCMDOCSTAMP Type: view EXTENSION

Extensibility view for Legal Doc Stamp

E_LglCntntMDocumentStamp is a Extension CDS View that provides data about "Extensibility view for Legal Doc Stamp" in SAP S/4HANA. It reads from 1 data source (lcm_doc_stamp) and exposes 1 field with key field LglCntntMDocumentStampUUID.

Data Sources (1)

SourceAliasJoin Type
lcm_doc_stamp Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ELCMDOCSTAMP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AbapCatalog.preserveKey true view
EndUserText.label Extensibility view for Legal Doc Stamp view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMDocumentStampUUID lcm_doc_stamp lglcntntmdocumentstampuuid
@AbapCatalog.sqlViewName: 'ELCMDOCSTAMP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM: {
    viewType: #EXTENSION
}

@ObjectModel.usageType: {
    serviceQuality: #C,
    sizeCategory: #L,
    dataClass: #TRANSACTIONAL
}
@AbapCatalog.preserveKey:true

@EndUserText.label: 'Extensibility view for Legal Doc Stamp'
define view E_LglCntntMDocumentStamp
  as select from lcm_doc_stamp as Persistence
{
  key Persistence.lglcntntmdocumentstampuuid as LglCntntMDocumentStampUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_DOC_STAMP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/