SAP CL_GUI_ECATT_TREE OO Class - Tree Class for Display in Editor









CL_GUI_ECATT_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_TREE including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_GUI_ECATT_XML_EVENTS

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_LIST_TREE_MODEL_ITEM_PROV

Method list of CL_GUI_ECATT_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
ADD_NODE_ITEMSLoad Items of a Single NodeProtected
CALL METHOD cl_gui_ecatt_tree=>ADD_NODE_ITEMS...more details

BUILD_DISPLAY_GUISet Up DisplayPrivate
CALL METHOD cl_gui_ecatt_tree=>BUILD_DISPLAY_GUI...more details

CHANGE_FOLDERSChange Appearance of Folder NodePrivate
CALL METHOD cl_gui_ecatt_tree=>CHANGE_FOLDERS...more details

CHECK_COLUMN_ENTRYSearch Entry in ColumnProtected
CALL METHOD cl_gui_ecatt_tree=>CHECK_COLUMN_ENTRY...more details

CHECK_EMPTY_TABLEFind Depending Nodes of an Empty Table TypeProtected
CALL METHOD cl_gui_ecatt_tree=>CHECK_EMPTY_TABLE...more details

CHECK_FOLDER_CHANGESAfter Modification Shape of Folders (Folder Node) Can ChangeProtected
CALL METHOD cl_gui_ecatt_tree=>CHECK_FOLDER_CHANGES...more details

CHECK_FOR_CHANGESEmpty Table Types Changed?Private
CALL METHOD cl_gui_ecatt_tree=>CHECK_FOR_CHANGES...more details

COLLAPSECollapse Tree FolderPublic
CALL METHOD cl_gui_ecatt_tree=>COLLAPSE...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_ecatt_tree=>CONSTRUCTOR...more details

CONV_KEYSRename Key for GUI ScriptingProtected
CALL METHOD cl_gui_ecatt_tree=>CONV_KEYS...more details

DEREGISTER_EVENTSLogout Event HandlerProtected
CALL METHOD cl_gui_ecatt_tree=>DEREGISTER_EVENTS...more details

DISPLAY_BUILDERSet Up or Change Node Table for TreeProtected
CALL METHOD cl_gui_ecatt_tree=>DISPLAY_BUILDER...more details

DOM2KEYSet Individual Key from DOM to Tree DisplayProtected
CALL METHOD cl_gui_ecatt_tree=>DOM2KEY...more details

ES_NEED_REFRESHRefresh ESF Data NodePrivate
CALL METHOD cl_gui_ecatt_tree=>ES_NEED_REFRESH...more details

EXPANDExpand treePublic
CALL METHOD cl_gui_ecatt_tree=>EXPAND...more details

EXPAND_NODESExpand Specified NodesPrivate
CALL METHOD cl_gui_ecatt_tree=>EXPAND_NODES...more details

FILL_EVENTSFill Event Table for Column Tree ObjectsProtected
CALL METHOD cl_gui_ecatt_tree=>FILL_EVENTS...more details

FILL_ITEM_DEMANDFill Items for Tree ControlProtected
CALL METHOD cl_gui_ecatt_tree=>FILL_ITEM_DEMAND...more details

FIND_TITLESearch TitlePrivate
CALL METHOD cl_gui_ecatt_tree=>FIND_TITLE...more details

GET_ATTRIBUTESGet AttributesPublic
CALL METHOD cl_gui_ecatt_tree=>GET_ATTRIBUTES...more details

GET_EXPANDED_NODETable of Expanded Nodes - Fill PathsPrivate
CALL METHOD cl_gui_ecatt_tree=>GET_EXPANDED_NODE...more details

GET_EXPANDED_NODESFill Table of Expanded NodesPrivate
CALL METHOD cl_gui_ecatt_tree=>GET_EXPANDED_NODES...more details

GET_IMAGEQuery Appearance of NodePrivate
CALL METHOD cl_gui_ecatt_tree=>GET_IMAGE...more details

GET_ITEMSPrivate
CALL METHOD cl_gui_ecatt_tree=>GET_ITEMS...more details

GET_LIFEGet State of ControlProtected
CALL METHOD cl_gui_ecatt_tree=>GET_LIFE...more details

GET_LIFE_NEWRecreate Control for List Tree ModelProtected
CALL METHOD cl_gui_ecatt_tree=>GET_LIFE_NEW...more details

GET_NODENavigate NodeProtected
CALL METHOD cl_gui_ecatt_tree=>GET_NODE...more details

GET_SELECTED_NODEGet Node Currently SelectedPublic
CALL METHOD cl_gui_ecatt_tree=>GET_SELECTED_NODE...more details

GET_SELECTED_PATHDetermine Path of Last Node SelectedPublic
CALL METHOD cl_gui_ecatt_tree=>GET_SELECTED_PATH...more details

GET_WIDTHRead Width of Name FieldPrivate
CALL METHOD cl_gui_ecatt_tree=>GET_WIDTH...more details

HANDLE_CONTEXT_REQUESTContext Menu SelectedPrivate
CALL METHOD cl_gui_ecatt_tree=>HANDLE_CONTEXT_REQUEST...more details

HANDLE_CONTEXT_SELECTEntry in Context Menu SelectedPrivate
CALL METHOD cl_gui_ecatt_tree=>HANDLE_CONTEXT_SELECT...more details

HANDLE_ITEM_ADDITIONAdd Individual Items to Tree Model Without Node ChangePrivate
CALL METHOD cl_gui_ecatt_tree=>HANDLE_ITEM_ADDITION...more details

HAS_REF_OR_VALUENode Contains Subnodes with Values or ParametersPrivate
CALL METHOD cl_gui_ecatt_tree=>HAS_REF_OR_VALUE...more details

INSIDE_DRAG_ALLOWEDDrag 'n' DropPrivate
CALL METHOD cl_gui_ecatt_tree=>INSIDE_DRAG_ALLOWED...more details

INTEGRITY_CHECKIntegrity Check for Control TablesProtected
CALL METHOD cl_gui_ecatt_tree=>INTEGRITY_CHECK...more details

IS_SINGLE_BRANCHEnd Node Is on Level of Single SubnodePrivate
CALL METHOD cl_gui_ecatt_tree=>IS_SINGLE_BRANCH...more details

KEY2DOMSet Individual Key from Tree to DOM DisplayProtected
CALL METHOD cl_gui_ecatt_tree=>KEY2DOM...more details

LOAD_ITEMReload Single ItemsProtected
CALL METHOD cl_gui_ecatt_tree=>LOAD_ITEM...more details

LOAD_NODESCreate Display for Lazy LoadingPrivate
CALL METHOD cl_gui_ecatt_tree=>LOAD_NODES...more details

MAKE_HEADERCreate Heading NodeProtected
CALL METHOD cl_gui_ecatt_tree=>MAKE_HEADER...more details

MAKE_LOGProvide Tree for LogPublic
CALL METHOD cl_gui_ecatt_tree=>MAKE_LOG...more details

MANAGE_FLAVORSDrag and Drop Administration of FlavorProtected
CALL METHOD cl_gui_ecatt_tree=>MANAGE_FLAVORS...more details

MARK_USED_FOLDERSChange Display of Maintained Folders (Folder Nodes)Protected
CALL METHOD cl_gui_ecatt_tree=>MARK_USED_FOLDERS...more details

MSG_ADDITION_ENABLEDMessage Definitions AllowedPrivate
CALL METHOD cl_gui_ecatt_tree=>MSG_ADDITION_ENABLED...more details

NAVIGATESelect Different NodePublic
CALL METHOD cl_gui_ecatt_tree=>NAVIGATE...more details

NODE_GET_IMAGEDetermine Presentation of NodePrivate
CALL METHOD cl_gui_ecatt_tree=>NODE_GET_IMAGE...more details

NODE_GET_ITEMGet Individual Items of TreePrivate
CALL METHOD cl_gui_ecatt_tree=>NODE_GET_ITEM...more details

ON_BUTTON_CLICKButton ClickProtected
CALL METHOD cl_gui_ecatt_tree=>ON_BUTTON_CLICK...more details

ON_CHECKBOX_CHANGEClass Checkbox ClickedProtected
CALL METHOD cl_gui_ecatt_tree=>ON_CHECKBOX_CHANGE...more details

ON_DRAGDrag NodeProtected
CALL METHOD cl_gui_ecatt_tree=>ON_DRAG...more details

ON_DRAG_MULTIPLEDrag Multiple NodesProtected
CALL METHOD cl_gui_ecatt_tree=>ON_DRAG_MULTIPLE...more details

ON_DROPWhen Dropping an Object onto a NodeProtected
CALL METHOD cl_gui_ecatt_tree=>ON_DROP...more details

ON_DROP_COMPLETETerminate Dropping onto NodeProtected
CALL METHOD cl_gui_ecatt_tree=>ON_DROP_COMPLETE...more details

ON_DROP_COMPLETE_MULTIPLEMultiple drops were successfulProtected
CALL METHOD cl_gui_ecatt_tree=>ON_DROP_COMPLETE_MULTIPLE...more details

ON_DROP_GET_FLAVORSpecify Type of Drag&Drop EventProtected
CALL METHOD cl_gui_ecatt_tree=>ON_DROP_GET_FLAVOR...more details

ON_EXPAND_NO_CHILDRENIf No Subnodes Exist,Protected
CALL METHOD cl_gui_ecatt_tree=>ON_EXPAND_NO_CHILDREN...more details

ON_ITEM_CONTEXT_MENU_REQUESTRequest Context Menu for an ItemProtected
CALL METHOD cl_gui_ecatt_tree=>ON_ITEM_CONTEXT_MENU_REQUEST...more details

ON_ITEM_CONTEXT_MENU_SELECTContext Menu Entry of Item SelectedProtected
CALL METHOD cl_gui_ecatt_tree=>ON_ITEM_CONTEXT_MENU_SELECT...more details

ON_ITEM_DOUBLE_CLICKChange EntryProtected
CALL METHOD cl_gui_ecatt_tree=>ON_ITEM_DOUBLE_CLICK...more details

ON_ITEM_KEYPRESSButton Clicked, Element SelectedProtected
CALL METHOD cl_gui_ecatt_tree=>ON_ITEM_KEYPRESS...more details

ON_LINK_CLICKLink ClickedProtected
CALL METHOD cl_gui_ecatt_tree=>ON_LINK_CLICK...more details

ON_NODE_CONTEXT_MENU_REQUESTContext Menu Request for a NodeProtected
CALL METHOD cl_gui_ecatt_tree=>ON_NODE_CONTEXT_MENU_REQUEST...more details

ON_NODE_CONTEXT_MENU_SELECTContext Menu Entry SelectedProtected
CALL METHOD cl_gui_ecatt_tree=>ON_NODE_CONTEXT_MENU_SELECT...more details

ON_NODE_DOUBLE_CLICKDouble-Click on a NodeProtected
CALL METHOD cl_gui_ecatt_tree=>ON_NODE_DOUBLE_CLICK...more details

ON_NODE_KEYPRESSNode Selected, Button ClickedProtected
CALL METHOD cl_gui_ecatt_tree=>ON_NODE_KEYPRESS...more details

RAISE_XML_EXCEPTIONTrigger Exception in XML ClassProtected
CALL METHOD cl_gui_ecatt_tree=>RAISE_XML_EXCEPTION...more details

REFRESHRefresh Tree ViewPublic
CALL METHOD cl_gui_ecatt_tree=>REFRESH...more details

REGISTER_EVENTSRegister and Unregister Event HandlerProtected
CALL METHOD cl_gui_ecatt_tree=>REGISTER_EVENTS...more details

RENUMBERNumber Table RowsPrivate
CALL METHOD cl_gui_ecatt_tree=>RENUMBER...more details

RENUMBER_GUIEnumerate Gui NodesProtected
CALL METHOD cl_gui_ecatt_tree=>RENUMBER_GUI...more details

RENUMBER_ITEMRecount Table Row After DeletionProtected
CALL METHOD cl_gui_ecatt_tree=>RENUMBER_ITEM...more details

RESETReset Convertion Tables and Internal TablesProtected
CALL METHOD cl_gui_ecatt_tree=>RESET...more details

SET_ATTRIBUTESSet AttributesPublic
CALL METHOD cl_gui_ecatt_tree=>SET_ATTRIBUTES...more details

