LTHU SAP (Assignment of Pick-HUs to Transfer Orders) Table details

Dictionary Type: Table
Description: Assignment of Pick-HUs to Transfer Orders




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




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

LTHU is a standard SAP Table which is used to store Assignment of Pick-HUs to Transfer Orders data and is available within R/3 SAP systems depending on the version and release level.

The LTHU table consists of various fields, each holding specific information or linking keys about Assignment of Pick-HUs to Transfer Orders data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), TANUM (Transfer Order Number), EXIDV (External Handling Unit Identification), HUKNN (Identification of a handling unit in a transfer order).. 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 LTHU 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 MANDTCLNT3T000MANDT
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
TANUMTransfer Order Number TANUMNUMC10TANUMTAN
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
HUKNNIdentification of a handling unit in a transfer order LTHU_HUKNNNUMC3LTHU_HUKNN
VHILMPackaging Materials VHILMCHAR18MARAMATN1MATNR
LETYPStorage Unit Type LVS_LETYPCHAR3T307LVS_LETYP
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
KZFIXIndicator pick-HU shall not be changed LTHUKZFIXCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM LTHU
INTO CORRESPONDING FIELDS OF WA_LTHU
WHERE...

How to access SAP table LTHU

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