SAP CL_ALV_TREE_XT OO Class - ALV Tree Enhancements/Basis Class









CL_ALV_TREE_XT 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_ALV_TREE_XT 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_ALV_TREE_XT 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_NODEAdd Node to TreePublic
CALL METHOD cl_alv_tree_xt=>ADD_NODE...more details

BUILD_FIELDCATSet-Up of Field Catalog for ALV ControlPublic
CALL METHOD cl_alv_tree_xt=>BUILD_FIELDCAT...more details

BUILD_FILTERCATSet Up Filter CatalogPublic
CALL METHOD cl_alv_tree_xt=>BUILD_FILTERCAT...more details

BUILD_HIERARCHY_HEADERSet Up Hierarchy TitlePublic
CALL METHOD cl_alv_tree_xt=>BUILD_HIERARCHY_HEADER...more details

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

DISPLAY_DATAInitial Display of ALV DataPublic
CALL METHOD cl_alv_tree_xt=>DISPLAY_DATA...more details

EXPAND_NODEExpand Node in TreePublic
CALL METHOD cl_alv_tree_xt=>EXPAND_NODE...more details

FREERelease ALV Tree and ContainerPublic
CALL METHOD cl_alv_tree_xt=>FREE...more details

FRONTEND_UPDATEUpdate ALV Tree at FrontendPublic
CALL METHOD cl_alv_tree_xt=>FRONTEND_UPDATE...more details

ON_BEFORE_USER_COMMANDEvent Handler BEFORE_USER_COMMANDPublic
CALL METHOD cl_alv_tree_xt=>ON_BEFORE_USER_COMMAND...more details

ON_EXPAND_NO_CHILDRENExpand NodePublic
CALL METHOD cl_alv_tree_xt=>ON_EXPAND_NO_CHILDREN...more details

ON_LINK_CLICKEDLink ClickedPublic
CALL METHOD cl_alv_tree_xt=>ON_LINK_CLICKED...more details

REGISTER_EVENTSRegister ALV Tree EventsPublic
CALL METHOD cl_alv_tree_xt=>REGISTER_EVENTS...more details



CL_ALV_TREE_XT 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
GC_XConstantConstant X'X'LIKE
XFELD
Public
GO_ALV_TREEInstance AttributeALV tree controlLIKE
CL_GUI_ALV_TREE
Protected
GO_CONTAINERInstance AttributeAbstract container for GUI controlsLIKE
CL_GUI_CONTAINER
Protected
GS_HIERARCHY_HEADERInstance AttributeTree Control: Attributes of the Hierarchy HeaderLIKE
TREEV_HHDR
Protected
GS_VARIANTInstance AttributeDisplay Variant (External Use)LIKE
DISVARIANT
Protected
GT_FIELDCATInstance AttributeField Catalog for List Viewer ControlLIKE
LVC_T_FCAT
Protected
GT_FIELDS_NO_OPTIMIZATIONInstance AttributeFields to Be Excluded from OptimizationLIKE
STRING_TABLE
Protected
GT_FILTERCATInstance AttributeALV Control: Table of Filter ConditionsLIKE
LVC_T_FILT
Protected
GT_TOOLBAR_EXCLUDINGInstance AttributeFunction Code TableLIKE
UI_FUNCTIONS
Protected


Links to Related Class(s)

CL_ALV_T...
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!