SLLNACH4 SAP (Structure for Report RLLNACH4) Structure details

Dictionary Type: Structure
Description: Structure for Report RLLNACH4




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




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

SLLNACH4 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 "Structure for Report RLLNACH4" 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_SLLNACH4 TYPE SLLNACH4.

The SLLNACH4 table consists of various fields, each holding specific information or linking keys about Structure for Report RLLNACH4 data available in SAP. These include LGPLA (Storage Bin), MATNR (Material Number), LPLTB (Storage bin qty with TR), OFMNG (Staging Quantity to be Requested).. 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 SLLNACH4 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
SELKZSelection Field RLCPPSELKZCHAR1XFELD
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LPLTBStorage bin qty with TR RLCPPLPLTBQUAN13(3) MENSH
OFMNGStaging Quantity to be Requested RLCPPOFMNGQUAN13(3) MENSH
NON_ZEROStatus: Item Was Proposed for Replenishment L_REPL_STATUSCHAR1L_REPL_STATUS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ECODEMessage Number SYMSGNONUMC3SYMSGNO
VERMEAvailable stock LQUA_VERMEQUAN13(3) MENSH
EINMEStock for putaway LQUA_EINMEQUAN13(3) MENSH
TBOFFOpen transfer requirement quantity RLCPPTBOFFQUAN13(3) MENSH
LPMAXMaximum storage bin quantity MLGT_LPMAXQUAN13(3) MENG13
LPMINMinimum storage bin quantity MLGT_LPMINQUAN13(3) MENG13
NSMNGReplenishment quantity MLGT_NSMNGQUAN13(3) MENG13
MEINS1Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MEINS2Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MEINS3Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MEINS4Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MEINS5Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MEINS6Base Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table SLLNACH4

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