LTB1 SAP (Create transmission structure for funct.mod.for transf.rqmnt) Structure details

Dictionary Type: Structure
Description: Create transmission structure for funct.mod.for transf.rqmnt




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




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

LTB1 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 "Create transmission structure for funct.mod.for transf.rqmnt" 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_LTB1 TYPE LTB1.

The LTB1 table consists of various fields, each holding specific information or linking keys about Create transmission structure for funct.mod.for transf.rqmnt data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), TRART (Shipment Type), TBPRI (Transfer Priority), MATNR (Material Number).. 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 LTB1 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
SATZNUMMERField defined as in SY-TABIX TABIX_DINT410TABIX
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
TRARTShipment Type LVS_TRARTCHAR1LVS_TRARTH_T333A
TBPRITransfer Priority TBPRICHAR1TBPRI
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
MENGATransfer Requirement Quantity in Alternate Unit LTBP_MENGAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
TBKTXHeader Text of Transfer Requirement LTBK_TBKTXCHAR40TEXT40
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
BNAMEUser Name LVS_BNAMECHAR12USNAM
BETYPRequirement Type LVS_BETYPCHAR1Assigned to domainLVS_BETYP
BENUMRequirement Number LVS_BENUMCHAR10ALPHALVS_BENUM
BWLVSMovement Type for Warehouse Management BWLVSNUMC3Assigned to domainBWLVSBWL
VLTYPSource Storage Type T333_VLTYPCHAR3Assigned to domainLGTYP
VLPLASource storage bin T333_VLPLACHAR10Assigned to domainLGPLA
NLTYPDestination Storage Type T333_NLTYPCHAR3Assigned to domainLGTYP
NLPLADestination Storage Bin T333_NLPLACHAR10Assigned to domainLGPLA
PDATUDate of Planned Execution of Transfer Request LTBK_PDATUDATS8DATUM
PZEITTime of Planned Execution of Transfer Requirement LTBK_PZEITTIMS6UZEIT
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
VSCHNInd: interim storage posting for source stor.type and bin T333_VSCHNCHAR1XFELD
NSCHNInd.: interim storage posting for dest.stor.type and bin T333_NSCHNCHAR1XFELD
VKDYNIndicator: dynamic source bin T333_VKDYNCHAR1XFELD
NKDYNIndicator: dynamic destination bin T333_NKDYNCHAR1XFELD
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
TBPOSTransfer Requirement Item TBPOSNUMC4TBPOSTBP
ECODEMessage Number SYMSGNONUMC3SYMSGNO
EPROTError log for TR processing LERRPROCHAR80TEXT80
TBFKZIndicator: Creation/Cancellation of a Transfer Requirement T321_TBFKZCHAR1T321_TBFKZ
MENGETransfer requirement quantity in stockkeeping unit LTBP_MENGEQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
EINPOIndicator: create only TRs with one item LTB1_EINPOCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table LTB1

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