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_TREE

Method 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 NameDescriptionVisability
CONSTRUCTORPrivate
CALL METHOD cl_dpr_ui_log_org_tree=>CONSTRUCTOR...more details

CONVERT_TREE_NODE_ID_TO_OBJIDConvert Node ID to Object IDPrivate
CALL METHOD cl_dpr_ui_log_org_tree=>CONVERT_TREE_NODE_ID_TO_OBJID...more details

GET_CHILD_NODESRetrieve Child Node for Current NodePrivate
CALL METHOD cl_dpr_ui_log_org_tree=>GET_CHILD_NODES...more details

GET_DEFAULT_ORGRead Preselection with a Project Org. UnitPrivate
CALL METHOD cl_dpr_ui_log_org_tree=>GET_DEFAULT_ORG...more details

GET_INSTANCEGet Class InstancePrivate
CALL METHOD cl_dpr_ui_log_org_tree=>GET_INSTANCE...more details

GET_ROOT_NODESRetrieve Root Node of TreePrivate
CALL METHOD cl_dpr_ui_log_org_tree=>GET_ROOT_NODES...more details

GET_TREE_NODESGets Tree Nodes from Model ClassPrivate
CALL METHOD cl_dpr_ui_log_org_tree=>GET_TREE_NODES...more details

SAVE_ROLE_DATASave Current Role DataPrivate
CALL METHOD cl_dpr_ui_log_org_tree=>SAVE_ROLE_DATA...more details

UPDATE_ORG_SELECTIONSRereaads the Selected Organizational UnitsPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
DIFFERENTIALInstance AttributeData Element for Domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
Private
MC_ORG_TYPEInstance AttributeObject Category for OrganizationsLIKE
Private
MR_TREEInstance AttributeDevelopment Projects - Model Class for TreeLIKE
Private
MR_TREE_DATAInstance AttributeModel Class for Tree Data ManagementLIKE
Private
MT_FUNCTIONSInstance AttributeTable for Definition of Functions in Tree HeaderLIKE
Private
MT_TREE_DATA_BEInstance AttributeTable for Nodes in PrjGrafX TreeLIKE
Private
MT_TREE_TO_TABLE_DATA_BEInstance AttributeSelection of Organizational Units for Search FunctionLIKE
Private
MV_BEGIN_DATEInstance AttributeValid-From DateLIKE
Private
MV_CHANGEDInstance Attribute'X' = Content ChangedLIKE
Private
MV_END_DATEInstance AttributeValid-To DateLIKE
Private
MV_MODEInstance AttributeModeLIKE
Private
MV_SIZEInstance AttributeLIKE
Private
SR_INSTANCEInstance AttributeInstance (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



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!