RFM_MD_ARTICLE_SEA_BASIC_VIEW

DDL: RFM_MD_ARTICLE_SEA_BASIC_VIEW SQL: RFMARTSEABASIC_V Type: view

RFM Article Season Basic View

RFM_MD_ARTICLE_SEA_BASIC_VIEW is a CDS View that provides data about "RFM Article Season Basic View" in SAP S/4HANA. It reads from 1 data source (fsh_seasons_mat) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
fsh_seasons_mat s left_outer

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName RFMARTSEABASIC_V view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label RFM Article Season Basic View view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (1)

KeyFieldSource TableSource FieldDescription
matnr m matnr Vehicle Model

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 RFM_MD_ARTICLE_SEA_BASIC_VIEW.
-- 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: RFMARTSEABASIC_V

CREATE VIEW RFM_MD_ARTICLE_SEA_BASIC_VIEW AS
SELECT
  m.matnr AS matnr
LEFT OUTER JOIN fsh_seasons_mat AS s ON /* join condition not captured in parsed metadata */
;