LTBP_VB SAP (Transfer structure LTBP + LTBP1 for update task) Structure details

Dictionary Type: Structure
Description: Transfer structure LTBP + LTBP1 for update task




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




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

LTBP_VB 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 "Transfer structure LTBP + LTBP1 for update task" 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_LTBP_VB TYPE LTBP_VB.

The LTBP_VB table consists of various fields, each holding specific information or linking keys about Transfer structure LTBP + LTBP1 for update task data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number / Warehouse Complex), TBNUM (Transfer Requirement Number), TBPOS (Transfer Requirement Item).. 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: Not classified


SAP LTBP_VB 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 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
KREUZSelection for list displays LVS_SELKZCHAR1XFELD
TAERZIndicator: Transfer order already created LVS_TAERZCHAR1XFELD
OFMENOpen quantity of TR item in stockkeeping unit LTBP1OFMENQUAN13(3) MENSH
OFMEAOpen/selected quantity in a TR item in alternative UoM LTBP1OFMEAQUAN13(3) MENSH
PAGNOPage number in ABAP list LVS_PAGNODEC3LVS_PAGNO
LINNOLine number in ABAP list LVS_LINNODEC5LVS_LINNO
LVORMDeletion Flag LTBP1LVORMCHAR1XFELD
OBMEAOpen requirement qty of a TR item in altern. un. of measure LTBP1OBMEAQUAN13(3) MENSH
KOM1AQuantity to be transferred for transfer requirement item LTBP1KOM1AQUAN13(3) MENSH
WIRMEActive ingredient unit of measure LTAP_WIRMEUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table LTBP_VB

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