T001L SAP (Storage Locations) Table details

Dictionary Type: Table
Description: Storage Locations




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




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

T001L is a standard SAP Table which is used to store Storage Locations data and is available within R/3 SAP systems depending on the version and release level.

The T001L table consists of various fields, each holding specific information or linking keys about Storage Locations data available in SAP. These include WERKS (Plant), LGORT (Storage Location), LGOBE (Description of Storage Location), SPART (Division).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T001L 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 MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4LGORTLAG
LGOBEDescription of Storage Location LGOBECHAR16TEXT16
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
XLONGNegative stocks allowed in storage location XLONGCHAR1XFELD
XBUFXFreezing book inventory bal. allowed in stor. loc. XBUFXCHAR1XFELD
DISKZStorage location MRP indicator DISKZCHAR1DISKZ
XBLGOStorage location authorization for goods movements active XBLGOCHAR1XFELD
XRESSStorage location is allocated to resource (storage resource) XRESSCHAR1XFELD
XHUPFHandling unit requirement XHUPFCHAR1XFELD
PARLGPartner storage location of the handling unit PARLGCHAR4Assigned to domainLGORT
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
KUNNRAccount Number of Customer EKUNNCHAR10KNA1ALPHAKUNNRKUN
MESBSBusiness System of MES MB_MES_BUSINESS_SYSTEMCHAR60MDG_BUS_SYS_TECHAIT_SYSTEM
MESSTType of inventory management for production storage location MB_MES_STORLOC_TYPECHAR1MB_MES_STORLOC_TYPE
.INCLU--AP 0
OIH_LICNOLicense number for untaxed stock OIH_LICNOCHAR15OIH_LICSTL
OIG_ITRFLTD in-transit flag OIG_ITRFLCHAR1X
OIB_TNKASSIGNSilo Managament: Tank assignment indicator OIB_TNKASSIGNCHAR1OIB_TNKASSIGN

Key field Non-key field



How do I retrieve data from SAP table T001L using ABAP code

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

SELECT SINGLE *
FROM T001L
INTO CORRESPONDING FIELDS OF WA_T001L
WHERE...

How to access SAP table T001L

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