LMBP_MOVE SAP (Move) Structure details

Dictionary Type: Structure
Description: Move




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




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

LMBP_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_LMBP_MOVE TYPE LMBP_MOVE.

The LMBP_MOVE table consists of various fields, each holding specific information or linking keys about Move data available in SAP. These include ACTIV (Activity), WHOUS (Warehouse), BDLPI (Bundle of Type Picking), PLANT (Plant).. 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 or numeric)


SAP LMBP_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 Number LMBP_TASKNUMC12NUMC12
ACTIVActivity LMBP_ACTIVITYCHAR2CHAR2
WHOUSWarehouse LMBP_WAREHOUSECHAR4CHAR4
BDLPIBundle of Type Picking LMBP_BDLPICHAR1XFELD
PLANTPlant LMBP_PLANTCHAR4CHAR4
STLOCStorage Location LMBP_STORAGE_LOCATIONCHAR4CHAR4
HUNMSSource Handling Unit LMBP_HUNUM_SRCCHAR20HUNUMLMBP_HUNUM
HUTPSSource Handling Unit Type LMBP_HUTYP_SRCCHAR3CHAR3
LOC1SSource Storage Type LMBP_LVSTT_SRCCHAR10CHAR10
LOC2SSource Section LMBP_LVSEC_SRCCHAR10CHAR10
LOC3SSource LMBP_LVBIN_SRCCHAR15CHAR15
CNFRSConfirmation LMBP_CNFRMCHAR1CHAR1
HUNMDDestination Handling Unit LMBP_HUNUM_DSTCHAR20LMBP_CHAR20
HUTPDDestination Handling Unit Type LMBP_HUTYP_DSTCHAR3CHAR3
LOC1DDestination Storage Type LMBP_LVSTT_DSTCHAR10CHAR10
LOC2DDestination Section LMBP_LVSEC_DSTCHAR10CHAR10
LOC3DDestination LMBP_LVBIN_DSTCHAR15CHAR15
BUOMDBase Unit of Measure LMBP_BSUOMUNIT3
AUOMDAlternative Unit of Measure LMBP_ALUOMUNIT3
QTYALQuantity in Alternative Unit of Measure LMBP_QTYALCHAR17LMBP_QUANTITY
ALUOMAlternative Unit of Measure LMBP_ALUOMUNIT3
CNFRDConfirmation LMBP_CNFRMCHAR1CHAR1
MATNRMaterial Number LMBP_MATNRCHAR18MATN1LMBP_MATNR
MATYPMaterial Type LMBP_MATYPCHAR4CHAR4
MATDSMaterial Description LMBP_MATDSCHAR40CHAR40
BATCHBatch Number LMBP_BATCHCHAR10CHAR10
STKCTStock Category LMBP_STKCTCHAR1CHAR1
STKINSpecial Stock Indicator LMBP_STKINCHAR1CHAR1
STKNRSpecial Stock Number LMBP_STKNRCHAR16CHAR16
HUPIKComplete Handling Unit for Bulk Storage Task LMBP_WHOLE_PALLET_FLAGCHAR1FLAG
.INCLU--AP 0
DUMMYDummy Field for User-Specific Data LMBP_DUMMYCHAR1DUMMY
A0001Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
A0002Character field, 8 characters long CHAR8CHAR8CHAR8
A0003Character field, 8 characters long CHAR8CHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table LMBP_MOVE

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