SAP CL_ABAP_DOCU_TREE OO Class - Tree Structure of ABAP Docu









CL_ABAP_DOCU_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_ABAP_DOCU_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_ABAP_DOCU_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
CHECK_NODE_TABLE_DOCUMENTSChecks whether a document exists for each nodePublic
CALL METHOD cl_abap_docu_tree=>CHECK_NODE_TABLE_DOCUMENTS...more details

CHECK_NODE_TABLE_STRUCTUREChecks Whether the Node Table is Built Correctly.Public
CALL METHOD cl_abap_docu_tree=>CHECK_NODE_TABLE_STRUCTURE...more details

CHECK_NODE_TYPE_INSIDEChecks Whether a Node Type Occurs in a Node TablePublic
CALL METHOD cl_abap_docu_tree=>CHECK_NODE_TYPE_INSIDE...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_abap_docu_tree=>CLASS_CONSTRUCTOR...more details

CLEANUP_TEXTRemoves SAPscript tags from textPrivate
CALL METHOD cl_abap_docu_tree=>CLEANUP_TEXT...more details

CREATE_NODE_TEXTSCreates Node Text TablePrivate
CALL METHOD cl_abap_docu_tree=>CREATE_NODE_TEXTS...more details

GET_ABAP_DOCU_TREEGets node tablePublic
CALL METHOD cl_abap_docu_tree=>GET_ABAP_DOCU_TREE...more details

GET_NODE_IMAGEGets Node Icon By Way Of Node TypePublic
CALL METHOD cl_abap_docu_tree=>GET_NODE_IMAGE...more details

GET_NODE_TABLECreates Node Table from Database TablePublic
CALL METHOD cl_abap_docu_tree=>GET_NODE_TABLE...more details

GET_NODE_TEXTProvides Node TextPublic
CALL METHOD cl_abap_docu_tree=>GET_NODE_TEXT...more details

GET_NODE_TEXTSProvides Node Text TablePrivate
CALL METHOD cl_abap_docu_tree=>GET_NODE_TEXTS...more details

GET_NODE_TYPEDerives Node Type from Name of Document - Without FOLPublic
CALL METHOD cl_abap_docu_tree=>GET_NODE_TYPE...more details

GET_PATH_OBJECTSGets list of nodes of path to nodePublic
CALL METHOD cl_abap_docu_tree=>GET_PATH_OBJECTS...more details

GET_SUBTREE_OBJECTSGets a list of nodes of a subtree (unsorted)Public
CALL METHOD cl_abap_docu_tree=>GET_SUBTREE_OBJECTS...more details

GET_TEXT_FROM_ITFGets Text Lines from SAPscriptPrivate
CALL METHOD cl_abap_docu_tree=>GET_TEXT_FROM_ITF...more details

INITIALIZE_NODESets Fixed Attributes of the NodePublic
CALL METHOD cl_abap_docu_tree=>INITIALIZE_NODE...more details

REFRESH_NODE_TEXTSInserts new text into the Text TablePublic
CALL METHOD cl_abap_docu_tree=>REFRESH_NODE_TEXTS...more details

SAVE_NODE_TABLESaves Database Table for Node TablePublic
CALL METHOD cl_abap_docu_tree=>SAVE_NODE_TABLE...more details



CL_ABAP_DOCU_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
MSG_KEYInstance AttributeLIKE
Private
NODE_ICONSInstance AttributeLIKE
Private
NODE_TEXTSInstance AttributeLIKE
Private
RETRY_FLAGInstance AttributeLIKE
Private
TREE_FLAGInstance AttributeLIKE
Private




CL_ABAP_DOCU_TREE types

ITF_TABLE -
NODE_ICON -
NODE_TEXT -

Links to Related Class(s)

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