LL03 SAP (Whse Activity Monitor: Critical Posting Change Documents) Table details

Dictionary Type: Table
Description: Whse Activity Monitor: Critical Posting Change Documents




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




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

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

The LL03 table consists of various fields, each holding specific information or linking keys about Whse Activity Monitor: Critical Posting Change Documents data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), LOBID (Identification of warehouse monitor object), UBNUM (Posting Change Number), BWLVS (Movement Type for Warehouse Management).. 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 LL03 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
UBNUMPosting Change Number UBNUMNUMC10UBNUMUBN
BWLVSMovement Type for Warehouse Management BWLVSNUMC3Assigned to domainBWLVSBWL
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 LL03 using ABAP code

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

SELECT SINGLE *
FROM LL03
INTO CORRESPONDING FIELDS OF WA_LL03
WHERE...

How to access SAP table LL03

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