LTBK SAP (Transfer requirement header) Table details

Dictionary Type: Table
Description: Transfer requirement header




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




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

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

The LTBK table consists of various fields, each holding specific information or linking keys about Transfer requirement header data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), TBNUM (Transfer Requirement Number), STATU (Header Status of Transfer Requirement), TRART (Shipment Type).. 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 LTBK 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 TBNUMNUMC10TBNUMTBN
STATUHeader Status of Transfer Requirement LTBK_STATUCHAR1LTBK_STATU
TRARTShipment Type LVS_TRARTCHAR1T333ALVS_TRARTH_T333A
TBPRITransfer Priority TBPRICHAR1TBPRI
BNAMEUser Name LVS_BNAMECHAR12USNAM
BDATUCreation Date of Transfer Request LTBK_BDATUDATS8DATUM
BZEITCreation time of transfer request LTBK_BZEITTIMS6UZEIT
TBKTXHeader Text of Transfer Requirement LTBK_TBKTXCHAR40TEXT40
BETYPRequirement Type LVS_BETYPCHAR1T308LVS_BETYP
BENUMRequirement Number LVS_BENUMCHAR10ALPHALVS_BENUM
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
BWLVSMovement Type for Warehouse Management BWLVSNUMC3T333BWLVSBWL
VLTYPSource Storage Type T333_VLTYPCHAR3T301LGTYP
VLPLASource storage bin T333_VLPLACHAR10Assigned to domainLGPLA
VKDYNIndicator: dynamic source bin T333_VKDYNCHAR1XFELD
NLTYPDestination Storage Type T333_NLTYPCHAR3T301LGTYP
NLPLADestination Storage Bin T333_NLPLACHAR10Assigned to domainLGPLA
NKDYNIndicator: dynamic destination bin T333_NKDYNCHAR1XFELD
PDATUDate of Planned Execution of Transfer Request LTBK_PDATUDATS8DATUM
PZEITTime of Planned Execution of Transfer Requirement LTBK_PZEITTIMS6UZEIT
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ANZPSNumber of Transfer Requirement Items LTBK_ANZPSDEC4LTBK_ANZPS
BRGEWTotal Weight of Transfer Request LTBK_BRGEWDEC11(3) DEC8_3
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
KLFR2Indicator: Delivery document from superior system (R/2) LTBK_KLFR2CHAR1XFELD
KFAR2Indicator: Production order from superior system (R/2) LTBK_KFAR2CHAR1XFELD
TBRUEIndicator: confirm transfer requriement LTBK_TBRUECHAR1LTBK_TBRUE
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
LZNUMAdditional Reference Number for Transport LVS_LZNUMCHAR20LVS_LZNUM
AUTTAAutomatic Transfer Order Creation LVS_AUTTACHAR1T333NAUTTA
BDARTRequirement type BDARTCHAR2BDARTBDA
PKNUMControl cycle number PKNUMCHAR7Assigned to domainALPHAPKNUMPKNUM
PKPOSKanban item number / control cycle item PKPOSNUMC3PKPOS
DIRTAAutomatic TO Creation Immediately After TR Generation LVS_DIRTACHAR1XFELD
KBNKZKanban Indicator KBNKZCHAR1KBNKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM LTBK
INTO CORRESPONDING FIELDS OF WA_LTBK
WHERE...

How to access SAP table LTBK

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