LLLVW SAP (Whse Activity Monitor Object: Data Management Information) Structure details

Dictionary Type: Structure
Description: Whse Activity Monitor Object: Data Management Information




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




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

LLLVW 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 "Whse Activity Monitor Object: Data Management Information" 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_LLLVW TYPE LLLVW.

The LLLVW table consists of various fields, each holding specific information or linking keys about Whse Activity Monitor Object: Data Management Information data available in SAP. These include EZEIT (Warehouse activity monitor: Creation time), BNAME (User Name), BDATU (Date of last change), BZEIT (Warehouse activity monitor: Time of last change).. 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: Not classified


SAP LLLVW 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
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 structure LLLVW using ABAP code?

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

How to access SAP table LLLVW

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