SAP ABAP Class CL_RSO_GUI_REPOSITORY_TREE_COL (BW Repository: Tree with all Objects)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_EXTENSION (Package) BW Repository (Parts Not Within CORE)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSO_GUI_COMPONENT_TREE GUI Component with Toolbar and Tree 19990713
Properties
Class CL_RSO_GUI_REPOSITORY_TREE_COL  
Short Description BW Repository: Tree with all Objects    
Super Class CL_RSO_GUI_COMPONENT_TREE GUI Component with Toolbar and Tree 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_EXTENSION   BW Repository (Parts Not Within CORE) 
Created 19990713   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSO_OBJECT_COLLECTOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_GUI_REPOSITORY_TREE_COL has no interface implemented.
Friends
Class CL_RSO_GUI_REPOSITORY_TREE_COL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_COLLECT_DONE Instance attribute Private Type reference (TYPE) RS_BOOL Collection Completed? 19991109
2 P_COLLECT_MODE Instance attribute Private Type reference (TYPE) CHAR1 Collect Automatically/Manually 19990923
3 P_C_COLLECT_AUTO Constant Public Type reference (TYPE) CHAR1 'A' Collect Automatically 19990923
4 P_C_COLLECT_MANU Constant Public Type reference (TYPE) CHAR1 'M' Collect Manually 19990923
5 P_C_FCODE_COLLAPSE Constant Private Type reference (TYPE) UI_FUNC 'COLLAPSE' Collapse Tree 19990713
6 P_C_FCODE_COLLAPSE_ALL Constant Private Type reference (TYPE) UI_FUNC 'COLLAPSE_ALL' Collapse Tree Completely 19990713
7 P_C_FCODE_DESELECT Constant Private Type reference (TYPE) UI_FUNC 'DESELECT' Expand Tree 20000323
8 P_C_FCODE_EXPAND Constant Private Type reference (TYPE) UI_FUNC 'EXPAND' Expand Tree 19990713
9 P_C_FCODE_EXPAND_ALL Constant Private Type reference (TYPE) UI_FUNC 'EXPAND_ALL' Completely Expand Tree 19990713
10 P_C_FCODE_SEARCH Constant Private Type reference (TYPE) UI_FUNC 'SEARCH' Find in Tree 19990728
11 P_C_FCODE_SEARCH_NEXT Constant Private Type reference (TYPE) UI_FUNC 'SEARCH_NEXT' Find in Tree 20011227
12 P_C_FCODE_SELECT Constant Private Type reference (TYPE) UI_FUNC 'SELECT' Expand Tree 20000323
13 P_C_ITEM_TECHNAME Instance attribute Private Type reference (TYPE) STRING Column Name 19990713
14 P_DISPLAY_MODE Instance attribute Private Type reference (TYPE) CHAR1 Display Mode 20010109
15 P_HIERARCHY_WIDTH Instance attribute Private Type reference (TYPE) I Hierarchy Column Width 19990713
16 P_R_APPLICATION Instance attribute Private Object reference (TYPE REF TO) CL_RSO_GUI_REPOSITORY BW Repository: Interface Metadata Repository 20000214
17 P_R_MENU_GROUPING Instance attribute Private Object reference (TYPE REF TO) CL_CTMENU Menu Control 19990713
18 P_R_PARAM_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_RSO_GUI_PARAM_CONTAINER Parameters 19990713
19 P_SEARCH_LEVELS Instance attribute Private Type reference (TYPE) I Search Depth 19990713
20 P_START_ACTV_AUTO Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE Install Content Automatically 20050330
21 P_TH_NODE_REL Instance attribute Private Type reference (TYPE) RSO_TH_NODE_REL Not Clear Object List 19990723
22 P_TH_TLOGO_LEVEL Instance attribute Private Type reference (TYPE) RSO_TH_TLOGO_LEVEL BW Repository: Objects with Level in Tree 20010828
23 P_TREE_DDHANDLE_DROP Instance attribute Private Type reference (TYPE) I Drag&Drop Default Handle 19990713
24 P_TREE_MODE Instance attribute Private Type reference (TYPE) RSO_AWB_TREE_MODE Tree Display AWB 19990713
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990713
2 ON_AWB_REFRESH Instance method Private Event handling method Refresh Display 19990802
3 ON_AWB_VIEW_MODE_CHANGE Instance method Private Event handling method Change AWB View 19990713
4 ON_OBJECT_ASCLIST_CHANGE Instance method Private Event handling method List (Associations) of Objects has Changed 19990713
5 ON_OBJECT_LIST_CHANGE Instance method Private Event handling method Object List has Changed 19990713
6 ON_OBJVERS_CHANGE Instance method Private Event handling method Change Object Version 19990713
7 SET_COLLECT_MODE Instance method Public Method Set Collection Mode 20050316
8 SET_DEVCLASS Instance method Private Method Set Development Classes for Objects 20010828
9 SET_SEARCH_LEVELS Instance method Public Method Set Search Depth 19990713
10 SET_START_ACTV_AUTO Instance method Public Method Sets the Setting: Start Transfer Automatically 20050330
11 START_SELECTED_FUNCTION Instance method Private Method Start Collecting Objects 19990713
12 UNREGISTER_HANDLER Instance method Public Method No Longer Register this Instance to the Handler 20030911
Events
Class CL_RSO_GUI_REPOSITORY_TREE_COL has no event.
Types
Class CL_RSO_GUI_REPOSITORY_TREE_COL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_APPLICATION Call by reference Object reference (TYPE REF TO) CL_RSO_GUI_REPOSITORY BW Repository: Oberfläche Meta Data Repository 20000214
2 Importing I_R_CONTAINER_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container 19990713
3 Importing I_R_PARAM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_RSO_GUI_PARAM_CONTAINER Parameter 19990713
4 Importing I_R_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_RSO_PROPERTIES Anwenderspezifische Eigenschaften 19990713
# Exception Resumable Description Created on
1 GUI_CONTAINER_MISSING Kein GUI Container 19990714
2 PARAM_CONTAINER_MISSING Container für Parameter ist initial 19990714
3 TOOLBAR_GLOBAL_MISSING Globale Toolbar fehlt 19990714

