VC_INTEGRATION_TPTMT

DDL: VC_INTEGRATION_TPTMT SQL: VCITPTMT Type: view

Extraction for TPTMT

VC_INTEGRATION_TPTMT is a CDS View that provides data about "Extraction for TPTMT" in SAP S/4HANA. It reads from 1 data source (tptmt) and exposes 3 fields with key fields SPRAS, MTPOS.

Data Sources (1)

SourceAliasJoin Type
tptmt tptmt from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName VCITPTMT 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 TPTMT view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SPRAS spras Off. Language
KEY MTPOS mtpos Item Cat. Group
BEZEI bezei TrContType name

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_TPTMT.
-- 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: VCITPTMT

CREATE VIEW VC_INTEGRATION_TPTMT AS
SELECT
  SPRAS,
  MTPOS,
  BEZEI
FROM tptmt
;