SAP CL_GUI_ECATT_FAILURE_LIST OO Class - eCATT:Error Output









CL_GUI_ECATT_FAILURE_LIST is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_GUI_ECATT_FAILURE_LIST including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_GUI_ECATT_FAILURE_LIST is CL_GUI_ECATT_DATA

Method list of CL_GUI_ECATT_FAILURE_LIST SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_NOTIF_HDR_DETAILSCollect Message DetailsPrivate
CALL METHOD cl_gui_ecatt_failure_list=>ADD_NOTIF_HDR_DETAILS...more details

ADJUST_COL_ORDERArrange Columns in the Intended SequencePrivate
CALL METHOD cl_gui_ecatt_failure_list=>ADJUST_COL_ORDER...more details

ASK_FOR_MOREAsk user whether all lines should be processedPrivate
CALL METHOD cl_gui_ecatt_failure_list=>ASK_FOR_MORE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_gui_ecatt_failure_list=>CONSTRUCTOR...more details

CREATE_ISSUECreate a CSS MessagePrivate
CALL METHOD cl_gui_ecatt_failure_list=>CREATE_ISSUE...more details

DELETE_FAILUREDelete ErrorPrivate
CALL METHOD cl_gui_ecatt_failure_list=>DELETE_FAILURE...more details

DISPATCH_USER_COMMANDProcess UCOMM from StatusPublic
CALL METHOD cl_gui_ecatt_failure_list=>DISPATCH_USER_COMMAND...more details

GET_COLGRP_ATTRGet Field Group Attributes for a ColumnPrivate
CALL METHOD cl_gui_ecatt_failure_list=>GET_COLGRP_ATTR...more details

GET_CURRENT_ROWCurrent Row Which Is Either Selected or Under the CursorPrivate
CALL METHOD cl_gui_ecatt_failure_list=>GET_CURRENT_ROW...more details

GET_CURRENT_ROWSCurrent Row Which Is Either Selected or Under the CursorPrivate
CALL METHOD cl_gui_ecatt_failure_list=>GET_CURRENT_ROWS...more details

GET_GRP_SIGNGet Expander CharactersPrivate
CALL METHOD cl_gui_ecatt_failure_list=>GET_GRP_SIGN...more details

INIT_NOTIF_HDR_DETAILS_TABInitialize notif_hdr_details TablePrivate
CALL METHOD cl_gui_ecatt_failure_list=>INIT_NOTIF_HDR_DETAILS_TAB...more details

ON_BUTTON_CLICKColumn Header PressedPrivate
CALL METHOD cl_gui_ecatt_failure_list=>ON_BUTTON_CLICK...more details

ON_MENU_BUTTONDropdown Menu ExpandedPrivate
CALL METHOD cl_gui_ecatt_failure_list=>ON_MENU_BUTTON...more details

REFRESH_TWB_STATUSUpdates Status of Selected RowsPrivate
CALL METHOD cl_gui_ecatt_failure_list=>REFRESH_TWB_STATUS...more details

REGISTER_ISSUE_TO_TWBEnter CSS Message in TWB StatusPrivate
CALL METHOD cl_gui_ecatt_failure_list=>REGISTER_ISSUE_TO_TWB...more details

RE_QUERYRe-QueryPublic
CALL METHOD cl_gui_ecatt_failure_list=>RE_QUERY...more details

SELECT_OR_CREATE_ISSUESearch for or create a messagePrivate
CALL METHOD cl_gui_ecatt_failure_list=>SELECT_OR_CREATE_ISSUE...more details

SET_COLGRP_ATTRIBUTESCreate All Field Group AttributesPrivate
CALL METHOD cl_gui_ecatt_failure_list=>SET_COLGRP_ATTRIBUTES...more details

SET_COL_NOT_BLANKSet Column Is Not EmptyPrivate
CALL METHOD cl_gui_ecatt_failure_list=>SET_COL_NOT_BLANK...more details

SET_DATA_TO_GRIDPass Data to ALV GridPrivate
CALL METHOD cl_gui_ecatt_failure_list=>SET_DATA_TO_GRID...more details

SET_ECATT_FAILURE_LISTTransfer of FAILURE ObjectPublic
CALL METHOD cl_gui_ecatt_failure_list=>SET_ECATT_FAILURE_LIST...more details

SET_GRID_TITLEArrange Titles Over the Grid and Pass to GridPrivate
CALL METHOD cl_gui_ecatt_failure_list=>SET_GRID_TITLE...more details

SHOW_DETAILShow Details of a RowPrivate
CALL METHOD cl_gui_ecatt_failure_list=>SHOW_DETAIL...more details

SPGRP_SHOW_HIDEExpanded or Compressed Columns of Corresponding GroupPrivate
CALL METHOD cl_gui_ecatt_failure_list=>SPGRP_SHOW_HIDE...more details

