RM61J SAP (Online Structure for Entering Actual Activities) Structure details

Dictionary Type: Structure
Description: Online Structure for Entering Actual Activities




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




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

RM61J 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 "Online Structure for Entering Actual Activities" 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_RM61J TYPE RM61J.

The RM61J table consists of various fields, each holding specific information or linking keys about Online Structure for Entering Actual Activities data available in SAP. These include AUFNR (Order Number), MATNR (Material Number for Order), MATXT (Material description), VORNR (Operation/Activity Number).. 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 RM61J 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MATNRMaterial Number for Order CO_MATNRCHAR18Assigned to domainMATN1MATNRMAT
MATXTMaterial description CO_MATXTCHAR40TEXT40
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
APLFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
LTXA1Operation short text LTXA1CHAR40TEXT40
VSTTXTSystem Status CO_STTXTCHAR40CHAR40
ARBPLWork center ARBPLCHAR8ARBPLAGR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FLG_UVOIndicator: Suboperation exists FLG_UVOCHAR1XFELD
FLG_MSTIndicator: Milestone FLG_MSTCHAR1XFELD
LAR01Activity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
LAR02Activity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
LAR03Activity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
LAR04Activity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
LAR05Activity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
LAR06Activity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
KR_01Check KREUZCHAR1XFELD
KR_02Check KREUZCHAR1XFELD
KR_03Check KREUZCHAR1XFELD
KR_04Check KREUZCHAR1XFELD
KR_05Check KREUZCHAR1XFELD
KR_06Check KREUZCHAR1XFELD
ISM01Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM02Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM03Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM04Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM05Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ISM06Activity Currently to be Confirmed RU_ISMNGQUAN13(3) MENGV13
ILE01Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE02Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE03Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE04Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE05Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
ILE06Unit of measure for the activity to be confirmed CO_ISMNGEHUNIT3Assigned to domainCUNITMEINS
SLM01Quantity to Be Confirmed RM_SMNGQUAN13(3) MENGV13
SLM02Quantity to Be Confirmed RM_SMNGQUAN13(3) MENGV13
SLM03Quantity to Be Confirmed RM_SMNGQUAN13(3) MENGV13
SLM04Quantity to Be Confirmed RM_SMNGQUAN13(3) MENGV13
SLM05Quantity to Be Confirmed RM_SMNGQUAN13(3) MENGV13
SLM06Quantity to Be Confirmed RM_SMNGQUAN13(3) MENGV13
VGE01Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE02Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE03Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE04Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE05Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE06Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
GRUNDReason for Variance CO_AGRNDCHAR4TRUGCO_AGRND
TEXT01Alternative activity description ACTXKTCHAR20TEXT20
TEXT02Alternative activity description ACTXKTCHAR20TEXT20
TEXT03Alternative activity description ACTXKTCHAR20TEXT20
TEXT04Alternative activity description ACTXKTCHAR20TEXT20
TEXT05Alternative activity description ACTXKTCHAR20TEXT20
TEXT06Alternative activity description ACTXKTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table RM61J

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