SAP ABAP Class CL_RSSBR_NODE_FACTORY (BW Authorizations: Factory for Nodes in Tree)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSSBR (Package) BW: Reporting Authorization Check
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_OBJECT BW Repository: Object 20000120
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO_GENERAL BW Repository: TLOGO Objects - General 20000120
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO_MAINTAIN BW Repository: TLOGO Objects - Changes/Maintenance 20000120
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO_TRANSPORT Transpt Connection - Optional (Wrapper for CL_RSO_TRANSPORT) 20000120
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TREE BW Repository: Changes in Tree (GUI) 20000120
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSSBR_OBJECT BW Authorization Reporting: General Operations Object 20000120
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSSBR_OBJECT_MODIFY BW Authorization Reporting: General Operations Object 20000120
Properties
Class CL_RSSBR_NODE_FACTORY  
Short Description BW Authorizations: Factory for Nodes in Tree    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RSSBR   BW: Reporting Authorization Check 
Created 20000119   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_REPOSITORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSO_OBJECT BW Repository: Object 20000120
2 IF_RSO_TLOGO_GENERAL BW Repository: TLOGO Objects - General 20000120
3 IF_RSO_TLOGO_MAINTAIN BW Repository: TLOGO Objects - Changes/Maintenance 20000120
4 IF_RSO_TLOGO_TRANSPORT Transpt Connection - Optional (Wrapper for CL_RSO_TRANSPORT) 20000120
5 IF_RSO_TREE BW Repository: Changes in Tree (GUI) 20000120
6 IF_RSSBR_OBJECT BW Authorization Reporting: General Operations Object 20000120
7 IF_RSSBR_OBJECT_MODIFY BW Authorization Reporting: General Operations Object 20000120
Friends
Class CL_RSSBR_NODE_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_NODE_COUNTER Instance attribute Private Type reference (TYPE) NUMC09 Unique Identifier Node 20000119
2 P_TH_IOBJ_DDHANDLE Instance attribute Private Type reference (TYPE) RSSBR_TH_IOBJ_DDHANDLE Drag & Drop InfoObjects 20000119
3 P_TS_NODE_OBJECT Instance attribute Private Type reference (TYPE) RSSBR_TS_NODE_OBJECT Reference Nodes on Object 20000119
4 P_TS_NODE_REF Instance attribute Private Type reference (TYPE) RSO_TS_NODE_REF BW Repository: Nodes in Tree with Copies 20000119
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_AUTHTYPE Instance method Public Method 20000125
2 CHANGE_COMPMODE Instance method Public Method 20000125
3 CHANGE_TLEVEL Instance method Public Method 20000125
4 CHANGE_VARDEFAULT Instance method Public Method 20000811
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20000119
6 CREATE_OBJECT_OF_NODE Instance method Private Method Creates Object for Node 20000119
7 DELETE Instance method Public Method 20001208
8 DELETE_BY_IOBJNM Instance method Public Method 20000121
9 GET_NODE Instance method Public Method Get New Identifier for Node 20000119
10 GET_OBJECT_FROM_NODE Instance method Public Method Get Object from Node 20000121
11 GET_OBJECT_REF_OF_NODE Instance method Private Method Get Object Reference for Node 20000125
12 INSERT_VALUE Instance method Public Method 20000120
13 TREE_INSERT Instance method Public Method 20000121
14 TREE_UPDATE Instance method Public Method 20000120
Events
Class CL_RSSBR_NODE_FACTORY has no event.
Types
Class CL_RSSBR_NODE_FACTORY has no local type.
Method Signatures

Method CHANGE_AUTHTYPE Signature

Method CHANGE_AUTHTYPE on class CL_RSSBR_NODE_FACTORY has no parameter.
Method CHANGE_AUTHTYPE on class CL_RSSBR_NODE_FACTORY has no exception.

Method CHANGE_COMPMODE Signature

Method CHANGE_COMPMODE on class CL_RSSBR_NODE_FACTORY has no parameter.
Method CHANGE_COMPMODE on class CL_RSSBR_NODE_FACTORY has no exception.

Method CHANGE_TLEVEL Signature

Method CHANGE_TLEVEL on class CL_RSSBR_NODE_FACTORY has no parameter.
Method CHANGE_TLEVEL on class CL_RSSBR_NODE_FACTORY has no exception.

Method CHANGE_VARDEFAULT Signature

Method CHANGE_VARDEFAULT on class CL_RSSBR_NODE_FACTORY has no parameter.
Method CHANGE_VARDEFAULT on class CL_RSSBR_NODE_FACTORY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_IOBJ_DDHANDLE Call by reference Type reference (TYPE) RSSBR_TH_IOBJ_DDHANDLE Drag & Drop Handle InfoObjects 20000119

Method CONSTRUCTOR on class CL_RSSBR_NODE_FACTORY has no exception.

Method CREATE_OBJECT_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_OBJECT Call by reference Object reference (TYPE REF TO) IF_RSSBR_OBJECT Erzeugtes Objekt 20000119
2 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000119
3 Importing I_READ_ONLY Call by reference Type reference (TYPE) RS_BOOL Nur Lesen 20000119

Method CREATE_OBJECT_OF_NODE on class CL_RSSBR_NODE_FACTORY has no exception.

Method DELETE Signature

Method DELETE on class CL_RSSBR_NODE_FACTORY has no parameter.
Method DELETE on class CL_RSSBR_NODE_FACTORY has no exception.

Method DELETE_BY_IOBJNM Signature

Method DELETE_BY_IOBJNM on class CL_RSSBR_NODE_FACTORY has no parameter.
Method DELETE_BY_IOBJNM on class CL_RSSBR_NODE_FACTORY has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_UNIQUE Call by reference Type reference (TYPE) TV_NODEKEY Eindeutiger Knoten 20000119
2 Exporting E_R_OBJECT Call by reference Object reference (TYPE REF TO) IF_RSSBR_OBJECT Erzeugtes Objekt 20000119
3 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000119
4 Importing I_READ_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Nur Lesen 20000119
5 Importing I_R_OBJECT Call by reference Object reference (TYPE REF TO) IF_RSSBR_OBJECT Objekt Referenz 20000121

Method GET_NODE on class CL_RSSBR_NODE_FACTORY has no exception.

Method GET_OBJECT_FROM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE Call by reference Type reference (TYPE) STRING Knoten (externe Darstellung) 20010227
2 Exporting E_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Objektname 20000121
3 Exporting E_TLOGO Call by reference Type reference (TYPE) RS_TLOGO TLOGO Typ 20000121
4 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000121

Method GET_OBJECT_FROM_NODE on class CL_RSSBR_NODE_FACTORY has no exception.

Method GET_OBJECT_REF_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000125
2 Returning R_OBJECT Value transfer Object reference (TYPE REF TO) IF_RSSBR_OBJECT Objekt 20000125

Method GET_OBJECT_REF_OF_NODE on class CL_RSSBR_NODE_FACTORY has no exception.

Method INSERT_VALUE Signature

Method INSERT_VALUE on class CL_RSSBR_NODE_FACTORY has no parameter.
Method INSERT_VALUE on class CL_RSSBR_NODE_FACTORY has no exception.

Method TREE_INSERT Signature

Method TREE_INSERT on class CL_RSSBR_NODE_FACTORY has no parameter.
Method TREE_INSERT on class CL_RSSBR_NODE_FACTORY has no exception.

Method TREE_UPDATE Signature

Method TREE_UPDATE on class CL_RSSBR_NODE_FACTORY has no parameter.
Method TREE_UPDATE on class CL_RSSBR_NODE_FACTORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 20B