UC_JUMP_LOGIDJump to LogPrivate
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_LOGID...more details

UC_JUMP_REF_SCRIPTJump to Referenced Script (Script with Error)Private
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_REF_SCRIPT...more details

UC_JUMP_SM59Jump to Transaction SM59Private
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_SM59...more details

UC_JUMP_ST22Jump to Transaction ST22Private
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_ST22...more details

UC_JUMP_SUTJump to Target System (SUT)Private
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_SUT...more details

UC_JUMP_TCJump to Test ConfigurationPrivate
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_TC...more details

UC_JUMP_TC_VARIANTJump to Variant Tab of a Test ConfigurationPrivate
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_TC_VARIANT...more details

UC_JUMP_TOP_SCRIPTJump to Top ScriptPrivate
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_TOP_SCRIPT...more details

UC_JUMP_TWBJump to TWB (Status: Plan, Package, ...)Private
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_TWB...more details

UC_JUMP_TWB_ISSUEGoto CSS Overview of the TWBPrivate
CALL METHOD cl_gui_ecatt_failure_list=>UC_JUMP_TWB_ISSUE...more details

UC_MANAGE_ISSUEGoto CSS Overview of the TWBPrivate
CALL METHOD cl_gui_ecatt_failure_list=>UC_MANAGE_ISSUE...more details

_UC_CREATE_ISSUECreate a CSS MessagePrivate
CALL METHOD cl_gui_ecatt_failure_list=>_UC_CREATE_ISSUE...more details

_UC_CREATE_ISSUE_AND_TWBCreate CSS Message and Enter in TWB StatusPrivate
CALL METHOD cl_gui_ecatt_failure_list=>_UC_CREATE_ISSUE_AND_TWB...more details

_UC_REGISTER_ISSUE_TO_TWBGoto CSS Overview of the TWBPrivate
CALL METHOD cl_gui_ecatt_failure_list=>_UC_REGISTER_ISSUE_TO_TWB...more details



