rfm_scc_salesorder_data
Get Sales Order Data
rfm_scc_salesorder_data is a CDS View that provides data about "Get Sales Order Data" in SAP S/4HANA. It reads from 1 data source (rfm_scc_salesorder_data_basic) and exposes 36 fields with key fields vbeln, posnr, kunnr, auart, vkorg.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| rfm_scc_salesorder_data_basic | rfm_scc_salesorder_data_basic | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RFMSCCSALESORDV | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| EndUserText.label | Get Sales Order Data | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (36)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | vbeln | vbeln | SD Sched. Agmt | |
| KEY | posnr | posnr | WBS Element | |
| KEY | kunnr | kunnr | Stock customer | |
| KEY | auart | auart | Sales Doc. Type | |
| KEY | vkorg | vkorg | SD Sales Org. | |
| KEY | vtweg | vtweg | RefDistCh-Cust/Mat. | |
| KEY | fsh_candate | fsh_candate | Cancel Date | |
| KEY | vkorg_vtxtk | vkorg_vtxtk | Wgh.Dat.Ty.Txt. | |
| KEY | vtweg_vtxtk | vtweg_vtxtk | Wgh.Dat.Ty.Txt. | |
| KEY | fsh_season | fsh_season | Season | |
| KEY | fsh_theme | fsh_theme | Theme | |
| KEY | matnr | matnr | Vehicle Model | |
| KEY | kwmeng | kwmeng | Sales Quantity | |
| KEY | vrkme | vrkme | UoM for SubItm CCD | |
| KEY | werks | werks | Receiving Plant | |
| KEY | spart | spart | Source supplier | |
| KEY | spart_vtxtk | spart_vtxtk | Wgh.Dat.Ty.Txt. | |
| KEY | werks_name1 | werks_name1 | PA text | |
| KEY | kunnr_name1 | kunnr_name1 | Name of Customer | |
| KEY | shiptoparty | shiptoparty | Ship-To Party (obsolete) | |
| KEY | edatu | |||
| KEY | size1 | size1 | Size 1 | |
| KEY | size2 | size2 | Size 2 | |
| KEY | color | color | Level Color | |
| KEY | mtart | mtart | Product Type | |
| KEY | matkl | matkl | Product Sold Group | |
| KEY | maktx | maktx | Product Description | |
| KEY | color_desc | color_desc | ||
| KEY | size1_desc | size1_desc | ||
| KEY | size2_desc | size2_desc | ||
| KEY | mtart_mtbez | mtart_mtbez | Mat.Type Desc. | |
| KEY | matkl_wgbez | matkl_wgbez | prod Grp Desc. | |
| KEY | attyp | attyp | Trdg Goods Cat. | |
| KEY | attyp_text | attyp_text | Zone name | |
| KEY | auart_bezei | auart_bezei | TrContType name | |
| KEY | sgt_rcat | 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_scc_salesorder_data.
-- 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: RFMSCCSALESORDV
CREATE VIEW rfm_scc_salesorder_data AS
SELECT
vbeln,
posnr,
kunnr,
auart,
vkorg,
vtweg,
fsh_candate,
vkorg_vtxtk,
vtweg_vtxtk,
fsh_season,
fsh_theme,
matnr,
kwmeng,
vrkme,
werks,
spart,
spart_vtxtk,
werks_name1,
kunnr_name1,
shiptoparty,
min(edatu ) AS edatu,
size1,
size2,
color,
mtart,
matkl,
maktx,
color_desc,
size1_desc,
size2_desc,
mtart_mtbez,
matkl_wgbez,
attyp,
attyp_text,
auart_bezei,
sgt_rcat
FROM rfm_scc_salesorder_data_basic
;
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