LSEG1 SAP (Help Fields for Processing LSEG Segments) Structure details

Dictionary Type: Structure
Description: Help Fields for Processing LSEG Segments




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




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

LSEG1 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 "Help Fields for Processing LSEG Segments" 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_LSEG1 TYPE LSEG1.

The LSEG1 table consists of various fields, each holding specific information or linking keys about Help Fields for Processing LSEG Segments data available in SAP. These include LANUM (Sequence number), KZDYN (Indicator: dynamic storage bin), BRGEW (Gross Weight), GEWEI (Weight Unit).. 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 LSEG1 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
LQNUMQuant LVS_LQNUMNUMC10LVS_LQNUMLQN
LANUMSequence number LSEG_LANUMINT410LSEG_LANUM
KZDYNIndicator: dynamic storage bin LVS_KZDYNCHAR1XFELD
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
STEINPutaway strategy T331_STEINCHAR1T331_STEIN
QKAPVCapacity usage of transferred material LTAP_VKAPVDEC11(3) DEC8_3
LKAPACapacity check for source storage type LTAP_VKAPACHAR1T331_KAPAP
KKAPVCapacity usage of storage unit type LVS_KKAPVDEC11(3) DEC8_3
MAXLEMaximum number of storage units in storage bin LAGP_MAXLEDEC5LAGP_MAXLE
PLPOSPosition in storage bin LVS_PLPOSCHAR2LVS_PLPOS
LDUMMIndicator GR bin for SU posted LDUMMCHAR1XFELD
KZEARIndicator: storage type search T334TKZEARCHAR1T334TKZEAR
SUMMELevel of totals information T331BSUMMECHAR1T331BSUMME
WDATU_BSUEBDate of Goods Receipt LVS_WDATUDATS8DATUM
VFDAT_BSUEBShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
ZEUGN_BSUEBCertificate Number LVS_ZEUGNCHAR10LVS_ZEUGN

Key field Non-key field



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

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

How to access SAP table LSEG1

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