LEINT_YHU_HEADER SAP (HU fields for Yard Management) Structure details

Dictionary Type: Structure
Description: HU fields for Yard Management




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




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

LEINT_YHU_HEADER 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 fields for Yard Management" 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_YHU_HEADER TYPE LEINT_YHU_HEADER.

The LEINT_YHU_HEADER table consists of various fields, each holding specific information or linking keys about HU fields for Yard Management data available in SAP. These include EXIDV (External Handling Unit Identification), EXIDV2 (License Plate), VELTP (Vehicle Category), VHART (Vehicle Type Group).. 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_YHU_HEADER 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
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
EXIDV2License Plate LXYRD_LCSPLCHAR20LXYRD_LCSPL
VELTPVehicle Category LEINT_VELTPCHAR1VELTP
VHARTVehicle Type Group LEINT_VHIARTCHAR4Assigned to domainTRATY
VHILMVehicle Type LEINT_YVHILMCHAR18Assigned to domainMATN1MATNRLEINT_VEHICLE_TYPE_H
VPOBJPacking Object VPOBJCHAR2VPOBJ
VPOBJKEYKey for Object to Which the Handling Unit is Assigned VPOBJKEYCHAR20CHAR20
UEVELHigher-Level Handling Unit UEVELCHAR10Assigned to domainALPHAVENUM
LANDTCountry providing means of transport LANDTCHAR3Assigned to domainLAND1
LANDFDriver's Nationality LANDFCHAR3T005LAND1
NAMEFDriver name NAMEFCHAR35NAME
NAMBEAlternate Driver's Name NAMBECHAR35NAME
ADGE_DGPacking Level is Relevant for Dangerous Goods ADGE_DGCHAR1X
LYARDYard LXYRD_YARDCHAR3Assigned to domainLXYRD_YARDLXYRD_LYARDH_LXYRD_LYARD
YLCCLLocation Class LXYRDM_YLCCLCHAR2LXYRDM_YLCCL
YLOCTLocation LXYRD_YLOCTCHAR10CHAR10
STATSVehicle Stock Status LXYRD_OBSTSCHAR2LXYRD_HUSTS
PRRTYVehicle Priority LXYRD_PRRTYCHAR2CHAR2
FWAGNForwarding Agent LXYRD_FWAGNCHAR10Assigned to domainALPHALIFNR
SCACDStandard carrier access code LEINT_SCACDCHAR4SCACD
OWNERVehicle Owner LXYRD_OWNERCHAR10CHAR10
TRNPDTransponder LXYRD_TRNPDCHAR20CHAR20
SEALN1Sealing Number LXYRD_SEALNCHAR10CHAR10
SEALN2Sealing Number LXYRD_SEALNCHAR10CHAR10
SEALN3Sealing Number LXYRD_SEALNCHAR10CHAR10
SEALN4Sealing Number LXYRD_SEALNCHAR10CHAR10
SEALN5Sealing Number LXYRD_SEALNCHAR10CHAR10
BLINDBlock LXYRD_BLOCKCHAR1XFELD
RSNCDReason Code LXYRD_RSNCDCHAR2LYRSNCHAR2
RFTYPReference Document Type LXYRD_RFDTYCHAR2LXYRD_RFDTY
REFERReference Document LXYRD_DOCRFCHAR10ALPHALXYRD_DOCRF
PTMSTPlanned End Time LXYRD_PTMSTDEC15TSHMELXHME_TSTMP
ATMSTActual Start Time LXYRD_ATMSFDEC15TSHMELXHME_TSTMP
YDOORDoor LEINT_LGTORCHAR3Assigned to domainLGTOR
YSTGAStaging Area LEINT_LGBZOCHAR10Assigned to domainLGBZO
URGFLUrgent (Relevant for Cross-Docking) LXYRD_URGFLCHAR1FLAG
PRFLGPermanence of Vehicle in Yard LXYRD_PRFLGCHAR1FLAG
SLFLGSealing Required LXYRD_SLFLGCHAR1FLAG
SIGNIContainer ID LEINT_SIGNICHAR20TEXT20
LTEXTText LXYRD_TEXT_DECHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table LEINT_YHU_HEADER

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