SET_CHANGESChanges Require the Refreshing of the TreeProtected
CALL METHOD cl_gui_ecatt_tree=>SET_CHANGES...more details

SET_EXPANDERSet Expandable Flag for NodePrivate
CALL METHOD cl_gui_ecatt_tree=>SET_EXPANDER...more details

SET_IMAGEChange Appearance of NodePrivate
CALL METHOD cl_gui_ecatt_tree=>SET_IMAGE...more details

SET_NAMESet Name Item in TreePrivate
CALL METHOD cl_gui_ecatt_tree=>SET_NAME...more details

SET_NAMESSet Labeling of GUI Folder NodesPrivate
CALL METHOD cl_gui_ecatt_tree=>SET_NAMES...more details

SET_NAMES_USERSet Labeling of GUI Folder NodesPrivate
CALL METHOD cl_gui_ecatt_tree=>SET_NAMES_USER...more details

SET_SCRIPTINGSwitch On/Off ScriptingProtected
CALL METHOD cl_gui_ecatt_tree=>SET_SCRIPTING...more details

SET_SELECTED_NODESelect NodeProtected
CALL METHOD cl_gui_ecatt_tree=>SET_SELECTED_NODE...more details

SET_SORTPredefine Sorting of Runtime TableProtected
CALL METHOD cl_gui_ecatt_tree=>SET_SORT...more details

SET_TAB_COLLECTIONCreate List of Nodes to Be NumberedPrivate
CALL METHOD cl_gui_ecatt_tree=>SET_TAB_COLLECTION...more details

SHOW_TREEDisplay TreeProtected
CALL METHOD cl_gui_ecatt_tree=>SHOW_TREE...more details

STOPResolve and Clear TreePublic
CALL METHOD cl_gui_ecatt_tree=>STOP...more details

TREE_APPENDERAdds Node to Tree ModelProtected
CALL METHOD cl_gui_ecatt_tree=>TREE_APPENDER...more details

UI_CHECK_INTEGRITYCheck Synchronization of DOM Using ITABPrivate
CALL METHOD cl_gui_ecatt_tree=>UI_CHECK_INTEGRITY...more details

UI_DETERMINE_STATUSDetermine Status of Execution for UI DriversProtected
CALL METHOD cl_gui_ecatt_tree=>UI_DETERMINE_STATUS...more details

UI_GET_BRANCH_INFO_FOR_MENUCheck Node for Suitable Context MenuPrivate
CALL METHOD cl_gui_ecatt_tree=>UI_GET_BRANCH_INFO_FOR_MENU...more details

UI_INIT_RENAMINGCreate Table Nodes to Be RenamedPrivate
CALL METHOD cl_gui_ecatt_tree=>UI_INIT_RENAMING...more details

UI_IS_EXPANDEDWD: Have Segments Already Been Stored?Private
CALL METHOD cl_gui_ecatt_tree=>UI_IS_EXPANDED...more details

UI_NEEDS_RENAMINGUI Node Is Renamed for DisplayProtected
CALL METHOD cl_gui_ecatt_tree=>UI_NEEDS_RENAMING...more details

UI_NEED_ERRORSetting of Error Status RequiredPrivate
CALL METHOD cl_gui_ecatt_tree=>UI_NEED_ERROR...more details

UI_NEED_RELOADReload Removed Command Interface PartsPrivate
CALL METHOD cl_gui_ecatt_tree=>UI_NEED_RELOAD...more details

UI_RAISE_EXCEPTIONTrigger Exception in XML ClassProtected
CALL METHOD cl_gui_ecatt_tree=>UI_RAISE_EXCEPTION...more details

UI_SHOW_CONTEXTDisplay Context Menu for Web DynproPrivate
CALL METHOD cl_gui_ecatt_tree=>UI_SHOW_CONTEXT...more details

UI_SPLIT_ENABLEDIs Separation of Command Interfaces Allowed?Private
CALL METHOD cl_gui_ecatt_tree=>UI_SPLIT_ENABLED...more details

UPDATE_ITEMSRefresh ItemsPrivate
CALL METHOD cl_gui_ecatt_tree=>UPDATE_ITEMS...more details

