SAP ABAP Class CL_RSMIGRATE_TREE_MODEL (Migration: Tree Backend)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSMIGRATE (Package) Migration of BW data flows 3.x -> 7.x
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL Tree Back-End 20080731
Properties
Class CL_RSMIGRATE_TREE_MODEL  
Short Description Migration: Tree Backend    
Super Class CL_RSAWBN_TREE_MODEL Tree Back-End 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSMIGRATE   Migration of BW data flows 3.x -> 7.x 
Created 20080731   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSMIGRATE_TREE_MODEL has no interface implemented.
Friends
Class CL_RSMIGRATE_TREE_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_TREENM Constant Public Type reference (TYPE) RSAWBNTREENM 'MIGRATE' Tree Name for Personalization; Fill in Subclass 20080731
2 P_INITIAL_EXPAND Instance attribute Private Type reference (TYPE) RS_BOOL Initial Expansion 20090213
3 P_R_PROJECT Instance attribute Public Object reference (TYPE REF TO) CL_RSMIGRATE_PROJECT Project Instance 20081113
4 P_TH_TLOGO_DEP Instance attribute Private Type reference (TYPE) RSMIGRATE_TH_DEP Objects: Dependencies 20081117
5 P_T_NODE_IMPACT Instance attribute Private Type reference (TYPE) RSSH_T_NODEID Node with Impact 20080815
6 T_DRAGDROPID_ROOT Instance attribute Protected Type reference (TYPE) TY_T_DRAGDROPID 20080731
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080731
2 _ADD_FOLDER Instance method Public Method Add Folder 20080915
3 _EXECUTE_FCODE Instance method Public Method Run Backend Function 20080825
4 _EXPAND_TREE Instance method Public Method Expand Subtree 20080919
5 _GET_DEPENDENT Instance method Private Method Data Flow Upwards and Downwards 20081117
6 _GET_DESCRIPTION Instance method Private Method Column: Fill Information 20081124
7 _GET_NODE_IMPACT Instance method Public Method Retrieve Node Impact 20080825
8 _GET_OBJ_FROM_PC Instance method Public Method Find Objects for Chain 20080825
9 _GET_OBJ_FROM_TREE Instance method Public Method Retrieve Objects from Tree 20081114
10 _GET_PC_FROM_OBJ Instance method Public Method Find Chains for TLOGO Object 20080825
11 _GET_WORKMODE Instance method Public Method Retrieve Work Mode 20081114
12 _IMPACT_CHECKBOX Instance method Private Method Impact of Checkbox 20080818
13 _SET_CHECKBOX Instance method Private Method Set Checkbox 20080818
14 _SET_CHECKBOX_ALL Instance method Private Method All Checkboxes On/Off 20090304
15 _SET_CHECKBOX_SINGLE Instance method Private Method One Checkbox On/Off 20090306
16 _SET_INITIAL_EXPAND Instance method Public Method Initial Expansion On/Off 20090213
17 _SET_OBJDEP_FROM_TREE Instance method Public Method Retrieve Objects with Dependent Objects from Tree 20081120
18 _SET_PROJECT Instance method Public Method Set Project Reference 20081113
19 _SHOW_LOG Instance method Private Method Display Log/Message 20090306
20 _UPDATE_PROJECT Instance method Public Method Update Objects in Project 20081114
21 _UPDATE_SELECTIONS Instance method Public Method Set Selections 20081112
Events
Class CL_RSMIGRATE_TREE_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 _TY_S_RELNODE Private See coding 20080905 BEGIN OF _ty_s_relnode, nodeid TYPE rsshnodeid, asctype TYPE rso_asc_type, END OF _ty_s_relnode
2 _TY_T_RELNODE Private See coding 20080905 _ty_t_relnode TYPE STANDARD TABLE OF _ty_s_relnode WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSMIGRATE_TREE_MODEL has no parameter.
Method CONSTRUCTOR on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _ADD_FOLDER Signature

Method _ADD_FOLDER on class CL_RSMIGRATE_TREE_MODEL has no parameter.
Method _ADD_FOLDER on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _EXECUTE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CANCELLED Call by reference Type reference (TYPE) RS_BOOL Boolean 20081114
2 Importing I_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20080825
3 Importing I_T_NODEID Call by reference Type reference (TYPE) RSSH_T_NODEID 20081114

Method _EXECUTE_FCODE on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _EXPAND_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEID Call by reference Type reference (TYPE) RSSHNODEID Technische ID eines Knotens in einer Hierarchie 20080919

Method _EXPAND_TREE on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _GET_DEPENDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_RECEIVE_DATA_FROM Call by reference Type reference (TYPE) RSAWBN_TH_TREE Tree AWB 20081117
2 Exporting E_TH_SEND_DATA_TO Call by reference Type reference (TYPE) RSAWBN_TH_TREE Tree AWB 20081117
3 Importing I_NODEID Call by reference Type reference (TYPE) RSSHNODEID Technische ID eines Knotens in einer Hierarchie 20081117

