SLEI_LNKG SAP (LEI Linkages - Cross client) Table details

Dictionary Type: Table
Description: LEI Linkages - Cross client




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




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

SLEI_LNKG is a standard SAP Table which is used to store LEI Linkages - Cross client data and is available within R/3 SAP systems depending on the version and release level.

The SLEI_LNKG table consists of various fields, each holding specific information or linking keys about LEI Linkages - Cross client data available in SAP. These include EVENT_OBJ_CATEG (LEI event object category), EVENT_OBJ_NAME (LEI event object name), EVENT_NAME (Event), PROXY_NAME (Event provider name).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SLEI_LNKG 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
LNKG_IDLEI linkage ID SLEI_LNKG_IDCHAR32SWFERECTYP
EVENT_OBJ_CATEGLEI event object category SLEI_EVT_OBJ_CATCHAR2SWFECLSTYP
EVENT_OBJ_NAMELEI event object name SLEI_EVT_OBJ_NAMECHAR32SIBFTYPEID
EVENT_NAMEEvent SWO_EVENTCHAR32SWC_ELEM
PROXY_NAMEEvent provider name SLEI_PRX_NAMECHAR30
PROXY_OPEREvent provider operation SLEI_PRX_OPERCHAR30
IS_GENERATEDCheckbox XFELDCHAR1XFELD
HAS_CONDITIONCheckbox XFELDCHAR1XFELD
USE_MAP_CORRCheckbox XFELDCHAR1XFELD
CREATED_SYSTEMName of SAP System SYSYSIDCHAR8SYCHAR08
CREATED_RELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
CREATED_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_SYSTEMName of SAP System SYSYSIDCHAR8SYCHAR08
CHANGED_RELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
CHANGED_BYUser Name SYUNAMECHAR12SYCHAR12
CHANGED_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SLEI_LNKG
INTO CORRESPONDING FIELDS OF WA_SLEI_LNKG
WHERE...

How to access SAP table SLEI_LNKG

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