Method ON_AWB_REFRESH Signature

Method ON_AWB_REFRESH on class CL_RSO_GUI_REPOSITORY_TREE_COL has no parameter.
Method ON_AWB_REFRESH on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method ON_AWB_VIEW_MODE_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AWB_VIEW_MODE_NEW Call by reference Type reference (TYPE) 19990713
2 Importing I_AWB_VIEW_MODE_OLD Call by reference Type reference (TYPE) 19990713

Method ON_AWB_VIEW_MODE_CHANGE on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method ON_OBJECT_ASCLIST_CHANGE Signature

Method ON_OBJECT_ASCLIST_CHANGE on class CL_RSO_GUI_REPOSITORY_TREE_COL has no parameter.
Method ON_OBJECT_ASCLIST_CHANGE on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method ON_OBJECT_LIST_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_NO_COLLECT Call by reference Type reference (TYPE) 19990921

Method ON_OBJECT_LIST_CHANGE on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method ON_OBJVERS_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) 19990713

Method ON_OBJVERS_CHANGE on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method SET_COLLECT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLECT_MODE Value transfer Type reference (TYPE) CHAR1 Sammelmodus 20050316

Method SET_COLLECT_MODE on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method SET_DEVCLASS Signature

Method SET_DEVCLASS on class CL_RSO_GUI_REPOSITORY_TREE_COL has no parameter.
Method SET_DEVCLASS on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method SET_SEARCH_LEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEARCH_LEVELS Call by reference Type reference (TYPE) I Suchtiefe 19990713

Method SET_SEARCH_LEVELS on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method SET_START_ACTV_AUTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_START_ACTV_AUTO Value transfer Type reference (TYPE) RS_BOOL Automatisch Content übernehmen 20050330

Method SET_START_ACTV_AUTO on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method START_SELECTED_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_COLLECT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Nur anzeigen, nicht tiefer sammeln 19990921
2 Importing I_TREE_STATE_IS_SAVED Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20020204

Method START_SELECTED_FUNCTION on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.

Method UNREGISTER_HANDLER Signature

Method UNREGISTER_HANDLER on class CL_RSO_GUI_REPOSITORY_TREE_COL has no parameter.
Method UNREGISTER_HANDLER on class CL_RSO_GUI_REPOSITORY_TREE_COL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in