ETMSG_FAIL_LIST SAP (Key and Command-Specific Part of Error List) Structure details

Dictionary Type: Structure
Description: Key and Command-Specific Part of Error List




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




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

ETMSG_FAIL_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Key and Command-Specific Part of Error List" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ETMSG_FAIL_LIST TYPE ETMSG_FAIL_LIST.

The ETMSG_FAIL_LIST table consists of various fields, each holding specific information or linking keys about Key and Command-Specific Part of Error List data available in SAP. These include LOGID (Current operation number), OBJ_LNR (Current Number of Object), SCR_LNR (eCATT Current Number of Script Command), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ETMSG_FAIL_LIST structure 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
CALL_TYPEType of Caller ETCALL_TYPECHAR30ETCALL_TYPE
CALLING_OBJ_IDCaller TZCALLERCHAR60TEXT60
CALLING_OBJ_DESCTitle TWB_TITLECHAR75HIER_TEXT
TESTPLAN_IDGUID for Structure HIER_TREEGCHAR32SYCHAR32S_TREE_ID
TESTPLANTest Plan Short Text ETTEXT_TESTPLANCHAR75HIER_TEXT
TWB_DEST 0
TWB_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
CONFIGTest Configuration ETTC_NAMECHAR30ETOBJ_NAME
VAR_IDVariant name ETVAR_IDCHAR30CHAR30
SCRIPTTest Script in Test Configuration ETSC_NAME_TOPCHAR30ETOBJ_NAME
VERSIONeCATT Object Version of Test Configuration Test Script ETOBJ_VER_TOPNUMC8NUM8
STATUSResult Status Test Script or Variant from Test Configuration ETLOG_EXEC_STATUSNUMC4ETLOG_EXEC_STATUS
STARTDATEStart Date ETLOG_SDATDATS8DATUM
STARTTIMEStart time ETLOG_STIMTIMS6UZEIT
TWB_IDeCATT Execution of TWB Node ID (Config./ Variant) ETEXEC_TWB_IDCHAR32SYCHAR32
SIZE_IN_KBTotal Sizeof Log in Database ETLOG_SIZENUMC12ETLOG_SIZE
TWB_STATUSTWB Status in the FAILURE Object ETTWB_STATUSCHAR46CHAR46
CSS_COUNTNumber of CSS Messages from the TWB ETTWB_CSS_COUNTNUMC4NUM4
STARTUSERStarter ETLOG_UNAMCHAR12Assigned to domainXUBNAME
SDATStart Date ETLOG_SDATDATS8DATUM
STIMStart time ETLOG_STIMTIMS6UZEIT
PRECONDActivate/Deactivate Precondition Handling ETPRECONDITIONCHAR1ETPRECONDITION
SCR_ERRCDeCATT Log Error Code ETLOG_ERCDNUMC4NUM4
SCR_CNDCDCondition Code X=not ok P=Passed F=Failed T=Traced E=Error ETLOG_CNDCCHAR1CHAR1
FUNCName of Command ETCMD_FUNCHAR30ETCMD_FUN
OBJECTObject for function ETCMD_OBJCHAR30CHAR30
PARAM_IDParameter Reference ID ETCMD_PARCHAR30CHAR30
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
SUT_SYSIDCATT - System ID CATSYSTEMCHAR3CATSYSTEMCSY
SUT_CLIENTSUT Client Such as CATMAND Char 3 ETSUT_CLIENTCHAR3CHAR3
SUT_USERUser Name SYUNAMECHAR12SYCHAR12
REF_SCRIPTTest Script ETSC_NAMECHAR30ETOBJ_NAME
REF_VERSIONeCATT Object Version ETOBJ_VERNUMC8NUM8
CONFIG_TEXTTest Configuration Short Text ETTEXT_CONFIGCHAR75HIER_TEXT
VARIANT_TEXTVariants Short Text ETTEXT_VARIANTCHAR60TEXT60
TOP_SCRIPT_TEXTTop Level Test Script Short Text ETTEXT_TOP_SCRCHAR75HIER_TEXT
REF_SCRIPT_TEXTREF Level Test Script Short Text ETTEXT_REF_SCRCHAR75HIER_TEXT
FAILURE 0

Key field Non-key field



How do I retrieve data from SAP structure ETMSG_FAIL_LIST using ABAP code?

As ETMSG_FAIL_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ETMSG_FAIL_LIST as there is no data to select.

How to access SAP table ETMSG_FAIL_LIST

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