E_LegalTransaction

DDL: E_LEGALTRANSACTION SQL: ELEGALTR Type: view EXTENSION Package: APPL_LCM_LT

Exteneded View for Legal Transaction

E_LegalTransaction is a Extension CDS View that provides data about "Exteneded View for Legal Transaction" in SAP S/4HANA. It reads from 1 data source (lcm_legaltr) and exposes 1 field with key field LegalTransactionUUID. Part of development package APPL_LCM_LT.

Data Sources (1)

SourceAliasJoin Type
lcm_legaltr Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName ELEGALTR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Exteneded View for Legal Transaction view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY LegalTransactionUUID lcm_legaltr legaltransactionuuid Universal Unique ID

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view E_LegalTransaction.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ELEGALTR

CREATE VIEW E_LegalTransaction AS
SELECT
  Persistence.legaltransactionuuid AS LegalTransactionUUID
FROM lcm_legaltr AS Persistence
;