LECI_PER_DYN SAP (Record Check-in Data for Means of Transport) Structure details

Dictionary Type: Structure
Description: Record Check-in Data for Means of Transport




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




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

LECI_PER_DYN 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 "Record Check-in Data for Means of Transport" 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_LECI_PER_DYN TYPE LECI_PER_DYN.

The LECI_PER_DYN table consists of various fields, each holding specific information or linking keys about Record Check-in Data for Means of Transport data available in SAP. These include CHK_POINT_IN (Checkpoint Number), CHK_POINT_IN_TXT (Checkpoint Where the Check-in Time Was Registered), CHK_POINT_OUT (Checkpoint Number), CHK_POINT_OUT_TXT (Checkpoint Where the Check-out Time Was Registered).. 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)


SAP LECI_PER_DYN 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
PASS_NUMBSequence Number of a Check-in Activity PASS_NUMBCHAR10ALPHAPASS_NUMB
CHK_POINT_INCheckpoint Number CHK_PTCHAR10Assigned to domainCHK_PTCHKPT
CHK_POINT_IN_TXTCheckpoint Where the Check-in Time Was Registered LECI_CHK_POINT_INCHAR30TEXT30
CHK_POINT_OUTCheckpoint Number CHK_PTCHAR10Assigned to domainCHK_PTCHKPT
CHK_POINT_OUT_TXTCheckpoint Where the Check-out Time Was Registered LECI_CHK_POINT_OUTCHAR30TEXT30
PASS_DATECheck-in PASS_DATE_PERDATS8DATUM
PASS_TIMECheck-in Time PASS_TIMETIMS6UZEIT
LEAVE_DATECheck-out LEAVE_DATE_PERDATS8DATUM
LEAVE_TIMECheck-out Time LEAVE_TIMETIMS6UZEIT
VEHICLE_REG_NUMBTruck's/Car's License Plate Number VREGNBCHAR20ALPHAEXIDV
TRAILER_REG_NUMBTrailer's License Plate Number TREGNBCHAR20ALPHAEXIDV
CARD_NUMBExtended Pass Number for Check-in at Plant Grounds PCRD_NUMBCHAR10ALPHAPCRD_NUMB
NOTE_TXT_INComments NOTE_TXTCHAR30TEXT30
NOTE_TXT_OUTComments NOTE_TXTCHAR30TEXT30
PARKING_TXTText Field for Entering the Parking Space PARKING_TXTCHAR60TEXT60
NAME_VISITORVisitor's Name NAMEVICHAR35NAME
FST_NAME_VISITORFirst Name LECI_NAMEFIRCHAR40TEXT40
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
TAKER_INCheck-in Time Registered by LECI_TAKER_INCHAR40TEXT40
TAKER_IN_FIRST_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
TAKER_IN_TITLETitle text AD_TITLETXCHAR30TEXT30
TAKER_OUTCheck-out Time Registered by LECI_TAKER_OUTCHAR40TEXT40
TAKER_OUT_FIRST_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
TAKER_OUT_TITLETitle text AD_TITLETXCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table LECI_PER_DYN

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