LEINT_LTBK SAP (Planning interface to TR header) Structure details

Dictionary Type: Structure
Description: Planning interface to TR header




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




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

LEINT_LTBK 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 "Planning interface to TR header" 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_LEINT_LTBK TYPE LEINT_LTBK.

The LEINT_LTBK table consists of various fields, each holding specific information or linking keys about Planning interface to TR header data available in SAP. These include MANDT (Client), LGNUM (Warehouse Number / Warehouse Complex), TBNUM (Transfer Requirement Number), STATU (Header Status of Transfer Requirement).. 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 LEINT_LTBK 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
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 structure LEINT_LTBK using ABAP code?

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

How to access SAP table LEINT_LTBK

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