E_LegalDocument

DDL: E_LEGALDOCUMENT SQL: ELEGALDOCUMENT Type: view EXTENSION

Exteneded View for Legal Document

E_LegalDocument is a Extension CDS View that provides data about "Exteneded View for Legal Document" in SAP S/4HANA. It reads from 1 data source (lcm_document) and exposes 1 field with key field LglCntntMDocumentUUID.

Data Sources (1)

SourceAliasJoin Type
lcm_document Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName ELEGALDOCUMENT 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
EndUserText.label Exteneded View for Legal Document view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMDocumentUUID lcm_document lglcntntmdocumentuuid
@AbapCatalog.sqlViewName: 'ELEGALDOCUMENT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM: {
    viewType: #EXTENSION
}

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

@EndUserText.label: 'Exteneded View for Legal Document'
define view E_LegalDocument
  as select from lcm_document as Persistence
{
  key Persistence.lglcntntmdocumentuuid as LglCntntMDocumentUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_DOCUMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/