T333 SAP (WM Movement Types) Table details

Dictionary Type: Table
Description: WM Movement Types




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




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

T333 is a standard SAP Table which is used to store WM Movement Types data and is available within R/3 SAP systems depending on the version and release level.

The T333 table consists of various fields, each holding specific information or linking keys about WM Movement Types data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), BWLVS (Movement Type for Warehouse Management), TRART (Shipment Type), VLTYP (Source Storage Type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T333T


SAP T333 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
BWLVSMovement Type for Warehouse Management BWLVSNUMC3BWLVSBWL
TRARTShipment Type LVS_TRARTCHAR1T333ALVS_TRARTH_T333A
VLTYPSource Storage Type T333_VLTYPCHAR3T301LGTYP
VLPLASource storage bin T333_VLPLACHAR10LAGPLGPLA
NLTYPDestination Storage Type T333_NLTYPCHAR3T301LGTYP
NLPLADestination Storage Bin T333_NLPLACHAR10LAGPLGPLA
RLTYPReturn storage type T333_RLTYPCHAR3T301LGTYP
RLPLAReturn storage bin T333_RLPLACHAR10LAGPLGPLA
BETYPRequirement Type LVS_BETYPCHAR1T308LVS_BETYP
TBOBLIndicator: manual creation of transfer order not allowed T333_TBOBLCHAR1XFELD
DRUKZIndicator: form and sort code for printing transfer orders LVS_DRUKZCHAR2T329FLVS_DRUKZ
SQUITInd: The transfer order item may be confirmed immediately. T333_SQUITCHAR1XFELD
TBMANInd: manual creation of a transfer requirement is allowed T333_TBMANCHAR1XFELD
DUNKLForeground/Background Processing - Control of Screens LVS_DUNKLCHAR1LVS_DUNKL
VQUITInd: Propose confirmation upon creation of TO item. T333_VQUITCHAR1XFELD
TBPRITransfer Priority TBPRICHAR1TBPRI
WEDATIndicator: set goods receipt data in quant T333_WEDATCHAR1XFELD
LPMANIndicator: manual input of storage bins during TO creation T333_LPMANCHAR1XFELD
VKDYNIndicator: dynamic source bin T333_VKDYNCHAR1XFELD
NKDYNIndicator: dynamic destination bin T333_NKDYNCHAR1XFELD
ABILDScreen for creation of transfer orders T333_ABILDCHAR1T333_ABILD
FEHLTIndicator: pre-allocated stock to be considered T333_FEHLTCHAR1XFELD
VFIXP1nd: use fixed bin as source bin T333_VFIXPCHAR1XFELD
NFIXPIndicator: use fixed bin as destination bin T333_NFIXPCHAR1XFELD
KZUAPIndicator: post and leave materials in same storage bin LVS_KZUAPCHAR1XFELD
BWREFReference to movement type during storage type search LVS_BWREFNUMC3LVS_BWREF
UELIEOverdeliveries required T333_UELIECHAR1XFELD
AUTTAAutomatic Transfer Order Creation LVS_AUTTACHAR1T333NAUTTA
ZUSTETransfer of batches with status 'restricted' allowed LVS_ZUSTECHAR1XFELD
CHSWMSearch procedure for batch determination KALSMA_CHCHAR6T683KALSM
QBILDScreen for transfer order confirmation T333_QBILDCHAR1T333_QBILD
RULESStock determination rule T333_RULESCHAR4T434RBF_RULES
VEPSTPackaging control in WM T333_VEPSTCHAR1XFELD
DBILDStandard View for Display of TO Items T333_DBILDCHAR1T333_DBILD
NO2STNo two-step confirmation T333_NO2STCHAR1XFELD
PIKTAControl for HU pick T333_PIKTACHAR1T333_PIKTA
WMMUEPost WM quantity as delivery quantity and goods movement T333_WMMUECHAR1LVS_WMMUE
.INCLU--AP 0
XDRELRelevant for Cross-Docking LXDCK_XDRELCHAR1YESNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM T333
INTO CORRESPONDING FIELDS OF WA_T333
WHERE...

How to access SAP table T333

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