ECLOG_CALL SAP (Hierarchical Caller Information for Log) Table details

Dictionary Type: Table
Description: Hierarchical Caller Information for Log




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




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

ECLOG_CALL is a standard SAP Table which is used to store Hierarchical Caller Information for Log data and is available within R/3 SAP systems depending on the version and release level.

The ECLOG_CALL table consists of various fields, each holding specific information or linking keys about Hierarchical Caller Information for Log data available in SAP. These include LOGID (Current operation number), HI_LEVEL (eCATT Current Number of XML File), CALL_LEVEL (eCATT Current Number of XML File), CALL_TYPE (Type of Caller).. 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_CALL 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
HI_LEVELeCATT Current Number of XML File ETFIL_LNRNUMC2NUM2
CALL_LEVELeCATT Current Number of XML File ETFIL_LNRNUMC2NUM2
CALL_TYPEType of Caller ETCALL_TYPECHAR30ETCALL_TYPE
CALLING_OBJ_IDID of Calling Object ETCALLERCHAR60TEXT60
CALLING_OBJ_DESCTitle TWB_TITLECHAR75HIER_TEXT
CALLING_USERUser ID of Caller ETCALL_USERCHAR60TEXT60
SERVERCaller Host ETCALL_HOSTCHAR64CHAR64
LANGULanguage of Test Case Execution ETCALL_LANGUCHAR32TEXT32
CALLER_STARTDATEField of type DATS DATSDATS8DATS
CALLER_STARTTIMEField of type TIMS TIMSTIMS6TIME
.INCLU-_ES 0
RESTYPE_ESLog Type for Results ECRESTYPECHAR2ECRESTYPE
DETAIL_ESLevel of Detail for Results ECRESDETAILCHAR2ECRESDETAIL
.INCLU-_RR 0
RESTYPE_RRLog Type for Results ECRESTYPECHAR2ECRESTYPE
DETAIL_RRLevel of Detail for Results ECRESDETAILCHAR2ECRESDETAIL

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECLOG_CALL
INTO CORRESPONDING FIELDS OF WA_ECLOG_CALL
WHERE...

How to access SAP table ECLOG_CALL

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