VC_INTEGRATION_T006D

DDL: VC_INTEGRATION_T006D SQL: VCIT006D Type: view

Extraction for T006D

VC_INTEGRATION_T006D is a CDS View that provides data about "Extraction for T006D" in SAP S/4HANA. It reads from 1 data source (t006d) and exposes 11 fields with key field DIMID.

Data Sources (1)

SourceAliasJoin Type
t006d t006d from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName VCIT006D 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 #META view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
EndUserText.label Extraction for T006D view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY DIMID dimid Dimension
LENG leng No. of Characters
MASS mass Unit of meas.
TIMEX timex Time
ECURR ecurr Current
TEMP temp Temperature
MOLQU molqu Mole quantity
LIGHT light Luminosity
MSSIE mssie SI unit
TEMP_DEP temp_dep Temp.-Depend.
PRESS_DEP press_dep Pressure-Dep.

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_T006D.
-- 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: VCIT006D

CREATE VIEW VC_INTEGRATION_T006D AS
SELECT
  DIMID,
  LENG,
  MASS,
  TIMEX,
  ECURR,
  TEMP,
  MOLQU,
  LIGHT,
  MSSIE,
  TEMP_DEP,
  PRESS_DEP
FROM t006d
;