LL05 SAP (Whse Activity Monitor: Critical Stocks) Table details

Dictionary Type: Table
Description: Whse Activity Monitor: Critical Stocks




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




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

LL05 is a standard SAP Table which is used to store Whse Activity Monitor: Critical Stocks data and is available within R/3 SAP systems depending on the version and release level.

The LL05 table consists of various fields, each holding specific information or linking keys about Whse Activity Monitor: Critical Stocks data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), LOBID (Identification of warehouse monitor object), LQNUM (Quant), LGTYP (Storage Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP LL05 table 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LOBIDIdentification of warehouse monitor object LVS_LOBIDCHAR2LVS_LOBID
LQNUMQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
EDATUWarehouse activity monitor: Creation date LVS_LEDATDATS8DATUM
EZEITWarehouse activity monitor: Creation time LVS_LEZEITIMS6UZEIT
BNAMEUser Name LVS_BNAMECHAR12USNAM
BDATUDate of last change LVS_LBDATDATS8DATUM
BZEITWarehouse activity monitor: Time of last change LVS_LBZEITIMS6UZEIT
STATUWarehouse activity monitor: processing status LVS_LBSTACHAR1LVS_LBSTA
TEXT1Processing note for a critical activity LVS_LTEXTCHAR40LVS_LTEXT
TEXT2Processing note for a critical activity LVS_LTEXTCHAR40LVS_LTEXT
TEXT3Processing note for a critical activity LVS_LTEXTCHAR40LVS_LTEXT
TEXT4Processing note for a critical activity LVS_LTEXTCHAR40LVS_LTEXT
TEXT5Processing note for a critical activity LVS_LTEXTCHAR40LVS_LTEXT
AKT01Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT02Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT03Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT04Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT05Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT06Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT07Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT08Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT09Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT
AKT10Warehouse monitor activity LVS_LLAKTCHAR2LVS_LLAKT

Key field Non-key field



How do I retrieve data from SAP table LL05 using ABAP code

The following ABAP code Example will allow you to do a basic selection on LL05 to SELECT all data from the table
DATA: WA_LL05 TYPE LL05.

SELECT SINGLE *
FROM LL05
INTO CORRESPONDING FIELDS OF WA_LL05
WHERE...

How to access SAP table LL05

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