LMBI_MOVE SAP (Move) Structure details

Dictionary Type: Structure
Description: Move




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




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

LMBI_MOVE 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 "Move" 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_LMBI_MOVE TYPE LMBI_MOVE.

The LMBI_MOVE table consists of various fields, each holding specific information or linking keys about Move data available in SAP. These include GROUP (Group Reference), TKTYP (Task Type), ACTIV (Activity), BDLPI (Bundle of Type Picking).. 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 (Deep)


SAP LMBI_MOVE 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
TASKITask LMBI_TASKNUMC12NUMC12
GROUPGroup Reference LMBI_GROUPCHAR22CHAR22
TKTYPTask Type LMBI_TASK_TYPECHAR2CHAR2
ACTIVActivity LMBI_ACTIVITYCHAR20CHAR20
BDLPIBundle of Type Picking LMBI_BDLPICHAR1XFELD
STATUTask Status LMBI_STATUSCHAR2CHAR2
HUNMSSource Handling Unit LMBI_HUNUM_SRCCHAR20CHAR20
HUTPSSource Handling Unit Type LMBI_HUTYP_SRCCHAR3CHAR3
HUNMDDestination Handling Unit LMBI_HUNUM_DSTCHAR20CHAR20
HUTPDDestination Handling Unit Type LMBI_HUTYP_DSTCHAR3CHAR3
.INCLU-SRC 0
LOCLV1SRCLocation Identification LMBI_LOCLVCHAR10CHAR10
LOCLV2SRCLocation Identification LMBI_LOCLVCHAR10CHAR10
LOCLV3SRCLocation Identification - Node LMBI_LOCLV_NODECHAR15CHAR15
.INCLU-DST 0
LOCLV1DSTLocation Identification LMBI_LOCLVCHAR10CHAR10
LOCLV2DSTLocation Identification LMBI_LOCLVCHAR10CHAR10
LOCLV3DSTLocation Identification - Node LMBI_LOCLV_NODECHAR15CHAR15
BSUOMBase Unit of Measure LMBI_BSUOMUNIT3
ALUOMAlternative Unit of Measure LMBI_ALUOMUNIT3
QTYBDQuantity in Base UOM LMBI_QTYBSQUAN13(3) MENG13
QTYADQuantity in Alternative UOM LMBI_QTYALQUAN13(3) MENG13
MATNRMaterial Number LMBI_MATNRCHAR18CHAR18
MATDSMaterial Description LMBI_MATDSCHAR40CHAR40
WHOUSWarehouse LMBI_WAREHOUSECHAR4CHAR4
PLANTPlant LMBI_PLANTCHAR4CHAR4
STLOCStorage Location LMBI_STLOCCHAR4CHAR4
BATCHBatch Number LMBI_BATCHCHAR10CHAR10
STCKCStock Category LMBI_STKCTCHAR1CHAR1
STCKISpecial Stock Indicator LMBI_STKINCHAR1CHAR1
STCKNSpecial Stock Number LMBI_STKNRCHAR16CHAR16
HUCMPMovement of Complete Pallet LMBI_HUCMPCHAR1CHAR1
NUMERNumerator for Conversion to Base UOM LMBI_NUMERDEC5DEC5
DUMERDenominator for Conversion to Base UOM LMBI_DUMERDEC5DEC5
.INCLU-SRC 0
RZONESRCZone LMBI_LZONECHAR10CHAR10
BINCXSRCX Coordinate of Bin LMBI_XCORDQUAN10(3) LTRM_COORD
BINCYSRCY Coordinate of Bin LMBI_YCORDQUAN10(3) LTRM_COORD
BINCZSRCZ Coordinate of Bin LMBI_ZCORDQUAN10(3) LTRM_COORD
RNODESRCNode LMBI_NODECHAR15CHAR15
UOMCRSRCUnit of Measure LMBI_UOMUNIT3Assigned to domainCUNITMEINS
.INCLU-DST 0
RZONEDSTZone LMBI_LZONECHAR10CHAR10
BINCXDSTX Coordinate of Bin LMBI_XCORDQUAN10(3) LTRM_COORD
BINCYDSTY Coordinate of Bin LMBI_YCORDQUAN10(3) LTRM_COORD
BINCZDSTZ Coordinate of Bin LMBI_ZCORDQUAN10(3) LTRM_COORD
RNODEDSTNode LMBI_NODECHAR15CHAR15
UOMCRDSTUnit of Measure LMBI_UOMUNIT3Assigned to domainCUNITMEINS
EXCPT 0
.INCLU--AP 0
LTRM_DUMMYDummy Field for User-Specific Data LTRM_DUMMYCHAR1DUMMY

Key field Non-key field



How do I retrieve data from SAP structure LMBI_MOVE using ABAP code?

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

How to access SAP table LMBI_MOVE

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