ScmPrd_V_Bwprdt

DDL: SCMPRD_V_BWPRDT SQL: SCMPRDVBWPRDT Type: view

Product Scm redirect for view BWPRDT

ScmPrd_V_Bwprdt is a CDS View that provides data about "Product Scm redirect for view BWPRDT" in SAP S/4HANA. It reads from 1 data source (ScmPrd_Matkey) and exposes 4 fields.

Data Sources (1)

SourceAliasJoin Type
ScmPrd_Matkey matkey from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName SCMPRDVBWPRDT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #AUTOMATED view
EndUserText.label Product Scm redirect for view BWPRDT view

Fields (4)

KeyFieldSource TableSource FieldDescription
LANGU mattxt LANGU Primary lang.
MATID ScmPrd_Matkey MATID Product ID
MATNR ScmPrd_Matkey MATNR Vehicle Model
TEXTMDFL mattxt MAKTX Product 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 ScmPrd_V_Bwprdt.
-- 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: SCMPRDVBWPRDT

CREATE VIEW ScmPrd_V_Bwprdt AS
SELECT
  mattxt.LANGU AS LANGU,
  matkey.MATID AS MATID,
  matkey.MATNR AS MATNR,
  mattxt.MAKTX AS TEXTMDFL
FROM ScmPrd_Matkey AS matkey
;