RM03C SAP (Set Up Material Type) Structure details

Dictionary Type: Structure
Description: Set Up Material Type




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




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

RM03C 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 "Set Up Material Type" 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_RM03C TYPE RM03C.

The RM03C table consists of various fields, each holding specific information or linking keys about Set Up Material Type data available in SAP. These include NMART (New material type), AMART (Material type being processed), BEZUG (Your material type), BEZUG1 (SAP reference material types).. 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: Not classified


SAP RM03C 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
EMARTMaterial Type MTARTCHAR4T134MTARTMTA
NMARTNew material type NMARTCHAR4Assigned to domainMTART
AMARTMaterial type being processed AMARTCHAR4Assigned to domainMTART
BEZUGYour material type BEZUGTXTCHAR25TEXT25
BEZUG1SAP reference material types BEZUGTXT1CHAR25TEXT25
BEZUG2Existing material types BEZUGTXT2CHAR25TEXT25
DIENServices DIENCHAR25TEXT25
ERSAReference material type for spare parts ERSACHAR25TEXT25
FERTFinished products FERTCHAR25TEXT25
FHMIProduction resources/tools FHMICHAR25TEXT25
HALBSemifinished products HALBCHAR25TEXT25
HAWATrading goods HAWACHAR25TEXT25
HIBEOperating supplies HIBECHAR25TEXT25
IBAUMaintenance Assembly IBAUCHAR25TEXT25
INTRIntra material INTRCHAR25TEXT25
KMATReference material type for configurable material KMATCHAR25TEXT25
LEEREmpties (reference material type in Customizing) LEERCHAR25TEXT25
NLAGNon-stock material NLAGCHAR25TEXT25
PIPEPipeline material PIPECHAR25TEXT25
PROCProcess material PROCCHAR25TEXT25
ROHRaw materials ROHCHAR25TEXT25
UNBWNon-valuated material (ref. material type in Customizing) UNBWCHAR25TEXT25
VERPPackaging (reference material type) VERPCHAR25TEXT25
WETTCompetitor Product WETTCHAR25TEXT25
KBAUCombinable assembly KBAUCHAR25TEXT25
UNTLDocument/drawing UNTLCHAR25TEXT25
SETRVSet in RV SETRVCHAR25TEXT25
BAUTParts BAUTCHAR25TEXT25
PRODProduct group PRODCHAR25TEXT25
PSTATUser departments with maintenance authorization RPSTATCHAR1Assigned to domainSTATM
KZSEL1Selection indicator AUSWAHLCHAR1XFELD
KZSEL2Selection indicator AUSWAHLCHAR1XFELD
STEXT1Description of maintenance status STTXTCHAR40TEXT40
STEXT2Description of maintenance status STTXTCHAR40TEXT40
ENVOPExternal Number Assignment Without Validation RENVOPCHAR1XFELD
MENGUQuantity updating RMENGUCHAR1XFELD
AMENGUUpdate Movements in Quantity in All Valuation Areas AMENGUCHAR1XFELD
AMENGUNUpdate Movements in Quantity in No Valuation Area AMENGUNCHAR1XFELD
AMENGUDUpdate Movements in Quantity According to Valuation Area AMENGUDCHAR1XFELD
WERTUValue updating RWERTUCHAR1XFELD
AWERTUUpdate Value Flows in All Valuation Areas AWERTUCHAR1XFELD
AWERTUNUpdate Value Flows in No Valuation Area AWERTUNCHAR1XFELD
AWERTUDUpdate Value Flows According to Valuation Area AWERTUDCHAR1XFELD
VORLCopy from... VORLAGECHAR7TEXT7
ZEILETXTTable entry DZEILETXTCHAR10TEXT10
VSEITETable entry SEITECHAR4CHAR4
MAXSEITETotal entries BSEITECHAR4CHAR4
SVPRSVPrice control: standard price SVPRSVCHAR1XFELD
VVPRSVPrice Control: Moving Average Price or Periodic Unit Price VVPRSVCHAR1XFELD
SKZVPRPrice Control Mandatory KZVPRCHAR1XFELD
VKZVPRPrice Control Mandatory KZVPRCHAR1XFELD
FORTSUpdating of quantities and values FORTSCHAR15TEXT15
INTNEIndicator allowing internal orders RBSINTCHAR1CHAR1
INTWAIndicator allowing internal orders RBSINTCHAR1CHAR1
INTELIndicator allowing internal orders RBSINTCHAR1CHAR1
EXTNEIndicator allowing external orders RBSEXTCHAR1CHAR1
EXTWAIndicator allowing external orders RBSEXTCHAR1CHAR1
EXTELIndicator allowing external orders RBSEXTCHAR1CHAR1
BWEBENEDescription of the organizational unit BWEBENECHAR30TEXT30
KZPIPPipeline Handling Mandatory KZPIPCHAR1XFELD
XPIZUPipeline handling allowed XPIZUCHAR1XFELD

Key field Non-key field



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

As RM03C 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 RM03C as there is no data to select.

How to access SAP table RM03C

Within an ECC or HANA version of SAP you can also view further information about RM03C 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!