SAP CL_DPR_UI_LOG_ORG_TREE OO Class - Tree Structure with Organizational Data
CL_DPR_UI_LOG_ORG_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_DPR_UI_LOG_ORG_TREE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_DPR_UI_LOG_ORG_TREE is CL_DPR_UI_LOG_PRP_TREEMethod list of CL_DPR_UI_LOG_ORG_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 |
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_org_tree=>CONSTRUCTOR...more details | ||
| CONVERT_TREE_NODE_ID_TO_OBJID | Convert Node ID to Object ID | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>CONVERT_TREE_NODE_ID_TO_OBJID...more details | ||
| GET_CHILD_NODES | Retrieve Child Node for Current Node | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>GET_CHILD_NODES...more details | ||
| GET_DEFAULT_ORG | Read Preselection with a Project Org. Unit | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>GET_DEFAULT_ORG...more details | ||
| GET_INSTANCE | Get Class Instance | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>GET_INSTANCE...more details | ||
| GET_ROOT_NODES | Retrieve Root Node of Tree | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>GET_ROOT_NODES...more details | ||
|
| ||
| GET_TREE_NODES | Gets Tree Nodes from Model Class | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>GET_TREE_NODES...more details | ||
| SAVE_ROLE_DATA | Save Current Role Data | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>SAVE_ROLE_DATA...more details | ||
| UPDATE_ORG_SELECTIONS | Rereaads the Selected Organizational Units | Private |
| CALL METHOD cl_dpr_ui_log_org_tree=>UPDATE_ORG_SELECTIONS...more details | ||
CL_DPR_UI_LOG_ORG_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 |
| DIFFERENTIAL | Instance Attribute | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE | Private | |
| MC_ORG_TYPE | Instance Attribute | Object Category for Organizations | LIKE | Private | |
| MR_TREE | Instance Attribute | Development Projects - Model Class for Tree | LIKE | Private | |
| MR_TREE_DATA | Instance Attribute | Model Class for Tree Data Management | LIKE | Private | |
| MT_FUNCTIONS | Instance Attribute | Table for Definition of Functions in Tree Header | LIKE | Private | |
| MT_TREE_DATA_BE | Instance Attribute | Table for Nodes in PrjGrafX Tree | LIKE | Private | |
| MT_TREE_TO_TABLE_DATA_BE | Instance Attribute | Selection of Organizational Units for Search Function | LIKE | Private | |
| MV_BEGIN_DATE | Instance Attribute | Valid-From Date | LIKE | Private | |
| MV_CHANGED | Instance Attribute | 'X' = Content Changed | LIKE | Private | |
| MV_END_DATE | Instance Attribute | Valid-To Date | LIKE | Private | |
| MV_MODE | Instance Attribute | Mode | LIKE | Private | |
| MV_SIZE | Instance Attribute | LIKE | Private | ||
| SR_INSTANCE | Instance Attribute | Instance (Singleton) | LIKE | Private |
CL_DPR_UI_LOG_ORG_TREE types
TT_OBJID_TO_ID -TY_OBJID_TO_ID -
Links to Related Class(s)
CL_DPR_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects