RMMW2 SAP (Material Master Maintenance: Retail Addition RMMG1 for DC) Structure details

Dictionary Type: Structure
Description: Material Master Maintenance: Retail Addition RMMG1 for DC




ABAP Code to SELECT data from RMMW2
Related tables to RMMW2
Access table RMMW2




Structure field list including key, data, relationships and ABAP select examples

RMMW2 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Material Master Maintenance: Retail Addition RMMG1 for DC" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RMMW2 TYPE RMMW2.

The RMMW2 table consists of various fields, each holding specific information or linking keys about Material Master Maintenance: Retail Addition RMMG1 for DC data available in SAP. These include ATTYP (Material Category), SATNR (Cross-Plant Configurable Material), VARNR (Variant number), RMATN (Reference material).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RMMW2 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
SATNRCross-Plant Configurable Material SATNRCHAR18MARAMATN1MATNR
VARNRVariant number VATNRCHAR18MARAMATN1MATNR
RMATNReference material REF_MATNRCHAR18MARAMATN1MATNRRMAMAT1
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
LTSNRVendor Subrange LTSNRCHAR6WYT1LTSNR
EKWRKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WERKSDistribution center as plant VZWRKCHAR4Assigned to domainWERKSVZW
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BWTARValuation type BWTAACHAR10BWTAABWT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
MYKEYLIFO valuation level MYKEYCHAR4Assigned to domainMYKEYMYL
DISPRMaterial: MRP profile DISPRCHAR4Assigned to domainDISPRDPR
PROPRForecast profile PROPRCHAR4Assigned to domainPROPRPPR
CLASSClass number KLASSE_DCHAR18KLASSEKLA
KLTYPMerchandize management system class type WWS_KLTYPCHAR1CHAR1
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
BTWRKRetail plant W_WERKSCHAR4Assigned to domainWERKSWRK
FIVKOSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
FIVTWDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
BGEXTPlant group in SAP Retail WRKGPCHAR18KLASSE
BGINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
PLTYPPrice list type PLTYPCHAR2Assigned to domainPLTYPVPL
RCODE_MARAReturn Code SYSUBRCINT410SYST_SHORT
RCODE_MAW1Return Code SYSUBRCINT410SYST_SHORT
KUNNRCustomer number of plant KUNNR_WKCHAR10Assigned to domainALPHAKUNNR
ONLY_VAROnly with Variant of a Generic Material in Transactions ONLY_VARCHAR1XFELD
CHANGE_VARChange Variant by Data Transfer CHANGE_VARCHAR1XFELD
VKWRKRetail plant W_WERKSCHAR4T001WWERKSWRK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



How do I retrieve data from SAP structure RMMW2 using ABAP code?

As RMMW2 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RMMW2 as there is no data to select.

How to access SAP table RMMW2

Within an ECC or HANA version of SAP you can also view further information about RMMW2 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!