ScmPrd_T459a

DDL: SCMPRD_T459A SQL: ScmPrdT459a Type: view

Reads T459A via Strategy Group (T461p.strgr)

ScmPrd_T459a is a CDS View that provides data about "Reads T459A via Strategy Group (T461p.strgr)" in SAP S/4HANA. It reads from 1 data source (t461p) and exposes 2 fields.

Data Sources (1)

SourceAliasJoin Type
t461p t461p from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ScmPrdT459a view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Reads T459A via Strategy Group (T461p.strgr) 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

Fields (2)

KeyFieldSource TableSource FieldDescription
strgr t461p strgr Strategy Group
bedar t459a bedar Reqmts Class

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_T459a.
-- 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: ScmPrdT459a

CREATE VIEW ScmPrd_T459a AS
SELECT
  t461p.strgr AS strgr,
  t459a.bedar AS bedar
FROM t461p
;