RM61C SAP (I/O fields for SAPMM61C (Customizing MRP)) Structure details

Dictionary Type: Structure
Description: I/O fields for SAPMM61C (Customizing MRP)




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




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

RM61C 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 "I/O fields for SAPMM61C (Customizing MRP)" 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_RM61C TYPE RM61C.

The RM61C table consists of various fields, each holding specific information or linking keys about I/O fields for SAPMM61C (Customizing MRP) data available in SAP. These include WERKA (Plant), WERKB (Plant), NAME1 (Name), NAM1A (Name).. 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 RM61C 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
WERKAPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
WERKBPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
NAME1Name NAME1CHAR30TEXT30
NAM1AName NAME1CHAR30TEXT30
NAM1BName NAME1CHAR30TEXT30
MTARTMRP Group DISGRCHAR4Assigned to domainDISGR
MTARTAMRP Group DISGRCHAR4T438MDISGR
MTARTBMRP Group DISGRCHAR4Assigned to domainDISGR
GRTXTText, 40 Characters Long TEXT40CHAR40TEXT40
GRTXTAText, 40 Characters Long TEXT40CHAR40TEXT40
GRTXTBText, 40 Characters Long TEXT40CHAR40TEXT40
CORRNRequest/Task TRKORRCHAR20Assigned to domainTRKORR
V024DMaintenance status M61CSTACHAR10CHAR10
V436AMaintenance status M61CSTACHAR10CHAR10
V460AMaintenance status M61CSTACHAR10CHAR10
TCX02Maintenance status M61CSTACHAR10CHAR10
399D_AMaintenance status M61CSTACHAR10CHAR10
399D_FMaintenance status M61CSTACHAR10CHAR10
399D_LMaintenance status M61CSTACHAR10CHAR10
399D_OMaintenance status M61CSTACHAR10CHAR10
399D_UMaintenance status M61CSTACHAR10CHAR10
399D_WMaintenance status M61CSTACHAR10CHAR10
T399D_AMaintenance status M61CSTACHAR10CHAR10
T399D_BMaintenance status M61CSTACHAR10CHAR10
T399D_CMaintenance status M61CSTACHAR10CHAR10
T399D_IMaintenance status M61CSTACHAR10CHAR10
T399D_JMaintenance status M61CSTACHAR10CHAR10
T399D_SMaintenance status M61CSTACHAR10CHAR10
NRKRSMaintenance status M61CSTACHAR10CHAR10
399D_NPMaintenance status M61CSTACHAR10CHAR10
399D_NRMaintenance status M61CSTACHAR10CHAR10
399D_NBMaintenance status M61CSTACHAR10CHAR10
399D_NDMaintenance status M61CSTACHAR10CHAR10
UMSTZMaintenance status M61CSTACHAR10CHAR10
T399D_EMaintenance status M61CSTACHAR10CHAR10
399D_PMaintenance status M61CSTACHAR10CHAR10
438M_AMaintenance status M61CSTACHAR10CHAR10
438M_SMaintenance status M61CSTACHAR10CHAR10
438M_UMaintenance status M61CSTACHAR10CHAR10
T438M_DMaintenance status M61CSTACHAR10CHAR10
T438M_EMaintenance status M61CSTACHAR10CHAR10
T438M_QMaintenance status M61CSTACHAR10CHAR10
T438M_SMaintenance status M61CSTACHAR10CHAR10
T438M_VMaintenance status M61CSTACHAR10CHAR10
T438M_PMaintenance status M61CSTACHAR10CHAR10
T438M_BMaintenance status M61CSTACHAR10CHAR10
T438M_CMaintenance status M61CSTACHAR10CHAR10
T438M_FMaintenance status M61CSTACHAR10CHAR10
T438M_UMaintenance status M61CSTACHAR10CHAR10
T438M_LMaintenance status M61CSTACHAR10CHAR10
T399D_LMaintenance status M61CSTACHAR10CHAR10
T399D_KMaintenance status M61CSTACHAR10CHAR10
T399D_RMaintenance status M61CSTACHAR10CHAR10
T399D_DMaintenance status M61CSTACHAR10CHAR10
D230Maintenance status M61CSTACHAR10CHAR10
D240Maintenance status M61CSTACHAR10CHAR10
T399D_NSMaintenance status M61CSTACHAR10CHAR10
T399D_TMaintenance status M61CSTACHAR10CHAR10
399D_EMaintenance status M61CSTACHAR10CHAR10
T438M_GMaintenance status M61CSTACHAR10CHAR10
T438M_TMaintenance status M61CSTACHAR10CHAR10
D250Maintenance status M61CSTACHAR10CHAR10
T399D_PMaintenance status M61CSTACHAR10CHAR10
T438M_ZMaintenance status M61CSTACHAR10CHAR10
T438M_WMaintenance status M61CSTACHAR10CHAR10
T399D_SBMaintenance status M61CSTACHAR10CHAR10
T399D_REVMaintenance status M61CSTACHAR10CHAR10
T438M_REVMaintenance status M61CSTACHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table RM61C

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