LL02 SAP (Whse Activity Monitor: Critical Transfer Requirement Items) Table details

Dictionary Type: Table
Description: Whse Activity Monitor: Critical Transfer Requirement Items




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




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

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

The LL02 table consists of various fields, each holding specific information or linking keys about Whse Activity Monitor: Critical Transfer Requirement Items data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), LOBID (Identification of warehouse monitor object), TBNUM (Transfer Requirement Number), TBPOS (Transfer Requirement Item).. 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 LL02 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
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
TBPOSTransfer Requirement Item TBPOSNUMC4TBPOSTBP
TBSTTTransfer requirement items with status 'partially delivered' LL02_TBSTTCHAR1XFELD
BWLVSMovement Type for Warehouse Management BWLVSNUMC3Assigned to domainBWLVSBWL
VLTYPSource Storage Type LTAP_VLTYPCHAR3Assigned to domainLGTYP
NLTYPDestination Storage Type LTAP_NLTYPCHAR3Assigned to domainLGTYP
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 LL02 using ABAP code

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

SELECT SINGLE *
FROM LL02
INTO CORRESPONDING FIELDS OF WA_LL02
WHERE...

How to access SAP table LL02

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