T320 SAP (Assignment IM Storage Location to WM Warehouse Number) Table details

Dictionary Type: Table
Description: Assignment IM Storage Location to WM Warehouse Number




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




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

T320 is a standard SAP Table which is used to store Assignment IM Storage Location to WM Warehouse Number data and is available within R/3 SAP systems depending on the version and release level.

The T320 table consists of various fields, each holding specific information or linking keys about Assignment IM Storage Location to WM Warehouse Number data available in SAP. These include WERKS (Plant), LGORT (Storage Location), LGNUM (Warehouse Number / Warehouse Complex), OBEST (Extent Warehouse Management).. 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)


SAP T320 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 MANDTCLNT3Assigned to domainMANDT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
OBESTExtent Warehouse Management LVS_OBESTCHAR1LVS_OBEST
LGNTBDo not adopt storage location into transfer requirement LVS_LGNTBCHAR1XFELD
SLGORStandard storage location of plant in this warehouse number LVS_SLGORCHAR1XFELD
OBTYPPicking area (storage type) for Lean WM T320_OBTYPCHAR3T301LGTYPLGT
LGREFStorage loc. ref. LVS_LGREFCHAR2T324LVS_LGREF
CENSYReference to central ERP system T320_CENSYCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T320
INTO CORRESPONDING FIELDS OF WA_T320
WHERE...

How to access SAP table T320

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