RM02A SAP (Entry/input fields for allocation table sub-item) Structure details

Dictionary Type: Structure
Description: Entry/input fields for allocation table sub-item




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




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

RM02A 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 "Entry/input fields for allocation table sub-item" 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_RM02A TYPE RM02A.

The RM02A table consists of various fields, each holding specific information or linking keys about Entry/input fields for allocation table sub-item data available in SAP. These include FILNR (Customer no. of plant), FINAM (Name 1), FIORT (City), FILKL (Plant group (technical plant class)).. 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 RM02A 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
ABELUSub-item no. of alloc. tbl document ABELUNUMC5ABELUBSP
FILNRCustomer no. of plant FILNRCHAR10Assigned to domainALPHAKUNNR
FINAMName 1 NAME1_GPCHAR35NAME
FIORTCity ORT01CHAR25TEXT25
FILKLPlant group (technical plant class) FILKLCHAR18KLASSE
FILKBClass Description KLSBEZCHAR40TEXT40KBZ
ANZFINumber of Plants ANZFINUMC5ANZFI
LISTGListing Indicator LISTGCHAR1LISTG
RUNDGRounding off in allocation table RUNDGCHAR1RUNDG
RESTVSplit remainder RESTVCHAR1RESTV
VQUOTQuotas (Base for qty calculation) VQUOTNUMC13VQUOT
VDIMCategory of Quotas (Ratios/Quantities) DIMCHAR1DIM
PMNGGPlanned qty of plant group PMNGGQUAN13(3) MENG13
IMNGGConfirmed qty of plant group IMNGGQUAN13(3) MENG13
AMNGGOld planned qty of plant group AMNGGQUAN13(3) MENG13
GPMNGTotal Planned Quantities From Plants GPMNGQUAN13(3) MENG13
GWMNGTotal Quantities Requested by Plants GWMNGQUAN13(3) MENG13
GIMNGTotal of Confirmed Quantities From Plants GIMNGQUAN13(3) MENG13
MMNGEMinimum Quantity Per Plant MMNGEQUAN13(3) MENG13
IMNGUConfirmed qty of plant IMNGUQUAN13(3) MENG13
WMNGEQuantity requested by store WMNGEQUAN13(3) MENG13
PMNGUPlanned qty of sub-item PMNGUQUAN13(3) MENG13
PMNGAOld planned qty of sub-item (simulation) PMNGAQUAN13(3) MENG13
GMNGETotal qty in sub-items GMNGEQUAN13(3) MENG13
MEINHBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
AUFMEAllocation Unit AUFMEUNIT3Assigned to domainCUNITMEINS
SELKZSelection indicator (Purchasing) ESELKCHAR1ESELK
NREXPFlag for export of messages to store NREXPCHAR1XFLAG
LOEKZDeletion flag in alloc. tbl document ALOEKCHAR1ELOEK
LIEFWFlag: delivery phase exists LIEFWCHAR1CHAR1
LFMNGGR qty assigned after alloc tbl adjustment made EFMNGQUAN13(3) MENG13
GPMGVTotal of Planned Quantities From Distribution Centers GPMGVQUAN13(3) MENG13
GIMGVTotal of Confirmed Quantities From Distribution Centers GIMGVQUAN13(3) MENG13

Key field Non-key field



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

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

How to access SAP table RM02A

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