ECLOG_CONF SAP (Table for Log Entries of the Test Configuration) Table details

Dictionary Type: Table
Description: Table for Log Entries of the Test Configuration




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




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

ECLOG_CONF is a standard SAP Table which is used to store Table for Log Entries of the Test Configuration data and is available within R/3 SAP systems depending on the version and release level.

The ECLOG_CONF table consists of various fields, each holding specific information or linking keys about Table for Log Entries of the Test Configuration data available in SAP. These include LOGID (Current operation number), CONT_LNR (eCATT Current Number Data Container), CONTNAME (eCATT Object), CONTVERS (eCATT Object Version).. 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 (character-type)


SAP ECLOG_CONF 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
LOGIDCurrent operation number ETLOG_IDNUMC10NUM10
CONT_LNReCATT Current Number Data Container ETCONT_LNRNUMC10
CONTNAMEeCATT Object ETOBJ_NAMECHAR30ETOBJ_NAME
CONTVERSeCATT Object Version ETOBJ_VERNUMC8NUM8
CONTTYPEeCATT Object Type (Test Data, Script, Configuration, etc.) ETOBJ_TYPECHAR4ETOBJ_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECLOG_CONF
INTO CORRESPONDING FIELDS OF WA_ECLOG_CONF
WHERE...

How to access SAP table ECLOG_CONF

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