ECLOG_EXT SAP (Table of Test Tool Log of Script Line) Table details

Dictionary Type: Table
Description: Table of Test Tool Log of Script Line




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




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

ECLOG_EXT is a standard SAP Table which is used to store Table of Test Tool Log of Script Line data and is available within R/3 SAP systems depending on the version and release level.

The ECLOG_EXT table consists of various fields, each holding specific information or linking keys about Table of Test Tool Log of Script Line data available in SAP. These include LOGID (Current operation number), OBJ_LNR (Current Number of Object), SCRIPT_LNR (eCATT Current Number of Script Command), PART_ID (Comment).. 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: Cannot Be Enhanced


SAP ECLOG_EXT 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_IDNUMC10ECLOG_HEADNUM10
OBJ_LNRCurrent Number of Object ETOBJ_LNRNUMC8ECLOG_SCRNUM8
SCRIPT_LNReCATT Current Number of Script Command ETSCR_LNRNUMC10ECLOG_SCRNUM10
PART_IDComment CHAR50CHAR50TEXT50
COMM_IDGlobally Unique Identifier GUIDRAW16
TOOLNAMEName of Test Tool ETTOOLNAMECHAR40ETTOOLNAME
FILE_TYPE3-Byte field CHAR3CHAR3CHAR3
FILE_PATH 0
FILE_CONTENT 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECLOG_EXT
INTO CORRESPONDING FIELDS OF WA_ECLOG_EXT
WHERE...

How to access SAP table ECLOG_EXT

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