RFM_SD_SEASONS_BASIC_VIEW
RFM Sales Document Seasons Basic View
RFM_SD_SEASONS_BASIC_VIEW is a CDS View that provides data about "RFM Sales Document Seasons Basic View" in SAP S/4HANA. It reads from 6 data sources and exposes 17 fields with key fields mandt, vbeln, posnr, edatu. Part of development package RFM_SEASON_CORE.
Data Sources (6)
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RFMSEABASIC_V | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | RFM Sales Document Seasons Basic View | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | vbak | mandt | Editing Client |
| KEY | vbeln | vbak | vbeln | SD Sched. Agmt |
| KEY | posnr | vbap | posnr | WBS Element |
| KEY | edatu | vbep | edatu | Schedule line date |
| matnr | mara | matnr | Vehicle Model | |
| satnr | mara | satnr | Cross-plant CM | |
| vkorg | vbak | vkorg | SD Sales Org. | |
| vtweg | vbak | vtweg | RefDistCh-Cust/Mat. | |
| land1 | kna1 | land1 | Trip Ctry/Reg | |
| regio | kna1 | regio | Resident Region | |
| kdgrp | vbkd | kdgrp | Customer group | |
| bzirk | vbkd | bzirk | Sales District | |
| kunnr | vbak | kunnr | Stock customer | |
| fsh_season | vbap | fsh_season | Season | |
| fsh_theme | vbap | fsh_theme | Theme | |
| audat | vbak | audat | Trans. Period End | |
| sgt_rcat | vbap | sgt_rcat | Req. Segment |
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_SD_SEASONS_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: RFMSEABASIC_V
CREATE VIEW RFM_SD_SEASONS_BASIC_VIEW AS
SELECT
V.mandt AS mandt,
V.vbeln AS vbeln,
V1.posnr AS posnr,
V2.edatu AS edatu,
M.matnr AS matnr,
M.satnr AS satnr,
V.vkorg AS vkorg,
V.vtweg AS vtweg,
K.land1 AS land1,
K.regio AS regio,
VB.kdgrp AS kdgrp,
VB.bzirk AS bzirk,
V.kunnr AS kunnr,
V1.fsh_season AS fsh_season,
V1.fsh_theme AS fsh_theme,
V.audat AS audat,
V1.sgt_rcat AS sgt_rcat
FROM vbak AS V
INNER JOIN vbap AS V1 ON /* join condition not captured in parsed metadata */
INNER JOIN mara AS M ON /* join condition not captured in parsed metadata */
INNER JOIN vbep AS V2 ON /* join condition not captured in parsed metadata */
INNER JOIN kna1 AS K ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vbkd AS VB ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA