SAP ABAP Class CL_APL_ECATT_FAILURE_LIST (List via IF_APL_ECATT_FAILURE in eCATT Log)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_MIDDLEWARE (Package) eCATT Middleware Objects
Properties
Class CL_APL_ECATT_FAILURE_LIST  
Short Description List via IF_APL_ECATT_FAILURE in eCATT Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECATT_MIDDLEWARE   eCATT Middleware Objects 
Created 20071015   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_APL_ECATT_FAILURE_LIST has no forward declaration.
Interfaces
Class CL_APL_ECATT_FAILURE_LIST has no interface implemented.
Friends
Class CL_APL_ECATT_FAILURE_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AP_FAIL_SELECT Instance attribute Public Object reference (TYPE REF TO) CL_APL_ECATT_FAIL_SELECT Select Options 20080306
2 AT_FAILURE Instance attribute Public Type reference (TYPE) ETFAILURE_LIST_TABTYPE Table of Error Effects in the eCATT Log 20071015
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_LIST Instance method Public Method Delete Internal Tables and List Objects 20071204
2 COMPLETE_LIST Instance method Public Method Complete Key and Command-Specific Parts in List 20071204
3 CONSTRUCTOR Instance method Public Constructor 20080307
4 DELETE_FROM_DB Instance method Private Method Delete Error List for a LOGID of the DB 20080708
5 DELETE_LIST Instance method Public Method Delete DB Error List 20080709
6 GET_FAILURE Instance method Public Method Get Failure Object for No. 20071017
7 GET_LIST Instance method Public Method Get Failure List as Table 20080212
8 REPORT_FAILURE Instance method Public Method Report Error Effect in List 20071015
9 RE_QUERY Instance method Public Method Select AP_FAIL_SELECT from the DB 20080306
10 SAVE_LIST Instance method Public Method Save All Entries in Database 20071204
11 SET_FROM_DB Instance method Public Method Report DB Error Effect to List 20080212
Events
Class CL_APL_ECATT_FAILURE_LIST has no event.
Types
Class CL_APL_ECATT_FAILURE_LIST has no local type.
Method Signatures

Method CLEAR_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEEP_PRECONDITION Call by reference Type reference (TYPE) ETONOFF SPACE eCATT Schalter Ein/Aus 20071206

Method CLEAR_LIST on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method COMPLETE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGID Call by reference Type reference (TYPE) ETLOG_ID Laufende Vorgangsnummer 20071204
2 Importing I_LOG_CNDCD Call by reference Type reference (TYPE) ETLOG_CNDC Conditioncode X=nicht ok P=Passed F=Failed T=Traced E=Error 20071204
3 Importing I_LOG_ERRCD Call by reference Type reference (TYPE) ETLOG_ERCD eCATT Protokoll Errorcode 20071204
4 Importing I_LOG_FUNC Call by reference Type reference (TYPE) ETCMD_FUN Name eines Kommandos 20071204
5 Importing I_LOG_OBJECT Call by reference Type reference (TYPE) ETCMD_OBJ Objekt zur Funktion 20071204
6 Importing I_LOG_OBJ_LNR Call by reference Type reference (TYPE) ETOBJ_LNR Laufende Nummer eines Objektes 20071204
7 Importing I_LOG_PARAM_ID Call by reference Type reference (TYPE) ETCMD_PAR Parameterreferenzkennung 20071205
8 Importing I_LOG_RFCDEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20071204
9 Importing I_LOG_SCR_LNR Call by reference Type reference (TYPE) ETSCR_LNR eCATT Laufende Nummer des Scriptbefehls 20071204
10 Importing I_LOG_STIM Call by reference Type reference (TYPE) ETLOG_STIM Startzeit 20080212

Method COMPLETE_LIST on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FAIL_SELECT Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_FAIL_SELECT Selektion zur Fehlerliste 20080307

Method CONSTRUCTOR on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method DELETE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DELETED Call by reference Type reference (TYPE) ETONOFF Einträge sind nicht mehr vorhanden 20080709
2 Exporting E_DEL_COUNT Call by reference Type reference (TYPE) SYDBCNT Anzahl gelöschter Einträge aus ECLOG_FAIL Tabellen 20080711
3 Exporting E_LOCKED Call by reference Type reference (TYPE) ETONOFF Logid ist gesperrt 20080711
4 Importing I_LOGID Call by reference Type reference (TYPE) ETLOG_ID Laufende Vorgangsnummer 20080709

Method DELETE_FROM_DB on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method DELETE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SEL_KEY Call by reference Type reference (TYPE) ETSEL_FAIL_KEY_TABTYPE Selektierte Keys im FAILURE-Objekt 20080709

Method DELETE_LIST on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method GET_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_FAILURE Call by reference Object reference (TYPE REF TO) IF_APL_ECATT_FAILURE Durch Test festgestellte Fehlerwirkung 20071017
2 Importing I_LOGID Call by reference Type reference (TYPE) ETLOG_ID Laufende Vorgangsnummer 20080212
3 Importing I_OBJ_LNR Call by reference Type reference (TYPE) ETOBJ_LNR Laufende Nummer eines Objektes 20080212
4 Importing I_SCR_LNR Call by reference Type reference (TYPE) ETSCR_LNR 0000000000 eCATT Laufende Nummer des Scriptbefehls 20080212

Method GET_FAILURE on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAIL_LIST Call by reference Type reference (TYPE) ETMSG_FAIL_LIST_TABTYPE Gesamtstruktur der FAILURE-Liste 20080212

Method GET_LIST on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method REPORT_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FAILURE Call by reference Object reference (TYPE REF TO) IF_APL_ECATT_FAILURE Durch Test festgestellte Fehlerwirkung 20071015

Method REPORT_FAILURE on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method RE_QUERY Signature

Method RE_QUERY on class CL_APL_ECATT_FAILURE_LIST has no parameter.
# Exception Resumable Description Created on
1 NOTHING_FOUND Für die Selektion wurden keine Einträge gefunden 20080306

Method SAVE_LIST Signature

Method SAVE_LIST on class CL_APL_ECATT_FAILURE_LIST has no parameter.
Method SAVE_LIST on class CL_APL_ECATT_FAILURE_LIST has no exception.

Method SET_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SEL_KEY Call by reference Type reference (TYPE) ETSEL_FAIL_KEY_TABTYPE Selektierte Keys im FAILURE-Objekt 20080228
2 Importing I_SHOW_SHORT_TEXT Call by reference Type reference (TYPE) ETONOFF 'X' X = Kurztexte holen 20080303
3 Importing I_SHOW_TWB_STATUS Call by reference Type reference (TYPE) ETONOFF 'X' X = TWB Status holen 20080430

Method SET_FROM_DB on class CL_APL_ECATT_FAILURE_LIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710