SAP CL_ABAP_DOCU_TREE OO Class - Tree Structure of ABAP Keyword Documentation
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 Name | Description | Visability |
| CHECK_NODE_TABLE_DOCUMENTS | Checks whether a document exists for each node | Public |
| CALL METHOD cl_abap_docu_tree=>CHECK_NODE_TABLE_DOCUMENTS...more details | ||
| CHECK_NODE_TABLE_STRUCTURE | Checks Whether the Node Table is Built Correctly. | Public |
| CALL METHOD cl_abap_docu_tree=>CHECK_NODE_TABLE_STRUCTURE...more details | ||
| CHECK_NODE_TYPE_INSIDE | Checks Whether a Node Type Occurs in a Node Table | Public |
| CALL METHOD cl_abap_docu_tree=>CHECK_NODE_TYPE_INSIDE...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD cl_abap_docu_tree=>CLASS_CONSTRUCTOR...more details | ||
| CLEANUP_TEXT | Removes SAPscript tags from text | Private |
| CALL METHOD cl_abap_docu_tree=>CLEANUP_TEXT...more details | ||
| CREATE_NODE_TEXTS | Creates Node Text Table | Private |
| CALL METHOD cl_abap_docu_tree=>CREATE_NODE_TEXTS...more details | ||
|
| ||
| GET_ABAP_DOCU_TREE | Gets node table | Public |
| CALL METHOD cl_abap_docu_tree=>GET_ABAP_DOCU_TREE...more details | ||
| GET_NODE_IMAGE | Gets Node Icon By Way Of Node Type | Public |
| CALL METHOD cl_abap_docu_tree=>GET_NODE_IMAGE...more details | ||
| GET_NODE_TABLE | Creates Node Table from Database Table | Public |
| CALL METHOD cl_abap_docu_tree=>GET_NODE_TABLE...more details | ||
| GET_NODE_TEXT | Provides Node Text | Public |
| CALL METHOD cl_abap_docu_tree=>GET_NODE_TEXT...more details | ||
| GET_NODE_TEXTS | Provides Node Text Table | Private |
| CALL METHOD cl_abap_docu_tree=>GET_NODE_TEXTS...more details | ||
| GET_NODE_TYPE | Derives Node Type from Name of Document - Without FOL | Public |
| CALL METHOD cl_abap_docu_tree=>GET_NODE_TYPE...more details | ||
| GET_PATH_OBJECTS | Gets list of nodes of path to node | Public |
| CALL METHOD cl_abap_docu_tree=>GET_PATH_OBJECTS...more details | ||
| GET_SUBTREE_OBJECTS | Gets a list of nodes of a subtree (unsorted) | Public |
| CALL METHOD cl_abap_docu_tree=>GET_SUBTREE_OBJECTS...more details | ||
| GET_TEXT_FROM_ITF | Gets Text Lines from SAPscript | Private |
| CALL METHOD cl_abap_docu_tree=>GET_TEXT_FROM_ITF...more details | ||
| INITIALIZE_NODE | Sets Fixed Attributes of the Node | Public |
| CALL METHOD cl_abap_docu_tree=>INITIALIZE_NODE...more details | ||
| REFRESH_NODE_TEXTS | Inserts new text into the Text Table | Public |
| CALL METHOD cl_abap_docu_tree=>REFRESH_NODE_TEXTS...more details | ||
| REPLACE_TEXT_SYMBOLS | Replaces text symbols | Private |
| CALL METHOD cl_abap_docu_tree=>REPLACE_TEXT_SYMBOLS...more details | ||
| SAVE_NODE_TABLE | Saves Database Table for Node Table | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MSG_KEY | Instance Attribute | LIKE | Private | ||
| NODE_ICONS | Instance Attribute | LIKE | Private | ||
| NODE_TEXTS | Instance Attribute | LIKE | Private | ||
| RETRY_FLAG | Instance Attribute | LIKE | Private | ||
| TREE_FLAG | Instance Attribute | LIKE | 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