LEINTM_YSLOPT_VEHICLE SAP (Selection structure for yard monitor) Structure details

Dictionary Type: Structure
Description: Selection structure for yard monitor




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




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

LEINTM_YSLOPT_VEHICLE 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 "Selection structure 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_LEINTM_YSLOPT_VEHICLE TYPE LEINTM_YSLOPT_VEHICLE.

The LEINTM_YSLOPT_VEHICLE table consists of various fields, each holding specific information or linking keys about Selection structure for yard monitor data available in SAP. These include SIGNI (Container ID), FWAGN (Forwarding Agent), SCACD (Standard carrier access code), VHILM (Vehicle Type).. 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 LEINTM_YSLOPT_VEHICLE 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
EXIDV2License Plate LXYRD_LCSPLCHAR20LXYRD_LCSPL
SIGNIContainer ID LEINT_SIGNICHAR20TEXT20
FWAGNForwarding Agent LXYRD_FWAGNCHAR10Assigned to domainALPHALIFNR
SCACDStandard carrier access code LEINT_SCACDCHAR4SCACD
VHILMVehicle Type LEINT_YVHILMCHAR18Assigned to domainMATN1MATNRLEINT_VEHICLE_TYPE_H
RFTYPReference Document Type LXYRD_RFDTYCHAR2LXYRD_RFDTY
REFERReference Document LXYRD_DOCRFCHAR10ALPHALXYRD_DOCRF
PTMSTPlanned End Time LXYRD_PTMSTDEC15TSHMELXHME_TSTMP
YLCCLLocation Class LXYRD_YLCCLCHAR2LXYRD_YLCCL
YLOCTLocation LXYRD_YLOCTCHAR10CHAR10
STATSVehicle Stock Status LXYRD_OBSTSCHAR2LXYRD_HUSTS
PRFLGPermanence of Vehicle in Yard LXYRD_PRFLGCHAR1FLAG
PRRTYVehicle Priority LXYRD_PRRTYCHAR2CHAR2
NAMEFName of Driver LEINT_NAMEFCHAR35NAME
NAMBEAlternate Driver's Name NAMBECHAR35NAME
BLINDBlock LXYRD_BLOCKCHAR1XFELD
RSNCDReason Code LXYRD_RSNCDCHAR2CHAR2
OWNERVehicle Owner LXYRD_OWNERCHAR10CHAR10
TRNPDTransponder LXYRD_TRNPDCHAR20CHAR20
YDOORDoor LEINT_LGTORCHAR3Assigned to domainLGTOR
YSTGAStaging Area LEINT_LGBZOCHAR10Assigned to domainLGBZO
VHARTPackaging Material Type VHARTCHAR4Assigned to domainTRATY

Key field Non-key field



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

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

How to access SAP table LEINTM_YSLOPT_VEHICLE

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