TXI_T333 SAP (WM Movement Types) Structure details

Dictionary Type: Structure
Description: WM Movement Types




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




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

TXI_T333 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 Movement Types" 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_TXI_T333 TYPE TXI_T333.

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


SAP TXI_T333 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
BWLVSMovement Type for Warehouse Management BWLVSNUMC3Assigned to domainBWLVSBWL
TRARTShipment Type LVS_TRARTCHAR1Assigned to domainLVS_TRARTH_T333A
VLTYPSource Storage Type T333_VLTYPCHAR3Assigned to domainLGTYP
VLPLASource storage bin T333_VLPLACHAR10Assigned to domainLGPLA
NLTYPDestination Storage Type T333_NLTYPCHAR3Assigned to domainLGTYP
NLPLADestination Storage Bin T333_NLPLACHAR10Assigned to domainLGPLA
RLTYPReturn storage type T333_RLTYPCHAR3Assigned to domainLGTYP
RLPLAReturn storage bin T333_RLPLACHAR10Assigned to domainLGPLA
BETYPRequirement Type LVS_BETYPCHAR1Assigned to domainLVS_BETYP
TBOBLIndicator: manual creation of transfer order not allowed T333_TBOBLCHAR1XFELD
DRUKZIndicator: form and sort code for printing transfer orders LVS_DRUKZCHAR2Assigned to domainLVS_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_AUTTACHAR1Assigned to domainAUTTA
ZUSTETransfer of batches with status 'restricted' allowed LVS_ZUSTECHAR1XFELD
CHSWMSearch procedure for batch determination KALSMA_CHCHAR6Assigned to domainKALSM
QBILDScreen for transfer order confirmation T333_QBILDCHAR1T333_QBILD
RULESStock determination rule T333_RULESCHAR4Assigned to domainBF_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 structure TXI_T333 using ABAP code?

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

How to access SAP table TXI_T333

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