Method _GET_DEPENDENT on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IMAGE Call by reference Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20081124
2 Exporting E_TXT Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20081124
3 Exporting E_T_ITEM Call by reference Type reference (TYPE) TREEMCITAB Column Tree Model: Item-Tabelle 20081124
4 Importing I_S_TREE Call by reference Type reference (TYPE) RSAWBN_S_TREE Baumstruktur AWB 20081124

Method _GET_DESCRIPTION on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _GET_NODE_IMPACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_T_NODE_IMPACT Value transfer Type reference (TYPE) RSSH_T_NODEID 20080825

Method _GET_NODE_IMPACT on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _GET_OBJ_FROM_PC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RSPC_NAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20080825
2 Returning RE_T_OBJ_PC Value transfer Type reference (TYPE) RSO_T_TLOGO BW Repository: Tabelle von TLOGO Objekten (mit Typ) 20080825

Method _GET_OBJ_FROM_PC on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _GET_OBJ_FROM_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TLOGO Call by reference Type reference (TYPE) RSO_T_TLOGO Objekte in Tree 20081114
2 Importing I_DATAFLOW Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Datenfluss 20081114
3 Importing I_PROCESS_CHAIN Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Prozessketten 20081114
4 Importing I_T_FILTER Call by reference Type reference (TYPE) RS_T_TLOGO Gewünschte TLOGO Typen 20081114

Method _GET_OBJ_FROM_TREE on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _GET_PC_FROM_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TLOGO Call by reference Type reference (TYPE) RSO_T_TLOGO BW Repository: Tabelle von TLOGO Objekten (mit Typ) 20080825
2 Importing I_WITH_BUFFER Call by reference Type reference (TYPE) CHAR1 Puffer: 0, 1, ' ' 20090120
3 Returning RE_TH_OBJ_PC Value transfer Type reference (TYPE) RSMIGRATE_TH_OBJ_PC TLOGO Objekt in Prozessketten 20080825

Method _GET_PC_FROM_OBJ on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _GET_WORKMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WORKMODE Value transfer Type reference (TYPE) CHAR1 20081114

Method _GET_WORKMODE on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _IMPACT_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LOCKED Call by reference Type reference (TYPE) RS_BOOL Objekt gesperrt 20090303
2 Changing C_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20090304
3 Changing C_T_NODE_IMPACT Call by reference Type reference (TYPE) RSSH_T_NODEID Tabelle von NodeIDs 20090306
4 Importing I_NODEID Call by reference Type reference (TYPE) RSSHNODEID Technische ID eines Knotens in einer Hierarchie 20080818
5 Importing I_RECURSION Call by reference Type reference (TYPE) RS_BOOL Rekursion 20090303
6 Importing I_SET_CHECKBOX Call by reference Type reference (TYPE) RS_BOOL Boolean 20080818

Method _IMPACT_CHECKBOX on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _SET_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LOCKED Call by reference Type reference (TYPE) RS_BOOL Objekt gesperrt 20090303
2 Changing C_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20090304
3 Changing C_T_NODE_IMPACT Call by reference Type reference (TYPE) RSSH_T_NODEID Tabelle von NodeIDs 20090306
4 Importing I_NODEID Call by reference Type reference (TYPE) RSSHNODEID Technische ID eines Knotens in einer Hierarchie 20080818
5 Importing I_RECURSION Call by reference Type reference (TYPE) RS_BOOL Rekursiver Aufruf 20090303
6 Importing I_SET_CHECKBOX Call by reference Type reference (TYPE) RS_BOOL Checkbox ein/ausschalten 20080818
7 Importing I_WITH_IMPACT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Impact ausführen 20080822

Method _SET_CHECKBOX on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _SET_CHECKBOX_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SET Call by reference Type reference (TYPE) RS_BOOL Boolean 20090304

Method _SET_CHECKBOX_ALL on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _SET_CHECKBOX_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEID Call by reference Type reference (TYPE) RSSHNODEID Technische ID eines Knotens in einer Hierarchie 20090306
2 Importing I_SET Call by reference Type reference (TYPE) RS_BOOL Boolean 20090306

Method _SET_CHECKBOX_SINGLE on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _SET_INITIAL_EXPAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INITIAL_EXPAND Call by reference Type reference (TYPE) RS_BOOL Ein/Aus 20090213

Method _SET_INITIAL_EXPAND on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _SET_OBJDEP_FROM_TREE Signature

Method _SET_OBJDEP_FROM_TREE on class CL_RSMIGRATE_TREE_MODEL has no parameter.
Method _SET_OBJDEP_FROM_TREE on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _SET_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PROJECT Call by reference Object reference (TYPE REF TO) CL_RSMIGRATE_PROJECT Migration: Projekt 20081113

Method _SET_PROJECT on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _SHOW_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG Container für Nachrichten 20090306

Method _SHOW_LOG on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _UPDATE_PROJECT Signature

Method _UPDATE_PROJECT on class CL_RSMIGRATE_TREE_MODEL has no parameter.
Method _UPDATE_PROJECT on class CL_RSMIGRATE_TREE_MODEL has no exception.

Method _UPDATE_SELECTIONS Signature

Method _UPDATE_SELECTIONS on class CL_RSMIGRATE_TREE_MODEL has no parameter.
Method _UPDATE_SELECTIONS on class CL_RSMIGRATE_TREE_MODEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 712