UPDATE_LIST_ITEMUpdate Table for DisplayProtected
CALL METHOD cl_gui_ecatt_tree=>UPDATE_LIST_ITEM...more details

UPDATE_NODESRefresh Single NodesPrivate
CALL METHOD cl_gui_ecatt_tree=>UPDATE_NODES...more details

UPDATE_WIDTHSpecify Width of EntriesPrivate
CALL METHOD cl_gui_ecatt_tree=>UPDATE_WIDTH...more details

WD_CLEAN_UP_TABLESTable for Global Names of DOM NodesPrivate
CALL METHOD cl_gui_ecatt_tree=>WD_CLEAN_UP_TABLES...more details

WD_IS_DATANode Is in the Data Section of the ScreenPrivate
CALL METHOD cl_gui_ecatt_tree=>WD_IS_DATA...more details

WD_IS_DECL_ACTIONSNode Is in the Data Section of the ScreenPrivate
CALL METHOD cl_gui_ecatt_tree=>WD_IS_DECL_ACTIONS...more details

WD_IS_URL_PARAMIs Node a URL Parameter?Private
CALL METHOD cl_gui_ecatt_tree=>WD_IS_URL_PARAM...more details

WD_SET_NAMESSet Labeling of GUI Folder NodesProtected
CALL METHOD cl_gui_ecatt_tree=>WD_SET_NAMES...more details



