LECI_CARD_DYN SAP (Entry of Data for the Extended Pass) Structure details

Dictionary Type: Structure
Description: Entry of Data for the Extended Pass




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




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

LECI_CARD_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 "Entry of Data for the Extended Pass" 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_CARD_DYN TYPE LECI_CARD_DYN.

The LECI_CARD_DYN table consists of various fields, each holding specific information or linking keys about Entry of Data for the Extended Pass data available in SAP. These include VALID_DATE_FROM (Validity Period for an Extended Pass), VALID_DATE_TO (Validity Period for an Extended Pass), CREAT_TAKER (Created by), LAST_TAKER (Created by).. 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: Not classified


SAP LECI_CARD_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
CARD_NUMBExtended Pass Number for Check-in at Plant Grounds PCRD_NUMBCHAR10ALPHAPCRD_NUMB
VALID_DATE_FROMValidity Period for an Extended Pass LECI_VALID_DATE_CARDDATS8DATUM
VALID_DATE_TOValidity Period for an Extended Pass LECI_VALID_DATE_CARDDATS8DATUM
CREAT_TAKERCreated by LECI_TAKERCHAR12UNAME
LAST_TAKERCreated by LECI_TAKERCHAR12UNAME
CREAT_DATEDate on Which Record Was Created ERDATDATS8DATUM
CHANGE_DATEChanged On AEDATDATS8DATUM
NOTE_TEXTComments NOTE_TXTCHAR30TEXT30
FLG_REVERSEIndicator: Document is reversed STORNCHAR1XFELD
ST_PRT_PASSIndicator: Document Was Printed LECI_PRINTCHAR1XFELD
VEHICLE_REG_NUMBTruck's/Car's License Plate Number VREGNBCHAR20ALPHAEXIDV
TRAILER_REG_NUMBTrailer's License Plate Number TREGNBCHAR20ALPHAEXIDV
ID_CARD_NUMBID Number ID_CARD_NUMBCHAR15CHAR15
VEND_NUMBNumber of forwarding agent TDLNRCHAR10Assigned to domainALPHALIFNRLIFF4_CARRIERS
VEND_TXTName NAME1CHAR30TEXT30
NAME_DRVRDriver name NAMEFCHAR35NAME
NAME_CODRVRAlternate Driver's Name NAMBECHAR35NAME
NAT_DRVRDriver's Nationality LANDFCHAR3Assigned to domainLAND1
NAME_VISITORVisitor's Name NAMEVICHAR35NAME
COMPANYCompany name COMP_TXTCHAR50TEXT50
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME

Key field Non-key field



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

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

How to access SAP table LECI_CARD_DYN

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