LTAP_HU SAP (HU Withdrawals for a TO Item) Structure details

Dictionary Type: Structure
Description: HU Withdrawals for a TO Item




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




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

LTAP_HU 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 "HU Withdrawals for a TO Item" 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_LTAP_HU TYPE LTAP_HU.

The LTAP_HU table consists of various fields, each holding specific information or linking keys about HU Withdrawals for a TO Item data available in SAP. These include TANUM (Transfer Order Number), TAPOS (Transfer order item), PAPOS (Current number of HU item to be packed within TO item), VONHU (From handling unit).. 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 LTAP_HU 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
TANUMTransfer Order Number TANUMNUMC10TANUMTAN
TAPOSTransfer order item TAPOSNUMC4TAPOSTAP
PAPOSCurrent number of HU item to be packed within TO item LTAP_HU_PAPOSNUMC4LTAP_HU_PAPOS
VONHUFrom handling unit LTAP_HU_VONHUCHAR20ALPHAEXIDV
NACHUBy handling unit LTAP_HU_NACHUCHAR20ALPHAEXIDV
HUENTIndicator: Handling unit will be withdrawn completely LTAP_HU_HUENTCHAR1XFELD
MENGAQuantity to be repacked in alternative unit of measure LTAP_HU_MENGAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
MENGEQuantity to be repacked into base unit of measure LTAP_HU_MENGEQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DMGEASource difference quantity in alternative unit of measure LTAP_HU_DMGEAQUAN13(3) MENSH
DMENGSource difference quantity in base unit of measure LTAP_HU_DMENGQUAN13(3) MENSH
VLEVLHierarchy level of source HU LTAP_HU_VLEVLNUMC5NUMC
VLEERIndicator: Source handling unit is going to be empty LTAP_HU_VLEERCHAR1XFELD
SELKZSelection for list displays LVS_SELKZCHAR1XFELD
NHUDIIndicator: HU for differences after handling unit LTAP_HU_NHUDICHAR1XFELD

Key field Non-key field



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

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

How to access SAP table LTAP_HU

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