SAP ABAP Class CL_RSDDK_GUI_AGGR_INFOCUBE (GUI Component: Infocube Tree for Maintain Aggregate)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDK (Package) BW Aggregates
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 19991222
Properties
Class CL_RSDDK_GUI_AGGR_INFOCUBE  
Short Description GUI Component: Infocube Tree for Maintain Aggregate    
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 RSDDK   BW Aggregates 
Created 19991222   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_GUI_CFW Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSO_DATA_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
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)
5 RSDDK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDDK_GUI_AGGR_INFOCUBE has no interface implemented.
Friends
Class CL_RSDDK_GUI_AGGR_INFOCUBE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_C_FCODE_COLLAPSE Constant Public Type reference (TYPE) UI_FUNC 'COLLAPSE' Function Code Toolbar 19991222
2 P_C_FCODE_COLLAPSE_ALL Constant Public Type reference (TYPE) UI_FUNC 'COLLAPSE_ALL' Function Code Toolbar 19991222
3 P_C_FCODE_CREATE Constant Public Type reference (TYPE) UI_FUNC 'CREATE' Function Code Toolbar 19991222
4 P_C_FCODE_EXPAND Constant Public Type reference (TYPE) UI_FUNC 'EXPAND' Function Code Toolbar 19991222
5 P_C_FCODE_EXPAND_ALL Constant Public Type reference (TYPE) UI_FUNC 'EXPAND_ALL' Function Code Toolbar 19991222
6 P_C_FCODE_SEARCH Constant Public Type reference (TYPE) UI_FUNC 'SEARCH' Find 20011227
7 P_C_FCODE_SEARCH_NEXT Constant Public Type reference (TYPE) UI_FUNC 'SEARCH_NEXT' Find 20011227
8 P_C_ITEM_CHAORATR Constant Public Type reference (TYPE) CHAR40 'CHAORATR' Column in Tree Control 19991222
9 P_C_ITEM_TECHNAME Constant Public Type reference (TYPE) CHAR40 'TECHNAME' Column in Tree Control 19991222
10 P_C_NODE_INFOCUBE Constant Private Type reference (TYPE) CHAR40 'CUBE.INFOCUBE' InfoCube Node 19991222
11 P_C_TLOGO_DIMENSION Constant Public Type reference (TYPE) RS_TLOGO 'DIME' InfoCube Dimension as TLOGO Type 19991222
12 P_HIERARCHY_WIDTH Instance attribute Private Type reference (TYPE) I 35 Hierarchy Column Width 19991222
13 P_INFOCUBE Instance attribute Private Type reference (TYPE) RSD_INFOCUBE InfoCube 19991222
14 P_OBJVERS Instance attribute Private Type reference (TYPE) RS_OBJVERS Object version 19991222
15 P_S_CUBE Instance attribute Private Type reference (TYPE) RSD_S_CUBE 20010504
16 P_TREE_DDHANDLE_DROP Instance attribute Private Type reference (TYPE) I Drag & Drop 19991222
17 P_VIEW_ONLY Instance attribute Private Type reference (TYPE) RS_BOOL Display only 19991222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODES Instance method Private Method Infocube Tree Add Nodes 19991222
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19991222
3 CREATE_AND_INIT_TREE_ Instance method Private Method Generate Tree 19991222
4 REDUCE_COB_PRO Instance method Private Method Adjust COB_PRO of InfoCube for Aggregates 19991222
Events
Class CL_RSDDK_GUI_AGGR_INFOCUBE has no event.
Types
Class CL_RSDDK_GUI_AGGR_INFOCUBE has no local type.
Method Signatures

Method ADD_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSD_INFOCUBE Infocube 19991222
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RS_OBJVERS rs_c_objvers-active Objektversion 19991222
# Exception Resumable Description Created on
1 INFOCUBE_NOT_FOUND InfoCube konnte nicht gefunden werden 19991222

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSD_INFOCUBE Infocube 19991222
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RS_OBJVERS rs_c_objvers-active Objektversion 19991222
3 Importing I_R_CONTAINER_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container, in dem Tree angezeigt werden soll 19991222
4 Importing I_R_PROPERTIES Call by reference Object reference (TYPE REF TO) CL_RSO_PROPERTIES Anwenderspezifische Einstellungen 19991222
5 Importing I_VIEW_ONLY Call by reference Type reference (TYPE) RS_BOOL rs_c_true Nur Anzeigen 19991222
# Exception Resumable Description Created on
1 INFOCUBE_NOT_FOUND InfoCube konnte nicht gefunden werden 19991222

Method CREATE_AND_INIT_TREE_ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSD_INFOCUBE Infocube 19991222
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RS_OBJVERS rs_c_objvers-active Objektversion 19991222
3 Importing I_R_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container 19991222
# Exception Resumable Description Created on
1 INFOCUBE_NOT_FOUND InfoCube konnte nicht gefunden werden 19991222

Method REDUCE_COB_PRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_COB_PRO Call by reference Type reference (TYPE) RSD_TH_COB_PRO Cube Object Properties 19991222
2 Importing I_T_ATR Call by reference Type reference (TYPE) RSD_T_ATR Attribute 19991222
3 Importing I_T_IOBJ_CMP Call by reference Type reference (TYPE) RSD_T_IOBJ_CMP geklammerte Merkmale 19991222

Method REDUCE_COB_PRO on class CL_RSDDK_GUI_AGGR_INFOCUBE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 20B