SAP ABAP Class CL_RSO_OBJECT_NET_CUBE (BW Repository: Graphic Display of the InfoCube)
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_NETWORK_COMPOSITE_LIST BW Repository: Composite with List Layout 19991018
Properties
Class CL_RSO_OBJECT_NET_CUBE  
Short Description BW Repository: Graphic Display of the InfoCube    
Super Class CL_RSO_NETWORK_COMPOSITE_LIST BW Repository: Composite with List Layout 
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 19991018   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_NETWORK_LEAF_TEXT 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
Class CL_RSO_OBJECT_NET_CUBE has no interface implemented.
Friends
Class CL_RSO_OBJECT_NET_CUBE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DIME_IN_ROW Instance attribute Private Type reference (TYPE) I Number of Dimensions in a Row (Half of all Possibles) 19991018
2 P_FIXED_NODE_WIDTH Instance attribute Private Type reference (TYPE) F Fixed Node Width 19991018
3 P_INFOCUBE Instance attribute Private Type reference (TYPE) RSD_INFOCUBE InfoCubes to be Displayed 19991018
4 P_MODE Instance attribute Private Type reference (TYPE) I 0: Compact, 1:Circular 19991125
5 P_NUM_DIME Instance attribute Private Type reference (TYPE) I Number of Visible Dimensions 19991018
6 P_R_DRAW Instance attribute Private Object reference (TYPE REF TO) IF_RSO_OBJECT_NETWORK_DRAW Drawing Object 19991122
7 P_R_REPOSITORY Instance attribute Private Object reference (TYPE REF TO) CL_RSO_REPOSITORY BW Metadata Repository 20000419
8 P_T_CUBE_IOBJ Instance attribute Private Type reference (TYPE) RSD_T_CUBE_IOBJ InfoObjects 19991018
9 P_T_DIME Instance attribute Private Type reference (TYPE) RSD_T_DIME DImensions 19991018
10 P_T_DIME_IOBJ Instance attribute Private Type reference (TYPE) RSD_T_DIME_IOBJ InfoObject & Dimensions 19991018
11 P_Y_SIZE_DIME_LOWER Instance attribute Private Type reference (TYPE) F Height of Dimensions Below 19991018
12 P_Y_SIZE_DIME_UPPER Instance attribute Private Type reference (TYPE) F Height of Dimensions Above 19991018
Methods
# Method Level Visibility Method type Description Created on
1 ARRANGE_COMPACT Instance method Private Method Compact display 19991125
2 ARRANGE_STAR Instance method Private Method Circular Display (Star Schema) 19991125
3 CHECK_OVERLAP Instance method Private Method Check Overlapping of Two Rectangles 19991125
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19991018
5 CREATE_COMPONENTS Instance method Private Method Create Dimensions etc. 19991018
6 DRAW_COMPACT Instance method Private Method Compact display 19991125
7 DRAW_STAR Instance method Private Method Circular Display (Star Schema) 19991125
8 GET_CUBE_PROPERTIES Instance method Private Method Read InfoCube Properties 19991018
Events
Class CL_RSO_OBJECT_NET_CUBE has no event.
Types
Class CL_RSO_OBJECT_NET_CUBE has no local type.
Method Signatures

Method ARRANGE_COMPACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_X_SIZE Call by reference Type reference (TYPE) F Ausdehnung X 19991125
2 Exporting E_Y_SIZE Call by reference Type reference (TYPE) F Ausdehnung Y 19991125
3 Importing I_FILTER_TLOGO Call by reference Type reference (TYPE) RSO_FILTER_TLOGO Anzeigemodus 19991125
4 Importing I_SCALE Call by reference Type reference (TYPE) F 1 Skalierung 19991125

Method ARRANGE_COMPACT on class CL_RSO_OBJECT_NET_CUBE has no exception.

Method ARRANGE_STAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_X_SIZE Call by reference Type reference (TYPE) F Ausdehnung X 19991125
2 Exporting E_Y_SIZE Call by reference Type reference (TYPE) F Ausdehnung Y 19991125
3 Importing I_FILTER_TLOGO Call by reference Type reference (TYPE) RSO_FILTER_TLOGO Anzeigemodus 19991125
4 Importing I_SCALE Call by reference Type reference (TYPE) F 1 Skalierung 19991125

Method ARRANGE_STAR on class CL_RSO_OBJECT_NET_CUBE has no exception.

Method CHECK_OVERLAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OVERLAP Call by reference Type reference (TYPE) RS_BOOL Überlappung ja / nein 19991125
2 Importing I_SCALE Call by reference Type reference (TYPE) F '1.0' Skalierung 20000321
3 Importing I_S_COMP_1 Call by reference Type reference (TYPE) RSO_S_OBJECT_NET_COMPONENT Objekt 1 19991125
4 Importing I_S_COMP_2 Call by reference Type reference (TYPE) RSO_S_OBJECT_NET_COMPONENT Objekt 2 19991125

Method CHECK_OVERLAP on class CL_RSO_OBJECT_NET_CUBE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILTER_TLOGO Call by reference Type reference (TYPE) RSO_FILTER_TLOGO rsoc_c_filter_tlogo-standard Anzeigemodus 19991021
2 Importing I_FIXED_NODE_WIDTH Call by reference Type reference (TYPE) F Feste Breite Knoten 19991018
3 Importing I_INFOCUBE Call by reference Type reference (TYPE) RSD_INFOCUBE Diesen InfoCube darstellen 19991018
4 Importing I_MODE Call by reference Type reference (TYPE) I 0 0: Kompakt, 1:Kreisförmig 19991125
5 Importing I_OBJVERS Call by reference Type reference (TYPE) RS_OBJVERS rs_c_objvers-active Objektversion 19991018
6 Importing I_R_DRAW Call by reference Object reference (TYPE REF TO) IF_RSO_OBJECT_NETWORK_DRAW Zeichenobjekt 19991122
7 Importing I_R_OBJECT_NETWORK Call by reference Object reference (TYPE REF TO) CL_RSO_OBJECT_NETWORK Netzwerk 19991018

Method CONSTRUCTOR on class CL_RSO_OBJECT_NET_CUBE has no exception.

Method CREATE_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DRAW Call by reference Object reference (TYPE REF TO) IF_RSO_OBJECT_NETWORK_DRAW Zeichenobjekt 19991122

Method CREATE_COMPONENTS on class CL_RSO_OBJECT_NET_CUBE has no exception.

Method DRAW_COMPACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DRAW Call by reference Object reference (TYPE REF TO) IF_RSO_OBJECT_NETWORK_DRAW Implementation Zeichnen 19991125
2 Importing I_X_MIN Call by reference Type reference (TYPE) F Koordinatensystem Translation 19991125
3 Importing I_Y_MIN Call by reference Type reference (TYPE) F Koordinatensystem Translation 19991125

Method DRAW_COMPACT on class CL_RSO_OBJECT_NET_CUBE has no exception.

Method DRAW_STAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DRAW Call by reference Object reference (TYPE REF TO) IF_RSO_OBJECT_NETWORK_DRAW Implementation Zeichnen 19991125
2 Importing I_X_MIN Call by reference Type reference (TYPE) F Koordinatensystem Translation 19991125
3 Importing I_Y_MIN Call by reference Type reference (TYPE) F Koordinatensystem Translation 19991125

Method DRAW_STAR on class CL_RSO_OBJECT_NET_CUBE has no exception.

Method GET_CUBE_PROPERTIES Signature

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