LTBP SAP (Transfer requirement item) Table details

Dictionary Type: Table
Description: Transfer requirement item




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




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

LTBP is a standard SAP Table which is used to store Transfer requirement item data and is available within R/3 SAP systems depending on the version and release level.

The LTBP table consists of various fields, each holding specific information or linking keys about Transfer requirement item data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), TBNUM (Transfer Requirement Number), TBPOS (Transfer Requirement Item), ELIKZ (Indicator: Processing Complete).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LTBP 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
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
TBPOSTransfer Requirement Item TBPOSNUMC4TBPOSTBP
ELIKZIndicator: Processing Complete LTBP_ELIKZCHAR1XFELD
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
MENGETransfer requirement quantity in stockkeeping unit LTBP_MENGEQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGATransfer Requirement Quantity in Alternate Unit LTBP_MENGAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
TANUMTransfer Order Number Last Assigned LTBP_TANUMNUMC10TANUM
TAMENTransfer Order Quantity in Stockkeeping Unit LTBP_TAMENQUAN13(3) MENG13
TAMEATransfer Order Quantity in Alternative Unit LTBP_TAMEAQUAN13(3) MENG13
AOFTANumber of Open Transfer Order Items LTBP_AOFTADEC5LVS_ANZPS
AGSTATotal Number of Transfer Order Items LTBP_AGSTADEC5LVS_ANZPS
TDATUDate of Last Transfer Order LTBP_TDATUDATS8DATUM
TZEITTime of Last Transfer Order LTBP_TZEITTIMS6UZEIT
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
MBPOSItem in Material Document MBLPONUMC4MBLPOPOS
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
ZEUGNCertificate Number LVS_ZEUGNCHAR10LVS_ZEUGN
BRGEWWeight of Material LTBP_BRGEWDEC11(3) DEC8_3
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
ANZL1Number of Storage Units to be Placed Into Storage LVS_ANZLEDEC3LVS_ANZLE
ANZL2Number of Storage Units to be Placed Into Storage LVS_ANZLEDEC3LVS_ANZLE
LMEN1Quantity per Storage Unit to be Placed into Stock in Alt.UoM LVS_LEMENQUAN13(3) MENG13
LMEN2Quantity per Storage Unit to be Placed into Stock in Alt.UoM LVS_LEMENQUAN13(3) MENG13
LETY1Storage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
LETY2Storage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
QPLOAInspection Lot on Which the Usage Decision is Based QPLOANUMC12Assigned to domainQPLOSQLS
RSARTRecord type RSARTCHAR1RSART
KZECHIndicator: Confirm Batch to PP LVS_KZECHCHAR1XFELD
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
L2SKRRelevance for 2-Step Picking in Reference Document Item LVS_2SKPRELCHAR1LVS_2SKPREL
KZFMEID: Leading unit of measure for completing a transaction KZFMECHAR1KZFME

Key field Non-key field



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

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

SELECT SINGLE *
FROM LTBP
INTO CORRESPONDING FIELDS OF WA_LTBP
WHERE...

How to access SAP table LTBP

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