VC_INTEGRATION_MAKT

DDL: VC_INTEGRATION_MAKT SQL: VCIMAKT Type: view

Extraction for MAKT

VC_INTEGRATION_MAKT is a CDS View that provides data about "Extraction for MAKT" in SAP S/4HANA. It reads from 1 data source (makt) and exposes 4 fields with key fields MATNR, SPRAS.

Data Sources (1)

SourceAliasJoin Type
makt makt from

Annotations (11)

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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MATNR matnr Vehicle Model
KEY SPRAS spras Off. Language
MAKTX maktx Product Description
MAKTG maktg Description

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_MAKT.
-- 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: VCIMAKT

CREATE VIEW VC_INTEGRATION_MAKT AS
SELECT
  MATNR,
  SPRAS,
  MAKTX,
  MAKTG
FROM makt
;