ScmPrd_V_Trpds

DDL: SCMPRD_V_TRPDS SQL: SCMPRDVTRPDS Type: view

Product Scm redirect for V_TRPDS

ScmPrd_V_Trpds is a CDS View that provides data about "Product Scm redirect for V_TRPDS" in SAP S/4HANA. It reads from 1 data source (/sapapo/trprod) and exposes 3 fields.

Data Sources (1)

SourceAliasJoin Type
/sapapo/trprod TRPROD from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName SCMPRDVTRPDS 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 V_TRPDS view

Fields (3)

KeyFieldSource TableSource FieldDescription
name name Zone name
MATNR MATNR Vehicle Model
locno locno Location

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_Trpds.
-- 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: SCMPRDVTRPDS

CREATE VIEW ScmPrd_V_Trpds AS
SELECT
  name,
  MATNR,
  locno
FROM /sapapo/trprod AS TRPROD
;