LLS1 SAP (WM Communication Record Connection to Warehouse Ctrl Unit) Structure details

Dictionary Type: Structure
Description: WM Communication Record Connection to Warehouse Ctrl Unit




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




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

LLS1 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 "WM Communication Record Connection to Warehouse Ctrl Unit" 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_LLS1 TYPE LLS1.

The LLS1 table consists of various fields, each holding specific information or linking keys about WM Communication Record Connection to Warehouse Ctrl Unit data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), TANUM (Transfer Order Number), TAPOS (Transfer order item), VLTYP (Source storage type for WCU).. 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 LLS1 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
SAKOMType of communication record LVS_SAKOMCHAR4LVS_SAKOM
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
TANUMTransfer Order Number TANUMNUMC10TANUMTAN
TAPOSTransfer order item TAPOSNUMC4TAPOSTAP
VLTYPSource storage type for WCU LLSR_VLTYPCHAR3Assigned to domainLGTYP
VLPLASource storage bin for WCU LLSR_VLPLACHAR10Assigned to domainLGPLA
NLTYPDestination storage type for warehouse control unit LLSR_NLTYPCHAR3Assigned to domainLGTYP
NLPLADestination bin for WCU LLSR_NLPLACHAR10Assigned to domainLGPLA
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
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
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SOLMETarget quantity in stockkeeping unit for WCU LLSR_SOLMENUMC14LVSD_MENGE
KZQUIIndicator: confirmation required LTAP_KZQUICHAR1XFELD
REFNRGroup LVS_REFNRCHAR10Assigned to domainALPHALVS_REFNRREFNRH_LVS_REFNR
LETYPStorage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
VLENRSource storage unit number LTAP_VLENRCHAR20Assigned to domainLENUMLENUMLEN
NLENRDestination storage unit number LTAP_NLENRCHAR20Assigned to domainLENUMLENUMLEN
FREIGRelease for WCU is carried out using a separate process LLS1_FREIGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table LLS1

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