VC_INTEGRATION_TCLUT

DDL: VC_INTEGRATION_TCLUT SQL: VCITCLUT Type: view

Extraction for TCLUT

VC_INTEGRATION_TCLUT is a CDS View that provides data about "Extraction for TCLUT" in SAP S/4HANA. It reads from 1 data source (tclut) and exposes 4 fields with key fields SPRAS, KLART, STATUS.

Data Sources (1)

SourceAliasJoin Type
tclut tclut from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName VCITCLUT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
EndUserText.label Extraction for TCLUT view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SPRAS spras Off. Language
KEY KLART klart Class Type
KEY STATUS status Workflow Status
STEXT stext Text

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 VC_INTEGRATION_TCLUT.
-- 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: VCITCLUT

CREATE VIEW VC_INTEGRATION_TCLUT AS
SELECT
  SPRAS,
  KLART,
  STATUS,
  STEXT
FROM tclut
;