T334T SAP (Storage Type Search) Table details

Dictionary Type: Table
Description: Storage Type Search




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




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

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

The T334T table consists of various fields, each holding specific information or linking keys about Storage Type Search data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), KZEAR (Indicator: storage type search), LGTKZ (Storage Type Indicator), BESTQ (Stock Category in the Warehouse Management System).. 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 T334T 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
KZEARIndicator: storage type search T334TKZEARCHAR1T334TKZEAR
LGTKZStorage Type Indicator LVS_LGTKZCHAR3T305LVS_LGTKZ
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
LAGKLStorage class LVS_LAGKLCHAR5T646LMGEF_LAGKL
WGFKLWater Pollution Class MGEF_WGFKLNUMC1MGEF_WGFKL
BWREFReference to movement type during storage type search LVS_BWREFNUMC3LVS_BWREF
LGREFStorage loc. ref. LVS_LGREFCHAR2T324LVS_LGREF
LGTY0Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY1Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY2Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY3Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY4Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY5Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY6Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY7Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY8Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGTY9Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT10Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT11Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT12Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT13Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT14Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT15Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT16Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT17Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT18Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT19Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT20Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT21Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT22Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT23Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT24Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT25Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT26Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT27Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT28Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGT29Storage Type LGTYPCHAR3T301LGTYPLGTH_T301
QMSTEIndicator: Control for WM-QM interface T325QMSTECHAR2T325LVS_QMSTE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T334T
INTO CORRESPONDING FIELDS OF WA_T334T
WHERE...

How to access SAP table T334T

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