MDCV_E_PSPL

DDL: MDCV_DDL_PSPL SQL: MDCV_V_PSPL Type: view Package: MD03

Compatibility View for table PSPL

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

Data Sources (1)

SourceAliasJoin Type
plaf plaf from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName MDCV_V_PSPL view
EndUserText.label Compatibility View for table PSPL 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 (9)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY pspel pspel WBS Element
KEY plnum plnum Planned Order
knttp knttp AcctAssgnCat:CC
kzvbr kzvbr Consumption
sobkz sobkz Special Stock
kdauf kdauf SD Document
kdpos kdpos Sales Ord. Item
kdein kdein SOrder schedule

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_PSPL.
-- 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_PSPL

CREATE VIEW MDCV_E_PSPL AS
SELECT
  mandt,
  pspel,
  plnum,
  knttp,
  kzvbr,
  sobkz,
  kdauf,
  kdpos,
  kdein
FROM plaf
;