SAP ABAP Class CL_RSAWBN_TREE_MODEL_FOLDER (Tree Back-End with Folder Creation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-AWB (Application Component) Data Warehousing Workbench
     RSAWBN_CORE (Package) CORE Components of Data Warehousing Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL Tree Back-End 20040608
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_PLSQ Tree Planning Sequences 20100714
2 Inheritance (c INHERITING FROM c_ref)  CL_RSO_RES_AREA_FOLDER Tree Back-End with Folder Creation 20121109
3 Inheritance (c INHERITING FROM c_ref)  CL_RSL_WSP_UI_TREE_MODEL InfoProvider Tree Model 20100519
4 Inheritance (c INHERITING FROM c_ref)  CL_RSL_WB_WSP_TREE_MODEL Tree Model for Workspaces 20100713
5 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_LM_TREE_COPR_MODEL_FL Tree: Flat Display 20111005
6 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_UI_TREE_MODEL Explorer UI Tree Back End 20090529
7 Inheritance (c INHERITING FROM c_ref)  CL_RSDDLTIP_UI_TREE_MODEL Trans.Provider UI Tree Back End 20091021
8 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_RSPC Tree Back End Process Chain Tree 20090618
9 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_RSDS Tree Back-End DataSource Tree 20041124
10 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_DEST Tree Back-End Open Hub Destination - Tree 20051006
... Click here to see Used By full list (18 items)
Properties
Class CL_RSAWBN_TREE_MODEL_FOLDER  
Short Description Tree Back-End with Folder Creation    
Super Class CL_RSAWBN_TREE_MODEL Tree Back-End 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAWBN    
Program status     
Category 0   
Package RSAWBN_CORE   CORE Components of Data Warehousing Workbench 
Created 20040608   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSAWBN_TREE_MODEL_FOLDER has no forward declaration.
Interfaces
Class CL_RSAWBN_TREE_MODEL_FOLDER has no interface implemented.
Friends
Class CL_RSAWBN_TREE_MODEL_FOLDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_DISPLAY_ONLY_OBJECT_FOLDER Instance attribute Protected Type reference (TYPE) RS_BOOL Only display folders with lower-level objects 20050323
2 O_FOLDER_CLASSNM Instance attribute Protected Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20040608
3 O_FOLDER_IMAGE Instance attribute Protected Type reference (TYPE) TV_IMAGE Icon for Folder Node 20040608
4 O_FOLDER_TLOGO Instance attribute Protected Type reference (TYPE) RSAWBNOBJECT BW: Object Type (TLOGO) 20040608
5 O_R_FOLDERTREE Instance attribute Protected Object reference (TYPE REF TO) IF_RSAWBN_FOLDER_TREE Folder Node Tree of the AWB 20040608
6 P_T_FOLDERTREE Static Attribute Private Type reference (TYPE) RSAWBN_T_FOLDERTREE Assignment of Class Folder Tlogo 20040608
Methods
# Method Level Visibility Method type Description Created on
1 ACCESS_FCODE_FOLDER_TLOGO Static method Public Method 20090625
2 ADD_T_TREE Instance method Protected Method Add Data to Tree (Next ID Not Filled) 20040608
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040608
4 CREATE_FOLDERTREE_REF Instance method Protected Method 20041124
5 CREATE_FOLDER_TREE Instance method Private Method Insert Folder Node in Tree 20040608
6 DELETE_FOLDER Static method Public Method 20090625
7 FOLDER_DRAGDROP Instance method Public Method Move Folder Node with Drag&Drop 20050517
8 GET_DISPLAY_ONLY_OBJECT_FOLDER Instance method Public Method Setting Property Only Display Folders That Contain Objects 20050323
9 GET_FOLDER_IMAGE Instance method Private Method Deliver Icon for Folder Node 20040608
10 GET_FOLDER_TLOGO Instance method Public Method 20050519
11 GET_FOLDER_TREE Instance method Public Method Deliver Reference to Folder-Tree Interface 20050203
12 GET_FOLDER_TREE_STATIC Static method Public Method Returns a Reference to a Folder_tree Interface 20050504
13 GET_MAIN_AWBOBJECTS Instance method Protected Method (Re) Deliver Main Nodes for Tree 20040608
14 SET_CONTAINS_OBJECT_PATH Instance method Public Method Sets contains_object for a root path 20050323
15 SET_DISPLAY_ONLY_OBJECT_FOLDER Instance method Public Method Setting Property Only Display Folders That Contain Objects 20050323
16 SET_FOLDER_TYPE Instance method Protected Method (Re) Set Folder TLOGO 20040608
Events
Class CL_RSAWBN_TREE_MODEL_FOLDER has no event.
Types
Class CL_RSAWBN_TREE_MODEL_FOLDER has no local type.
Method Signatures

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20090625
2 Importing I_R_AWBOBJ Call by reference Object reference (TYPE REF TO) CL_RSAWBN_OBJ Masterklasse AWB Objekte 20090625
3 Importing I_R_FOLDERTREE Call by reference Object reference (TYPE REF TO) IF_RSAWBN_FOLDER_TREE Ordnungsknotenbäume der AWB 20090713
4 Importing I_R_REFRESH Call by reference Object reference (TYPE REF TO) CL_RSAWBN_REFRESH AWB refresh Klasse 20090713

Method ACCESS_FCODE_FOLDER_TLOGO on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method ADD_T_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TREE Call by reference Type reference (TYPE) RSAWBN_T_TREE Tree AWB 20040608

Method ADD_T_TREE on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSAWBN_TREE_MODEL_FOLDER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method CREATE_FOLDERTREE_REF Signature

Method CREATE_FOLDERTREE_REF on class CL_RSAWBN_TREE_MODEL_FOLDER has no parameter.
Method CREATE_FOLDERTREE_REF on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method CREATE_FOLDER_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_T_TREE_IF_SORTED Value transfer Type reference (TYPE) RSAWBN_T_TREE subordner, falls Ordnerstrktur nicht beibehalten werden soll 20100621
# Exception Resumable Description Created on
1 CANCELLED Abbruch 20050622

Method DELETE_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_AWBOBJ Call by reference Object reference (TYPE REF TO) CL_RSAWBN_OBJ Masterklasse AWB Objekte 20090625
2 Importing I_R_FOLDERTREE Call by reference Object reference (TYPE REF TO) IF_RSAWBN_FOLDER_TREE Ordnungsknotenbäume der AWB 20090713
# Exception Resumable Description Created on
1 CANCELLED 20090713

Method FOLDER_DRAGDROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INSERTBEHAV Call by reference Type reference (TYPE) RSAWBNINSBEHAV Einfügeverhalten der AWb 20050517
2 Importing I_NODENAME Call by reference Type reference (TYPE) RSAWBNFOLDERNM Namen eines Ordnungsknoten in der AWB 20050517
3 Importing I_TARGETNODENAME Call by reference Type reference (TYPE) RSAWBNFOLDERNM Namen eines Ordnungsknoten in der AWB 20050517
# Exception Resumable Description Created on
1 CANCELLED Abbruch 20050517

Method GET_DISPLAY_ONLY_OBJECT_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DISPLAY_ONLY_OBJECT_FOLDER Value transfer Type reference (TYPE) RS_BOOL Boolean 20050323

Method GET_DISPLAY_ONLY_OBJECT_FOLDER on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method GET_FOLDER_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AWBOBJ Call by reference Type reference (TYPE) RSAWBNOBJECT Objekt in der AWB (für Tlogo-Objekte identisch zum Tlogotyp) 20040608
2 Returning RE_IMAGE Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20040608

Method GET_FOLDER_IMAGE on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TLOGO Value transfer Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20050519

Method GET_FOLDER_TLOGO on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method GET_FOLDER_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_R_FOLDER_TREE Value transfer Object reference (TYPE REF TO) IF_RSAWBN_FOLDER_TREE Ordnungsknotenbäume der AWB 20050203

Method GET_FOLDER_TREE on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method GET_FOLDER_TREE_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FOLDER_TYPE Call by reference Type reference (TYPE) RSAWBNOBJECT Objekt in der AWB (für Tlogo-Objekte identisch zum Tlogotyp) 20050504
2 Returning RE_R_FOLDER_TREE Value transfer Object reference (TYPE REF TO) IF_RSAWBN_FOLDER_TREE Ordnungsknotenbäume der AWB 20050504

Method GET_FOLDER_TREE_STATIC on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method GET_MAIN_AWBOBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_T_TREE Value transfer Type reference (TYPE) RSAWBN_T_TREE Tree AWB 20040608

Method GET_MAIN_AWBOBJECTS on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method SET_CONTAINS_OBJECT_PATH 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 20050323

Method SET_CONTAINS_OBJECT_PATH on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method SET_DISPLAY_ONLY_OBJECT_FOLDER Signature

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

Method SET_DISPLAY_ONLY_OBJECT_FOLDER on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.

Method SET_FOLDER_TYPE Signature

Method SET_FOLDER_TYPE on class CL_RSAWBN_TREE_MODEL_FOLDER has no parameter.
Method SET_FOLDER_TYPE on class CL_RSAWBN_TREE_MODEL_FOLDER has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_PLSQ Tree Planning Sequences 20100714
2 Inheritance (c INHERITING FROM c_ref)  CL_RSO_RES_AREA_FOLDER Tree Back-End with Folder Creation 20121109
3 Inheritance (c INHERITING FROM c_ref)  CL_RSL_WSP_UI_TREE_MODEL InfoProvider Tree Model 20100519
4 Inheritance (c INHERITING FROM c_ref)  CL_RSL_WB_WSP_TREE_MODEL Tree Model for Workspaces 20100713
5 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_LM_TREE_COPR_MODEL_FL Tree: Flat Display 20111005
6 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTPS_UI_TREE_MODEL Explorer UI Tree Back End 20090529
7 Inheritance (c INHERITING FROM c_ref)  CL_RSDDLTIP_UI_TREE_MODEL Trans.Provider UI Tree Back End 20091021
8 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_RSPC Tree Back End Process Chain Tree 20090618
9 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_RSDS Tree Back-End DataSource Tree 20041124
10 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_DEST Tree Back-End Open Hub Destination - Tree 20051006
11 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_LSYS Tree Back-End Source Systems 20041122
12 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_IS Tree Back-End InfoProvider Tree 20040727
13 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_IPRO Tree Back-End InfoProvider Tree 20040608
14 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_IOBJ Tree Back-End InfoProvider Tree 20041115
15 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_INSP Tree Back-End InfoProvider Tree 20061030
16 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_HAAP Tree-Backend HAAP 20130502
17 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_FAV DWB Ttree Favorites with Folder 20130315
18 Inheritance (c INHERITING FROM c_ref)  CL_RSAWBN_TREE_MODEL_FL_DMOD Tree Back End Data Flow Tree 20091112
History
Last changed by/on SAP  20140121 
SAP Release Created in 400