MDCV_E_PLPW

DDL: MDCV_DDL_PLPW SQL: MDCV_V_PLPW Type: view Package: MD03

Compatibility View for table PLPW

MDCV_E_PLPW is a CDS View that provides data about "Compatibility View for table PLPW" in SAP S/4HANA. It reads from 1 data source (plaf) and exposes 4 fields with key fields mandt, matnr, pwwrk, plnum. Part of development package MD03.

Data Sources (1)

SourceAliasJoin Type
plaf plaf from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName MDCV_V_PLPW view
EndUserText.label Compatibility View for table PLPW view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #AUTOMATED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY matnr matnr Vehicle Model
KEY pwwrk pwwrk Production Plant
KEY plnum plnum Planned Order

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 MDCV_E_PLPW.
-- 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: MDCV_V_PLPW

CREATE VIEW MDCV_E_PLPW AS
SELECT
  mandt,
  matnr,
  pwwrk,
  plnum
FROM plaf
;