SAP CL_GUI_ECATT_FAVORITES_TREE OO Class - eCATT: ALV-Tree for Favorites









CL_GUI_ECATT_FAVORITES_TREE 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_FAVORITES_TREE including details of:

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



Method list of CL_GUI_ECATT_FAVORITES_TREE 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
BUILD_TOOLBARBuild ToolbarPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>BUILD_TOOLBAR...more details

CHANGE_TOOLBARChange ToolbarPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>CHANGE_TOOLBAR...more details

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

CREATE_HIERARCHYCreate hierarchy of ALV TreePrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>CREATE_HIERARCHY...more details

DEFINE_DND_BEHAVIOURDefine DND BehaviourPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>DEFINE_DND_BEHAVIOUR...more details

DISPLAY_ALVTREE_FIRSTDisplay ALV Tree for the First TimePublic
CALL METHOD cl_gui_ecatt_favorites_tree=>DISPLAY_ALVTREE_FIRST...more details

ON_BUTTON_CLICKClick on Button in ALV TreePrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>ON_BUTTON_CLICK...more details

ON_CONTEXT_MENU_REQUESTHandle Context Menu RequestPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>ON_CONTEXT_MENU_REQUEST...more details

ON_CONTEXT_MENU_SELECTHandle Context Menu SelektionPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>ON_CONTEXT_MENU_SELECT...more details

ON_DOUBLE_CLICKOn Double ClickPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>ON_DOUBLE_CLICK...more details

ON_DRAGOn DragPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>ON_DRAG...more details

ON_DROPOn DropPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>ON_DROP...more details

ON_TOOLBAR_COMMANDClick on toolbar buttonPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>ON_TOOLBAR_COMMAND...more details

READ_SELECTIONRead saved information und set selected cellPublic
CALL METHOD cl_gui_ecatt_favorites_tree=>READ_SELECTION...more details

REFRESHRefresh ALVPublic
CALL METHOD cl_gui_ecatt_favorites_tree=>REFRESH...more details

REGISTER_EVENTSRegister EventsPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>REGISTER_EVENTS...more details

SAVE_PERSONALIZATIONSave PersonalizationPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>SAVE_PERSONALIZATION...more details

SAVE_SELECTIONSave information about the selected cellPublic
CALL METHOD cl_gui_ecatt_favorites_tree=>SAVE_SELECTION...more details

SET_FIELDCATSet Field CatalogPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>SET_FIELDCAT...more details

SET_FIELDCAT_INITIALSet Field Catalog to Standard DisplayPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>SET_FIELDCAT_INITIAL...more details

START_ALVTREEStart ALV TreePublic
CALL METHOD cl_gui_ecatt_favorites_tree=>START_ALVTREE...more details

UC_ASSIGN_MAINSCREENUser Command: Copy Object Data to Mainscreen FormPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>UC_ASSIGN_MAINSCREEN...more details

UC_DELETE_FAVORITEUser Command: Delete FavoritePrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>UC_DELETE_FAVORITE...more details

UC_FAV_SEARCH_LOGSSearch Logs of Testscript/TestconfigurationPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>UC_FAV_SEARCH_LOGS...more details

UC_INSERT_FAVORITEUser Command: Insert FavoritePrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>UC_INSERT_FAVORITE...more details

UC_TOGGLE_OBJ_TYPEUser Command: Toggle Visibility of eCATT ObjectPrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>UC_TOGGLE_OBJ_TYPE...more details

UPDATE_SELECTED_DATARead selected line into as_table_linePrivate
CALL METHOD cl_gui_ecatt_favorites_tree=>UPDATE_SELECTED_DATA...more details



CL_GUI_ECATT_FAVORITES_TREE 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
AO_ALV_TREEInstance AttributeALV Tree ControlLIKE
CL_GUI_ALV_TREE
Private
AO_FAVORITES_APLInstance AttributeeCATT - User FavoritesLIKE
CL_APL_ECATT_FAVORITES
Private
AO_LEAF_BEHAVIOURInstance AttributeLeaf BehaviourLIKE
CL_DRAGDROP
Private
AO_NODE_BEHAVIOURInstance AttributeNode BehaviourLIKE
CL_DRAGDROP
Private
AO_TOOLBARInstance AttributeToolbar ControlLIKE
CL_GUI_TOOLBAR
Private
AS_FIELDCATALOG_WAInstance AttributeALV control: Field catalogLIKE
LVC_S_FCAT
Private
AS_TABLE_LINEInstance AttributeeCATT Structure for Objects (UI)LIKE
ETFAV_UI_OBJ
Public
AT_FIELDCATALOGInstance AttributeField Catalog for List Viewer ControlLIKE
LVC_T_FCAT
Private
AT_OBJ_TYPESInstance AttributeeCATT Table Type of ETOBJ_TYPELIKE
ETFAV_OBJ_TYPE_TT
Private
AT_TABLE_DATAInstance AttributeeCATT Table Type of ETFAV_UI_OBJLIKE
ETFAV_UI_OBJ_TT
Private
AV_SEL_OBJ_TYPEInstance AttributeeCATT Object Type (Test Data, Script, Configuration, etc.)LIKE
ETOBJ_TYPE
Private
AV_USE_RAD_SELInstance AttributeLIKE
ABAP_BOOL
Private
CO_STRUCTURE_NAMEConstantTable Name'ETFAV_UI_OBJ'LIKE
TABNAME
Private
FC_ASSIGN_MAINSCREENConstantFunction Code that Triggered PAI'ASSIGN_MS'LIKE
SYUCOMM
Private
FC_DELETE_FAVORITEConstantFunction Code'DELETE_FAVORITE'LIKE
SYUCOMM
Private
FC_INSERT_FAVORITEConstantFunction Code'INSERT_FAVORITE'LIKE
SYUCOMM
Public
FC_TOGGLE_ECSCConstant'TOGGLE_ECSC'LIKE
SYUCOMM
Private
FC_TOGGLE_ECSDConstant'TOGGLE_ECSD'LIKE
SYUCOMM
Private
FC_TOGGLE_ECSPConstant'TOGGLE_ECSP'LIKE
SYUCOMM
Private
FC_TOGGLE_ECTCConstant'TOGGLE_ECTC'LIKE
SYUCOMM
Private
FC_TOGGLE_ECTDConstant'TOGGLE_ECTD'LIKE
SYUCOMM
Private
FC_TOGGLE_ECVOConstant'TOGGLE_ECVO'LIKE
SYUCOMM
Private
OK_CODEInstance AttributeFunction CodeLIKE
SYUCOMM
Public


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!