VC_INTEGRATION_T006T

DDL: VC_INTEGRATION_T006T SQL: VCIT006T Type: view Package: VC_CLOUD_INTEGRATION_COMMON

Exctraction for T006T

VC_INTEGRATION_T006T is a CDS View that provides data about "Exctraction for T006T" in SAP S/4HANA. It reads from 1 data source (t006t) and exposes 3 fields with key fields SPRAS, DIMID. Part of development package VC_CLOUD_INTEGRATION_COMMON.

Data Sources (1)

SourceAliasJoin Type
t006t t006t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName VCIT006T 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 Exctraction for T006T view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SPRAS spras Off. Language
KEY DIMID dimid Dimension
TXDIM txdim Dimension 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_T006T.
-- 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: VCIT006T

CREATE VIEW VC_INTEGRATION_T006T AS
SELECT
  SPRAS,
  DIMID,
  TXDIM
FROM t006t
;