/SYCLO/WM_LTBP_STR SAP (WM Transfer Requirement Items) Structure details

Dictionary Type: Structure
Description: WM Transfer Requirement Items




ABAP Code to SELECT data from /SYCLO/WM_LTBP_STR
Related tables to /SYCLO/WM_LTBP_STR
Access table /SYCLO/WM_LTBP_STR




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

/SYCLO/WM_LTBP_STR 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 Transfer Requirement Items" 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_/SYCLO/WM_LTBP_STR TYPE /SYCLO/WM_LTBP_STR.

The /SYCLO/WM_LTBP_STR table consists of various fields, each holding specific information or linking keys about WM Transfer Requirement Items 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: Can be enhanced (character-type or numeric)


SAP /SYCLO/WM_LTBP_STR 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

Key field Non-key field



How do I retrieve data from SAP structure /SYCLO/WM_LTBP_STR using ABAP code?

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

How to access SAP table /SYCLO/WM_LTBP_STR

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