I_LegalTransactionHealthText

DDL: I_LEGALTRANSACTIONHEALTHTEXT SQL: ILGLTRANSHLTHTXT Type: view BASIC

Text view for LCM LT Health Text

I_LegalTransactionHealthText is a Basic CDS View that provides data about "Text view for LCM LT Health Text" in SAP S/4HANA. It reads from 1 data source (lcm_clthealtht) and exposes 2 fields with key fields LegalTransactionHealth, Language.

Data Sources (1)

SourceAliasJoin Type
lcm_clthealtht lcm_clthealtht from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ILGLTRANSHLTHTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text view for LCM LT Health Text view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey LegalTransactionHealth view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LegalTransactionHealth legaltransactionhealth LT Status
KEY Language language Report Text Language

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 I_LegalTransactionHealthText.
-- 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: ILGLTRANSHLTHTXT

CREATE VIEW I_LegalTransactionHealthText AS
SELECT
  LegalTransactionHealth,
  Language
FROM lcm_clthealtht
;