LXYRD_HU_ADDITIONAL_FIELDS SAP (Yard additional fields for HU headers) Structure details

Dictionary Type: Structure
Description: Yard additional fields for HU headers




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




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

LXYRD_HU_ADDITIONAL_FIELDS 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 "Yard additional fields for HU headers" 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_LXYRD_HU_ADDITIONAL_FIELDS TYPE LXYRD_HU_ADDITIONAL_FIELDS.

The LXYRD_HU_ADDITIONAL_FIELDS table consists of various fields, each holding specific information or linking keys about Yard additional fields for HU headers data available in SAP. These include YLCCL (Location Class), YLOCT (Location), STATS (Vehicle Stock Status), PRRTY (Vehicle Priority).. 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 LXYRD_HU_ADDITIONAL_FIELDS 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
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 LXYRD_HU_ADDITIONAL_FIELDS using ABAP code?

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

How to access SAP table LXYRD_HU_ADDITIONAL_FIELDS

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