CL_GUI_ECATT_FAILURE_LIST attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AP_ECATT_FAILURE_LISTInstance AttributeList by IF_APL_ECATT_FAILURE in eCATT LogLIKE
CL_APL_ECATT_FAILURE_LIST
Private
AS_VARIANTStatic AttributeLayout (External Use)LIKE
DISVARIANT
Public
AT_COLGRP_ATTRInstance AttributeGUI Specific Column AttributesLIKE
ETCOLGRP_ATTR_TABTYPE
Private
AT_NOTIF_HDR_DETAILSInstance AttributeDetails of Messages (for example CSS)LIKE
ETEX_NOTIF_HDR_DETAILS_TABTYPE
Private
AT_SPECIAL_GROUPSInstance AttributeALV Control: Table of Field GroupsLIKE
LVC_T_SGRP
Private
A_ERROR_LINESInstance AttributeNumber of Errors in OUTTABLIKE
SYTABIX
Private
A_GRP_CMD_TOGGLEInstance AttributeCommandFail:'0'=Comp;'1'=Expand Level1;'9'=Expand Completely'1'LIKE
CHAR1
Private
A_GRP_CNT_TOGGLEInstance AttributeCNT Counter:'0'=Comp;'1'=Expand Level1;'9'=Expand Completely'1'LIKE
CHAR1
Private
A_GRP_CSS_TOGGLEInstance AttributeCSS Fail:'0'=Comp;'1'=Expand Level1;'9'=Expand Completely'1'LIKE
CHAR1
Private
A_GRP_ESF_TOGGLEInstance AttributeESFFail:'0'=Compress;'1'=ExpandLevel1;'9'=ExpandedCompletely'1'LIKE
CHAR1
Private
A_GRP_EXC_TOGGLEInstance AttributeExceptionFail:'0'=Comp;'1'=ExpandLevel1;'9'=ExpandedCompltly'1'LIKE
CHAR1
Private
A_GRP_EXE_TOGGLEInstance AttributeExecutionData:'0'=Comp;'1'=ExpandLevel1;'9'=ExpandedCompltly'1'LIKE
CHAR1
Private
A_GRP_GEN_TOGGLEInstance AttributeFailGeneral:'0'=Comp;'1'=ExpandLevel1;'9'=ExpandedCompletely'1'LIKE
CHAR1
Private
A_GRP_KEY_TOGGLEInstance AttributeKEY:'0'=Comp; '1'=Expand Level1; '9'=Expanded Completely'0'LIKE
CHAR1
Private
A_GRP_MOD_TOGGLEInstance AttributeTestModuleData:'0'=Comp;'1'=ExpandLvl1;'9'=Expand Completely'1'LIKE
CHAR1
Private
A_GRP_SUT_TOGGLEInstance AttributeSUT Data:'0'=Comp;'1'=ExpandLevel1;'9'=ExpandedCompletely'0'LIKE
CHAR1
Private
A_GRP_T100_TOGGLEInstance AttributeT100 Fail:'0'=Comp;'1'=Expand Level1;'9'=Expand Completely'1'LIKE
CHAR1
Private
A_GRP_VAR_X_TOGGLEInstance AttributeVarParts:'0'=Comp;'1'=Expand Level1;'9'=Expand Completely'1'LIKE
CHAR1
Private
A_SHOW_NAME_VALUEInstance AttributeShow Name Value PairsSPACELIKE
ETONOFF
Private
A_SHOW_TWB_STATUSInstance AttributeRead TWB StatusLIKE
ETONOFF
Private
A_SKIP_BLANK_COLSInstance AttributeHide Empty ColumnsLIKE
ETONOFF
Private
CO_GRP_CMDConstantGroup Key: Error in General Command'CMD'LIKE
LVC_SPGRP
Private
CO_GRP_CNTConstantControl Key: Row Counter'CNT'LIKE
LVC_SPGRP
Private
CO_GRP_CSSConstantGroup Key: CSS Group'CSS'LIKE
LVC_SPGRP
Private
CO_GRP_ESFConstantControl Key: Error in ESF Command'ESF'LIKE
LVC_SPGRP
Private
CO_GRP_EXCConstantControl Key: Exceptions'EXC'LIKE
LVC_SPGRP
Private
CO_GRP_EXEConstantControl Key: Execution Data'EXE'LIKE
LVC_SPGRP
Private
CO_GRP_GENConstantControl Key: General Error'GEN'LIKE
LVC_SPGRP
Private
CO_GRP_KEYConstantControl Key: Object Key'KEY'LIKE
LVC_SPGRP
Private
CO_GRP_MODConstantControl Key: Test Mudule Data'MOD'LIKE
LVC_SPGRP
Private
CO_GRP_SUTConstantControl Key: SUT Data'SUT'LIKE
LVC_SPGRP
Private
CO_GRP_T100ConstantGroup Key: T100 Error'T100'LIKE
LVC_SPGRP
Private
CO_GRP_VAR_XConstantGroup Key: Variable Parts in Name Value Structure'VARX'LIKE
LVC_SPGRP
Private
CO_ISSUE_CREATEConstantType: Create Message'CREATE'LIKE
NOTIF_TYPE
Private
CO_ISSUE_USEConstantType: Use Message'USE'LIKE
NOTIF_TYPE
Private
CO_STRUCTURE_NAMEConstantStructure for ALVGRID'ETFAILURE_GUI'LIKE
TABNAME
Private
CO_UC_CREATE_ISSUEConstantCreate Message'FL_CREATE_ISSUE'LIKE
SYUCOMM
Private
CO_UC_DELETE_FAILUREConstantCOnstant: Delete Error'FL_DELETE_FAILURE'LIKE
SYUCOMM
Private
CO_UC_JUMP_LOGConstantConstant: Jump to Log'FL_JUMP_LOG'LIKE
SYUCOMM
Private
CO_UC_JUMP_REF_SCRIPTConstantConstant: Jump to Script Where Error Originated'FL_JUMP_REF_SCRIPT'LIKE
SYUCOMM
Private
CO_UC_JUMP_SM59Instance AttributeLIKE
Private
CO_UC_JUMP_ST22Instance AttributeLIKE
Private
CO_UC_JUMP_SUTInstance AttributeLIKE
Private
CO_UC_JUMP_TCInstance AttributeLIKE
Private
CO_UC_JUMP_TC_VARIANTInstance AttributeLIKE
Private
CO_UC_JUMP_TOP_SCRIPTInstance AttributeLIKE
Private
CO_UC_JUMP_TWBConstantConstant: Jump to the TWB'FL_JUMP_TWB'LIKE
SYUCOMM
Private
CO_UC_JUMP_TWB_ISSUEInstance AttributeLIKE
Private
CO_UC_MANAGE_ISSUEConstantMessage Administration'FL_MANAGE_ISSUE'LIKE
SYUCOMM
Private
CO_UC_REFRESH_TWB_STATUSConstantConstant: Only Refresh TWB Status'FL_REFRESH_TWB_STATUS'LIKE
SYUCOMM
Private
CO_UC_USE_ISSUEConstantUse Message Number'FL_USE_ISSUE'LIKE
SYUCOMM
Private
OUTTABInstance AttributeGUI Error ListLIKE
ETFAILURE_TABTYPE
Private
WA_OUTTABInstance AttributeGUI Error ListLIKE
ETFAILURE
Private


Links to Related Class(s)

CL_GUI_E...
Full list of available SAP object classes

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!