CL_GUI_ECATT_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
AT_EXPAND_KEYSInstance AttributeKey of the Nodes to Be ReloadedLIKE
ETXML_KEYTABLE
Private
AT_KEYS_TO_EXPANDInstance AttributeKey Set by Editor for Expander SelectionLIKE
ETXML_KEYTABLE
Private
A_INIT_FOLDER_STATUSInstance AttributeStatus of Parameterization / Value Must Be Initialized'X'LIKE
ETONOFF
Private
BEHAVIORInstance AttributeXML Editor CustomizingLIKE
ETXMLBEHVR
Protected
CHANGESInstance AttributeChangesLIKE
CL_GUI_ECATT_TREE_CHANGED
Protected
CHANGES_MADEInstance AttributeChanges in TreeLIKE
ETONOFF
Protected
CMD_PARTS_READInstance AttributeReloaded Subnodes of Command InterfaceLIKE
ETXML_UI_PART_TABTYPE
Protected
CONTAINERInstance AttributeAbstract Container for GUI ControlsLIKE
CL_GUI_CONTAINER
Protected
CONVERSION_DONEInstance AttributeIncremental Conversion of Keys SuccessfulLIKE
ETONOFF
Protected
CO_DD_UI_ACTIONConstantDrag Node to Action'UI_ACTION_DROP'LIKE
ETFLAVOR
Private
DELETED_NODESInstance AttributeSingle Node to Be DeletedLIKE
ETXML_KEYTABLE
Private
DOMGIDInstance AttributeList Tree Model: Node TableLIKE
TREEMLNOTA
Protected
DOMITEMSInstance AttributeList Tree Model: Table of (Node Key + Item)LIKE
TREEMLITAC
Protected
DOM_CONVERSIONInstance AttributeTable of Conversion StructureLIKE
DOM_CONV
Private
DOM_TREEInstance AttributeTree as DOMLIKE
IF_IXML_DOCUMENT
Protected
DRAG_LEFTInstance AttributeBehavior for Drag and DropLIKE
CL_DRAGDROP
Protected
DRAG_RIGHTInstance AttributeBehavior for Drag and DropLIKE
CL_DRAGDROP
Protected
EMPTY_TABLE_NODESInstance AttributeEmpty Table Nodes and their DependenciesLIKE
ETXMLPATH_TABTYPE
Private
ENTRY_WIDTHInstance AttributeWith of Entries in TreeLIKE
WIDTHS
Private
EXCEPTION_TO_RAISEInstance AttributeeCATT Exceptions: GUILIKE
CX_ECATT_GUI
Protected
EX_ECATTInstance AttributeBasis Class for eCATT - ExceptionsLIKE
CX_ECATT
Protected
FOLDER_KEYSInstance AttributeKey of Folder NodeLIKE
ETXML_KEYTABLE
Private
FOLDER_SHAPESInstance AttributeAppearance of Folder Nodes after RefreshingLIKE
ETXML_ITEM_TABTYPE
Private
FOLDER_STATEInstance AttributeFolder Node PropertiesLIKE
ETXML_LINES_TABTYPE
Private
G_LISTTREEInstance AttributeList Tree ControlLIKE
CL_LIST_TREE_MODEL
Protected
HANDLE_TREEInstance AttributePointer on Drag&Drop BehaviorLIKE
I
Protected
INDEX_LENGTHConstantWidth of Index Incl. Brackets5LIKE
INT4
Private
IS_EXTInstance AttributeeCATT Switch On/OffLIKE
ETONOFF
Private
IS_GUIInstance AttributeeCATT Switch On/OffLIKE
ETONOFF
Private
IS_REFRESHInstance AttributeTree Is in Refresh ModeLIKE
ETONOFF
Protected
ITEM_NAMEInstance AttributeName of Table Row NodeLIKE
ETDOM_NAME
Protected
KEY_CONVERSIONInstance AttributeSetting Table for KeyLIKE
ETXML_CONVTABLE
Private
KEY_LENGTHInstance AttributeLength of Key in TreeLIKE
INT4
Private
LIST_CALLTYPEInstance AttributeTree Control: Column Name / Item NameLIKE
TV_ITMNAME
Protected
LIST_ITEM_POSInstance AttributeTree Control: Column Name / Item NameLIKE
TV_ITMNAME
Protected
LIST_NAME_POSInstance AttributeTree Control: Column Name / Item NameLIKE
TV_ITMNAME
Protected
LIST_STAT_POSInstance AttributePosition of Status IconLIKE
TV_ITMNAME
Protected
MSGSTRInstance AttributeError MessagesLIKE
STRING
Protected
PATH_SEPInstance AttributeSeparator for PathsLIKE
CHAR1
Protected
PGID_TABInstance AttributeTable for Global Names of DOM NodesLIKE
ETDOM_ALL_TABTYPE
Protected
PROPERTIESInstance AttributeProperties of XML EditorLIKE
CL_GUI_XML_PROPERTIES
Protected
READONLY_MODEInstance AttributeeCATT: Read-Only Mode, 1 - Display Only, 0 - ModifiableLIKE
ETREADONLY
Protected
REFTYPInstance AttributeXML Schema Type of ParameterLIKE
ETREF_TYP
Protected
REF_NODEInstance AttributeNode for Parameter ReferencesLIKE
ETDOM_NAME
Protected
SCRIPTING_ENABLEDInstance AttributeNode Keys Support ScriptingLIKE
ETONOFF
Protected
SHOW_VARInstance AttributeDisplay Variant NameLIKE
ETONOFF
Protected
SORT_ORDERInstance AttributeSort Sequence of pgidLIKE
CHAR1
Protected
TAB_COLLECTIONInstance AttributeList of Rows to Be NumberedLIKE
ETXML_LINES_TABTYPE
Private
TB_RENAMEDInstance AttributeList of Nodes to Be RenamedLIKE
ETXMLPATH_TABTYPE
Private
TB_RENUMBEREDInstance AttributeList of Nodes to Be Numbered SeriallyLIKE
ETXMLPATH_TABTYPE
Protected
TITLE_NODEInstance AttributeHeader NodeLIKE
ETDOM_NAME
Protected
T_CONTROLInstance AttributeProxy Class for Control in GUILIKE
CL_GUI_CONTROL
Protected
UI_EDITORInstance AttributeGeneric XML EditorLIKE
CL_GUI_XML_EDITOR
Private
UI_EXCEPTIONInstance AttributeUser Interface ExceptionLIKE
CX_ECATT_APL_XML_UI
Private
UI_TO_RELOADInstance AttributeReloading of Command Parts RequiredLIKE
ETXML_KEY
Private
WD_TYPEInstance AttributeWeb Dynpro Type: ABAP or JAVALIKE
STRING
Protected
XML_DATAInstance AttributeData from MiddlewareLIKE
CL_APL_ECATT_XML_DATA
Protected


Events of Class CL_GUI_ECATT_TREE

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... NODE_DOUBLE_CLICK - Node or Row Double-Clicked

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!