LEINT_SHRDFLD_HU SAP (HU fields(vekp) to be included in other structures) Structure details

Dictionary Type: Structure
Description: HU fields(vekp) to be included in other structures




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




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

LEINT_SHRDFLD_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 fields(vekp) to be included in other structures" 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_SHRDFLD_HU TYPE LEINT_SHRDFLD_HU.

The LEINT_SHRDFLD_HU table consists of various fields, each holding specific information or linking keys about HU fields(vekp) to be included in other structures data available in SAP. These include EXIDV2 (License Plate), SIGNI (Container ID), NAMEF (Driver name), LANDF (Driver's Nationality).. 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_SHRDFLD_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
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
EXIDV2License Plate LXYRD_LCSPLCHAR20LXYRD_LCSPL
SIGNIContainer ID SIGNICHAR20TEXT20
NAMEFDriver name NAMEFCHAR35NAME
LANDFDriver's Nationality LANDFCHAR3Assigned to domainLAND1
NAMBEAlternate Driver's Name NAMBECHAR35NAME
OWNERVehicle Owner LXYRD_OWNERCHAR10CHAR10
FWAGNForwarding Agent LXYRD_FWAGNCHAR10LFA1ALPHALIFNR
TRNPDTransponder LXYRD_TRNPDCHAR20CHAR20
VHILMVehicle Type LEINT_YVHILMCHAR18Assigned to domainMATN1MATNRLEINT_VEHICLE_TYPE_H
VHARTVehicle Type Group LEINT_VHIARTCHAR4TVTYTRATY
VELTPVehicle Category LEINT_VELTPCHAR1VELTP
PRRTYVehicle Priority LXYRD_PRRTYCHAR2CHAR2
STATSVehicle Stock Status LXYRD_OBSTSCHAR2LXYRD_HUSTS
LYARDYard LXYRD_YARDCHAR3Assigned to domainLXYRD_YARDLXYRD_LYARDH_LXYRD_LYARD
YLCCLLocation Class LXYRDM_YLCCLCHAR2LXYRDM_YLCCL
YLOCTLocation LXYRD_YLOCTCHAR10CHAR10
BLINDBlock LXYRD_BLOCKCHAR1XFELD
RSNCDReason Code LXYRD_RSNCDCHAR2LYRSNCHAR2
SCACDStandard carrier access code SCACDCHAR4SCACD
PRFLGPermanence of Vehicle in Yard LXYRD_PRFLGCHAR1FLAG
SLFLGSealing Required LXYRD_SLFLGCHAR1FLAG
LTEXTText LXYRD_TEXT_DECHAR40TEXT40
YSTATSProcessing Status LXYRD_YSTATSCHAR2LXYRD_YSTATS
SCHFLLocation Scheduled for Vehicle LXYRD_SCHFLCHAR1FLAG
SCLCLScheduling Location Class LXYRD_SCLCLCHAR2LXYRD_SCLCL
SCLOCScheduled Location LXYRD_SCLOCCHAR10CHAR10
SCSTMScheduled Start Time LXYRD_SCSTMDEC15TSHMELXHME_TSTMP
SCETMPlanned End Time LXYRD_PTMSTDEC15TSHMELXHME_TSTMP
.INCLU-SCH 0
ATMSFSCHActual Start Time LXYRD_ATMSFDEC15TSHMELXHME_TSTMP
ATMSTSCHActual End Time of Yard Activity LXYRD_ATMSTDEC15TSHMELXHME_TSTMP
TMIYDTime in the Yard LXYRD_TMIYDQUAN10(3) LXYRD_DURTN
ATMSFActual Start Time LXYRD_ATMSFDEC15TSHMELXHME_TSTMP
ATMSTActual End Time of Yard Activity LXYRD_ATMSTDEC15TSHMELXHME_TSTMP

Key field Non-key field



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

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

How to access SAP table LEINT_SHRDFLD_HU

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