LECI_CARD SAP (Extended Pass for Registration at the Checkpoint) Table details

Dictionary Type: Table
Description: Extended Pass for Registration at the Checkpoint




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




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

LECI_CARD is a standard SAP Table which is used to store Extended Pass for Registration at the Checkpoint data and is available within R/3 SAP systems depending on the version and release level.

The LECI_CARD table consists of various fields, each holding specific information or linking keys about Extended Pass for Registration at the Checkpoint data available in SAP. These include GUID_CARD (Key for Check-in/Check-out Process That Is Unique Worldwide), CARD_NUMB (Extended Pass Number for Check-in at Plant Grounds), VALID_DATE_FROM (Validity Period for an Extended Pass), VALID_DATE_TO (Validity Period for an Extended Pass).. 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)


SAP LECI_CARD 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_CARDKey for Check-in/Check-out Process That Is Unique Worldwide LECI_GUID_EVENTCHAR22SYSUUID_22
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
GUID_EVENT_DATAWorldwide-Unique Key for Check-in/Check-out Process Data LECI_GUID_EVENT_DATACHAR22LECI_EVENT_DATASYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM LECI_CARD
INTO CORRESPONDING FIELDS OF WA_LECI_CARD
WHERE...

How to access SAP table LECI_CARD

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