LXYRDM_DLVRY_SELECT SAP (Processed delivery documents for yard monitor) Structure details

Dictionary Type: Structure
Description: Processed delivery documents for yard monitor




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




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

LXYRDM_DLVRY_SELECT 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 "Processed delivery documents for yard monitor" 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_LXYRDM_DLVRY_SELECT TYPE LXYRDM_DLVRY_SELECT.

The LXYRDM_DLVRY_SELECT table consists of various fields, each holding specific information or linking keys about Processed delivery documents for yard monitor data available in SAP. These include DOCPR (Reference Document Priority), BPRTN (Business Partner), SHPNR (Shipment), SHPST (Shipment Status).. 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 LXYRDM_DLVRY_SELECT 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
DOCRFReference Document LXYRD_DOCRFCHAR10ALPHALXYRD_DOCRF
DOCPRReference Document Priority LXHME_DOCPRNUMC2NUMC2
BPRTNBusiness Partner LXHME_BPRTNCHAR10CHAR10
SHPNRShipment LXHME_SHPNRCHAR10CHAR10
SHPSTShipment Status LXHME_SHPSTNUMC2NUMC2
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_FWAGNCHAR10Assigned to domainALPHALIFNR
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_YLOCTCHAR10Assigned to domainCHAR10
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 LXYRDM_DLVRY_SELECT using ABAP code?

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

How to access SAP table LXYRDM_DLVRY_SELECT

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