ECLOG_FAIL_MSG SAP (General Message Parts in FAILURE Object) Table details

Dictionary Type: Table
Description: General Message Parts in FAILURE Object




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




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

ECLOG_FAIL_MSG is a standard SAP Table which is used to store General Message Parts in FAILURE Object data and is available within R/3 SAP systems depending on the version and release level.

The ECLOG_FAIL_MSG table consists of various fields, each holding specific information or linking keys about General Message Parts in FAILURE Object data available in SAP. These include LOGID (Current operation number), OBJ_LNR (Current Number of Object), SCR_LNR (eCATT Current Number of Script Command), MSG_LNR (Message Index).. 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 ECLOG_FAIL_MSG 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
OBJ_LNRCurrent Number of Object ETOBJ_LNRNUMC8NUM8
SCR_LNReCATT Current Number of Script Command ETSCR_LNRNUMC10NUM10
MSG_LNRMessage Index ETMSG_INDXNUMC4NUMC4
MSGTYPMessage Type (A, E, I, W, S, X) ETMSG_TYPCHAR1ETMSG_TYP
MSGKINDMessage Type:T100, BAL, EXCP, ESF_T100, ESF_FREE, COMM, SYST ETMSG_KINDCHAR12ETMSG_KIND
MSGSOURCEMessage Origin (ECATT, SUT, RFC) ETMSG_SOURCECHAR8ETMSG_SOURCE
MSGIDMessage ID such as BDC_MID Char 20 ETMSG_MSGIDCHAR20CHAR20
MSGNRMessage Number such as BDC_MNR Char 3 ETMSG_MSGNRCHAR3CHAR3
SEL_TEXTMessage Text for DB Selection ETSEL_MSG_TEXTCHAR100CHAR100
MSGTEXTMessage Text ETMSG_TEXTSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECLOG_FAIL_MSG
INTO CORRESPONDING FIELDS OF WA_ECLOG_FAIL_MSG
WHERE...

How to access SAP table ECLOG_FAIL_MSG

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