LTBS SAP (Selected transfer requirements for multiple processing) Structure details

Dictionary Type: Structure
Description: Selected transfer requirements for multiple processing




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




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

LTBS 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 "Selected transfer requirements for multiple processing" 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_LTBS TYPE LTBS.

The LTBS table consists of various fields, each holding specific information or linking keys about Selected transfer requirements for multiple processing data available in SAP. These include BWLVS (Movement Type for Warehouse Management), KZSEL (Indicator: transfer requirement selected for reference no.), KZAKT (Indicator: transfer request activated for reference number), KZSAM (Indicator: transfer request processed in multiple run).. 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 LTBS 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
BWLVSMovement Type for Warehouse Management BWLVSNUMC3Assigned to domainBWLVSBWL
KZSELIndicator: transfer requirement selected for reference no. LTBSKZSELCHAR1XFELD
KZAKTIndicator: transfer request activated for reference number LTBSKZAKTCHAR1XFELD
KZSAMIndicator: transfer request processed in multiple run LTBSKZSAMCHAR1XFELD
TRARTShipment Type LVS_TRARTCHAR1LVS_TRARTH_T333A
BETYPRequirement Type LVS_BETYPCHAR1Assigned to domainLVS_BETYP
TBPRITransfer Priority TBPRICHAR1TBPRI
VLTYPSource Storage Type T333_VLTYPCHAR3Assigned to domainLGTYP
NLTYPDestination Storage Type T333_NLTYPCHAR3Assigned to domainLGTYP
PDATUDate of Planned Execution of Transfer Request LTBK_PDATUDATS8DATUM
PZEITTime of Planned Execution of Transfer Requirement LTBK_PZEITTIMS6UZEIT
REFNRGroup LVS_REFNRCHAR10Assigned to domainALPHALVS_REFNRREFNRH_LVS_REFNR
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
ANZPSNumber of Transfer Requirement Items LTBK_ANZPSDEC4LTBK_ANZPS
BENUMRequirement Number LVS_BENUMCHAR10ALPHALVS_BENUM
BRGEWTotal Weight of Transfer Request LTBK_BRGEWDEC11(3) DEC8_3
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
STATUHeader Status of Transfer Requirement LTBK_STATUCHAR1LTBK_STATU
BNAMEUser Name LVS_BNAMECHAR12USNAM
BDATUCreation Date of Transfer Request LTBK_BDATUDATS8DATUM
TBKTXHeader Text of Transfer Requirement LTBK_TBKTXCHAR40TEXT40
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
VLPLASource storage bin T333_VLPLACHAR10Assigned to domainLGPLA
NLPLADestination Storage Bin T333_NLPLACHAR10Assigned to domainLGPLA
LZNUMAdditional Reference Number for Transport LVS_LZNUMCHAR20LVS_LZNUM
KBNKZKanban Indicator KBNKZCHAR1KBNKZ
LBWATName of Flow Type LVS_LBWATCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table LTBS

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