RLIST SAP (Fields for WM lists) Structure details

Dictionary Type: Structure
Description: Fields for WM lists




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




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

RLIST 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 "Fields for WM lists" 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_RLIST TYPE RLIST.

The RLIST table consists of various fields, each holding specific information or linking keys about Fields for WM lists data available in SAP. These include INVZR (Time period for inventory progress), KOLIS (Complete list for inventory progress), NORMA (Normal output), ZWEIZ (Double-line output).. 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)


SAP RLIST 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
MIBOKCheck storage bin for mixed storage, if allowed RLISTMIBOKCHAR1XFELD
INVZRTime period for inventory progress RLISTINVZRDATS8SYDATS
KOLISComplete list for inventory progress RLISTKOLISCHAR1XFELD
NORMANormal output RLISTNORMACHAR1XFELD
ZWEIZDouble-line output RLISTZWEIZCHAR1XFELD
BREITWide printout RLISTBREITCHAR1XFELD
NIGEZDisplay bins not counted RLISTNIGEZCHAR1XFELD
MISCHCheck storage bin for mixed storage if not allowed RLISTMISCHCHAR1XFELD
LZUORStorage bins with assignment without stock RLISTLZUORCHAR1XFELD
LRMATStor.bin with assignment and assigned stock RLISTLRMATCHAR1XFELD
LFMATStorage bin with assignment and stock, but incorr.material RLISTLFMATCHAR1XFELD
LKZUOStorage bin without mat.assignment in MLGT with stock RLISTLKZUOCHAR1XFELD
LFREIAvailable storage bins RLISTLFREICHAR1XFELD
SORKZSort indicator: stock in the warehouse management system RLISTSORKZCHAR1RLISTSORKZ
NGESPIndicator: only storage bins that are not blocked RLISTNGESPCHAR1XFELD
SORK2Sort indicator: material data per storage type RLISTSORK2CHAR1RLISTSORK2
DAUVONo. of days passed since placement into stock (low.limit) RLISTDAUVONUMC6RLISTALTER
DAUBINo. of days passed since putaway (upper lim.) RLISTDAUBINUMC6RLISTALTER
MITPLIndicator: issue of capacity list with storage bins RLISTMITPLCHAR1XFELD
PMITBIndicator: only storage bins with stock RLISTPMITBCHAR1XFELD
POHNIIndicator: only bins where no inventory has taken place RLISTPOHNICHAR1XFELD
TBGTAInd: transfer rqmnt. qty. greater than transfer order qty. RLISTTBGTACHAR1XFELD
OFFTAIndicator: only open transfer orders RLISTOFFTACHAR1XFELD
OFFTPIndicator: only open transfer order items RLISTOFFTPCHAR1XFELD
MILILIndicator: issue list for fire department per storage type RLISTMILILCHAR1XFELD
QUITASelection: all confirmed transfer orders RLISTQUITACHAR1XFELD
SEVONSelection: source/destination/return storage type RLISTSEVNRCHAR1XFELD
SENACSelection: source/destination/return storage type RLISTSEVNRCHAR1XFELD
SERUESelection: source/destination/return storage type RLISTSEVNRCHAR1XFELD
MIKOMDisplay weights with decimal places RLISTMIKOMCHAR1XFELD
FAGELHazardous materials stored incorrectly RLISTFAGELCHAR1RLISTFAGEL
AUSGDStock comparison output option: with bin inventory RLISTAUSGDCHAR1XFELD
AUSGKOuput option for stock comparison: complete data of material RLISTAUSGKCHAR1XFELD
AUSGMOuput option for stock comparison: create batch input file RLISTAUSGMCHAR1XFELD
UEBERPrint overview RLISTUEBERCHAR1XFELD
ALLTAAll transfer orders RLISTALLTACHAR1XFELD
SUBSTProcessing transfer order items for subsystems RLISTSUBSTCHAR1XFELD
ZUSATAdditional selection options RLISTZUSATCHAR1XFELD
TEILBPartial staging allowed with automatic TO generation RLISTTEILBCHAR1XFELD
SELETSelect Partially Processed TO (Automatic TO Generation) RLISTSELETCHAR1XFELD
ENTNAIndicator: Include pick TOs RLISTENTNACHAR1XFELD
AUFTEIndicator: Include allocation TOs RLSITAUFTECHAR1XFELD
DIREKIndicator: Include direct TOs (without 2-step relevance) RLISTDIREKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RLIST

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