LXYRDM_SLOPT_LYACT SAP (Yard activities for Yard Monitor) Structure details

Dictionary Type: Structure
Description: Yard activities for Yard Monitor




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




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

LXYRDM_SLOPT_LYACT 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 activities 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_SLOPT_LYACT TYPE LXYRDM_SLOPT_LYACT.

The LXYRDM_SLOPT_LYACT table consists of various fields, each holding specific information or linking keys about Yard activities for Yard Monitor data available in SAP. These include ACTTY (Activity Type), ACTST (Activity Status), EXIDV2 (License Plate), SIGNI (Container ID).. 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: Cannot Be Enhanced


SAP LXYRDM_SLOPT_LYACT 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
ACTVYActivity Number LXYRD_ACTVYNUMC10LXYRD_ACTVY
ACTTYActivity Type LXYRD_ACTTYCHAR2LXYRD_ACTTY
ACTSTActivity Status LXYRD_ACTSTCHAR1LXYRD_ACTST
EXIDV2License Plate LXYRD_LCSPLCHAR20LXYRD_LCSPL
SIGNIContainer ID LEINT_SIGNICHAR20TEXT20
FWAGNForwarding Agent LXYRD_FWAGNCHAR10Assigned to domainALPHALIFNR
NAMEFName of Driver LEINT_NAMEFCHAR35NAME
VENUMInternal Handling Unit Number LEINT_VENUMCHAR10Assigned to domainALPHAVENUMVEL
.INCLU-FR 0
YLCCLFRLocation Class LXYRD_YLCCLCHAR2LXYRD_YLCCL
YLOCTFRLocation LXYRD_YLOCTCHAR10LYLOCCHAR10
PRRTYVehicle Priority LXYRD_OBPRICHAR1CHAR1
PTMSFPlanned Start Time LXYRD_PTMSFDEC15TSHMELXHME_TSTMP
PTMSTPlanned End Time LXYRD_PTMSTDEC15TSHMELXHME_TSTMP
RSNCDReason Code LXYRD_RSNCDCHAR2CHAR2
AUCNFEnable Automatic Confirmation LXYRD_AUCNFCHAR1XFELD
SEALN1Sealing Number LXYRD_SEALNCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table LXYRDM_SLOPT_LYACT

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