LXE_ETCONF SAP (Configuration Data for CL_CG_EXT_TOOLS_SENTINEL) Table details

Dictionary Type: Table
Description: Configuration Data for CL_CG_EXT_TOOLS_SENTINEL




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




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

LXE_ETCONF is a standard SAP Table which is used to store Configuration Data for CL_CG_EXT_TOOLS_SENTINEL data and is available within R/3 SAP systems depending on the version and release level.

The LXE_ETCONF table consists of various fields, each holding specific information or linking keys about Configuration Data for CL_CG_EXT_TOOLS_SENTINEL data available in SAP. These include MAXPOLL (Maximum Polling Time for the Poller CL_CG_EXT_TOOLS_SENTINEL).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP LXE_ETCONF 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
DELAYWait Time for the Poller CG_EXT_TOOLS_SENTINEL LXEDELAYINT13LXEDELAY
MAXPOLLMaximum Polling Time for the Poller CL_CG_EXT_TOOLS_SENTINEL LXEMAXPOLLINT410LXEMAXPOLL

Key field Non-key field



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

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

SELECT SINGLE *
FROM LXE_ETCONF
INTO CORRESPONDING FIELDS OF WA_LXE_ETCONF
WHERE...

How to access SAP table LXE_ETCONF

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