SHSM_PLAF

DDL: SHSM_PLAF SQL: SHSMPLAF Type: view

CDS Search Help for Planned Order replacing PLAF

SHSM_PLAF is a CDS View that provides data about "CDS Search Help for Planned Order replacing PLAF" in SAP S/4HANA. It reads from 1 data source (plaf) and exposes 6 fields.

Data Sources (1)

SourceAliasJoin Type
plaf plaf from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMPLAF view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label CDS Search Help for Planned Order replacing PLAF view

Fields (6)

KeyFieldSource TableSource FieldDescription
plnum plnum Planned Order
matnr matnr Vehicle Model
plwrk plwrk Planning Plant
pwwrk pwwrk Production Plant
paart paart Planned Order Type
dispo dispo MRP Controller

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 SHSM_PLAF.
-- 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: SHSMPLAF

CREATE VIEW SHSM_PLAF AS
SELECT
  plnum,
  matnr,
  plwrk,
  pwwrk,
  paart,
  dispo
FROM plaf
;