RFM_ASM_ARTICLE
Article assignments to ASM related objects
RFM_ASM_ARTICLE is an SAP database table in S/4HANA. Article assignments to ASM related objects. It contains 10 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| E_ProductToAssortmentModule | view | from | EXTENSION | |
| I_ProductToAssortmentModule | view | from | BASIC | Product Assignment to Assortment Object |
| SHSM_OTHER_OBJECTS_PROD_V | view | inner |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | object_guid | RFM_ASM_GUID | Assortment UUID | |||
| KEY | article | MATNR | Material | |||
| KEY | struct_article | STRNR | Structured matl | |||
| KEY | valid_from | RFM_ASM_ARTICLE_VALID_FROM | Assigned From | |||
| KEY | valid_to | RFM_ASM_ARTICLE_VALID_TO | Assigned To | |||
| mandatory | RFM_ASM_ARTICLE_MANDATORY | Mandatory | ||||
| last_changed_by | RFM_ASM_LAST_CHANGED_BY | Changed By | ||||
| last_changed_at | RFM_ASM_LAST_CHANGED_AT | Changed On/At | ||||
| dummy_rfm_asm_art_incl_eew_ps | CFD_DUMMY | Dummy |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Article assignments to ASM related objects
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE RFM_ASM_ARTICLE (
MANDT, -- Client [MANDT]
OBJECT_GUID, -- Assortment UUID [RFM_ASM_GUID]
ARTICLE, -- Material [MATNR]
STRUCT_ARTICLE, -- Structured matl [STRNR]
VALID_FROM, -- Assigned From [RFM_ASM_ARTICLE_VALID_FROM]
VALID_TO, -- Assigned To [RFM_ASM_ARTICLE_VALID_TO]
MANDATORY, -- Mandatory [RFM_ASM_ARTICLE_MANDATORY]
LAST_CHANGED_BY, -- Changed By [RFM_ASM_LAST_CHANGED_BY]
LAST_CHANGED_AT, -- Changed On/At [RFM_ASM_LAST_CHANGED_AT]
DUMMY_RFM_ASM_ART_INCL_EEW_PS, -- Dummy [CFD_DUMMY]
PRIMARY KEY (MANDT, OBJECT_GUID, ARTICLE, STRUCT_ARTICLE, VALID_FROM, VALID_TO)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA