LSEG_COM SAP (Communication Structure for Posting Warehouse Documents) Structure details

Dictionary Type: Structure
Description: Communication Structure for Posting Warehouse Documents




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




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

LSEG_COM 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 "Communication Structure for Posting Warehouse Documents" 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_LSEG_COM TYPE LSEG_COM.

The LSEG_COM table consists of various fields, each holding specific information or linking keys about Communication Structure for Posting Warehouse Documents data available in SAP. These include LVBNR (Document number of original document), LVBPS (Item number in source document), LGNUM (Warehouse Number / Warehouse Complex), MATNR (Material Number).. 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: Can be enhanced (character-type or numeric)


SAP LSEG_COM 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
LVBTPCategory of original document LSEG_LVBTPCHAR1LSEG_LVBTP
LVBNRDocument number of original document LSEG_LVBNRCHAR20LVS_LZNUM
LVBPSItem number in source document LSEG_POSNRNUMC6Assigned to domainPOSNR
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
MENGEDoc. qty in stockkeeping unit LSEG_MENGEQUAN13(3) MENSH
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
KZDYNIndicator: dynamic storage bin LVS_KZDYNCHAR1XFELD
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
UMMATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
UMCHAReceiving/Issuing Batch UMCHACHAR10Assigned to domainCHARG
UMBSQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1Assigned to domainSOBKZ
USONUSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
LBELNWarehouse material document number LSEG_LBELNNUMC10LSEG_LBELNLBG
LBPOSWarehouse material doc. item LSEG_LBPOSNUMC4LSEG_LBPOS
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGTYMessage Type MSGTYCHAR1MSGAR
MSGV1Message variable 01 MSGV1CHAR50CHAR50
MSGV2Message variable 02 MSGV2CHAR50CHAR50
MSGV3Message variable 03 MSGV3CHAR50CHAR50
MSGV4Message variable 04 MSGV4CHAR50CHAR50
LANUMSequence number LSEG_LANUMINT410LSEG_LANUM
XHUPFHandling unit requirement XHUPFCHAR1XFELD
UMXHUPFHandling unit requirement XHUPFCHAR1XFELD
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
RBLVSReference movement type for WM from material movements RBLVSNUMC3LVS_BWREF
KZBEWMovement Indicator KZBEWCHAR1KZBEW
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
GRUNDReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW

Key field Non-key field



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

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

How to access SAP table LSEG_COM

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