rfm_scc_sd_other_articles

DDL: RFM_SCC_SD_OTHER_ARTICLES SQL: RFMSCCSDOTHART Type: view

RFM Season Assigned to SD Other Articles

rfm_scc_sd_other_articles is a CDS View that provides data about "RFM Season Assigned to SD Other Articles" in SAP S/4HANA. It reads from 1 data source (rfm_scc_sd_season_assign) and exposes 5 fields.

Data Sources (1)

SourceAliasJoin Type
rfm_scc_sd_season_assign _item from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName RFMSCCSDOTHART view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label RFM Season Assigned to SD Other Articles view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view

Fields (5)

KeyFieldSource TableSource FieldDescription
vbeln vbeln SD Sched. Agmt
posnr posnr WBS Element
fsh_season fsh_season Season
fsh_theme fsh_theme Theme
Material rfm_scc_sd_season_assign 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_scc_sd_other_articles.
-- 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: RFMSCCSDOTHART

CREATE VIEW rfm_scc_sd_other_articles AS
SELECT
  vbeln,
  posnr,
  fsh_season,
  fsh_theme,
  _item.matnr AS Material
FROM rfm_scc_sd_season_assign AS _item
;