LECI_EVENT_DATA SAP (Activity Data Within the Check-in/Check-out Process) Table details

Dictionary Type: Table
Description: Activity Data Within the Check-in/Check-out Process




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




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

LECI_EVENT_DATA is a standard SAP Table which is used to store Activity Data Within the Check-in/Check-out Process data and is available within R/3 SAP systems depending on the version and release level.

The LECI_EVENT_DATA table consists of various fields, each holding specific information or linking keys about Activity Data Within the Check-in/Check-out Process data available in SAP. These include GUID_EVENT_DATA (Worldwide-Unique Key for Check-in/Check-out Process Data), SHPMNT_NUMB (Shipment Number), DELIV_NUMB (Delivery), VEHICLE_REG_NUMB (Truck's/Car's License Plate Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LECI_EVENT_DATA table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUID_EVENT_DATAWorldwide-Unique Key for Check-in/Check-out Process Data LECI_GUID_EVENT_DATACHAR22SYSUUID_22
SHPMNT_NUMBShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
DELIV_NUMBDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
VEHICLE_REG_NUMBTruck's/Car's License Plate Number VREGNBCHAR20ALPHAEXIDV
TRAILER_REG_NUMBTrailer's License Plate Number TREGNBCHAR20ALPHAEXIDV
CONT_REG_NUMB1Number of the First Container C1RENBCHAR20ALPHAEXIDV
CONT_REG_NUMB2Number of the Second Container C2RENBCHAR20ALPHAEXIDV
VEND_NUMBNumber of forwarding agent TDLNRCHAR10Assigned to domainALPHALIFNRLIFF4_CARRIERS
NAME_DRVRDriver name NAMEFCHAR35NAME
FST_NAME_DRVRFirst Name LECI_NAMEFIRCHAR40TEXT40
NAME_CODRVRAlternate Driver's Name NAMBECHAR35NAME
FST_NAME_CODRVRFirst Name LECI_NAMEFIRCHAR40TEXT40
NAT_DRVRDriver's Nationality LANDFCHAR3Assigned to domainLAND1
CARD_NUMBExtended Pass Number for Check-in at Plant Grounds PCRD_NUMBCHAR10ALPHAPCRD_NUMB
ALLOWED_WGHTAllowed Loading Weight of a Handling Unit MAGEW_VEKPQUAN15(3) MENG15
UNIT_OF_WGHTWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PARKING_TXTText Field for Entering the Parking Space PARKING_TXTCHAR60TEXT60
CARGO_TXTText Relating to the Load CARGO_TXTCHAR60TEXT60
STAGING_AREAStaging Area for Warehouse Complex LGBZOCHAR10Assigned to domainLGBZO
SHP_POINTShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
WHS_NUMBWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
WHS_GATEDoor for Warehouse Number LGTORCHAR3Assigned to domainLGTOR
COMPANYCompany name COMP_TXTCHAR50TEXT50
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
DEPARTMENTDepartment AD_DPRTMNTCHAR40TEXT40
BUILDINGBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
NAME_CONTACTSearch for a user name MIGO_USERNAMECHAR35SO_STRI035
PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
ID_CARD_NUMBID Number ID_CARD_NUMBCHAR15CHAR15
CARR_OBJECTSPersonal Effects COBJCTS_TXTCHAR60TEXT60
CHK_IN_TYPEClassification of the Check-in Object (M. of Tran., Visitor) CHKI_TYPECHAR3CHAR3

Key field Non-key field



How do I retrieve data from SAP table LECI_EVENT_DATA using ABAP code

The following ABAP code Example will allow you to do a basic selection on LECI_EVENT_DATA to SELECT all data from the table
DATA: WA_LECI_EVENT_DATA TYPE LECI_EVENT_DATA.

SELECT SINGLE *
FROM LECI_EVENT_DATA
INTO CORRESPONDING FIELDS OF WA_LECI_EVENT_DATA
WHERE...

How to access SAP table LECI_EVENT_DATA

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