SAP ABAP Class CL_BICS_OBJECT (Root Object for BICS Entities)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     BW_BICS_BASE_OBJECTS (Package) Basis Objects of All BICS Entities
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BICS_EVENT_SOURCE Event Source 20100624
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BICS_DESTRUCTOR Destructor - for interneal use only!!!! 20110721
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BICS_OBJECT Root Object for BICS Entities 20100120
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSTT_INSTANCE_ITEM Interface for Special Class Instances 20101217
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BICS_PLAN_MOD_RUN_CR Create/Change Characteristic Relationship at Runtime 20110721
2 Inheritance (c INHERITING FROM c_ref)  CL_BICS_VIEW View in ABAP BICS 20100301
3 Inheritance (c INHERITING FROM c_ref)  CL_BICS_SELECTION Selection 20110721
4 Inheritance (c INHERITING FROM c_ref)  CL_BICS_RS_BASE Basis RS Class 20111212
5 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_EXCEPTION Exception 20110211
6 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_DATA_CELL Data cell 20100503
7 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_CONDITION Condition 20110330
8 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_AXIS QV Axis 20110721
9 Inheritance (c INHERITING FROM c_ref)  CL_BICS_PLAN_MOD_RUN_FUNC Planning Function at Runtime 20110721
10 Inheritance (c INHERITING FROM c_ref)  CL_BICS_PLAN_MOD_RUN_DS Create/Change Data Slices at Runtime 20130422
... Click here to see Used By full list (19 items)
Properties
Class CL_BICS_OBJECT  
Short Description Root Object for BICS Entities    
Super Class CL_BICS_EVENT_SOURCE Event Source 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_BICS_BASE_OBJECTS   Basis Objects of All BICS Entities 
Created 20100120   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_BICS_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_BICS_DESTRUCTOR Destructor - for interneal use only!!!! 20110721
2 IF_BICS_OBJECT Root Object for BICS Entities 20100120
3 IF_RSTT_INSTANCE_ITEM Interface for Special Class Instances 20101217
Friends
Class CL_BICS_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_RSTT_KEY Instance attribute Protected Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME RSTT Key 20110919
2 O_TS_RSTT_INSTANCE Static Attribute Protected Type reference (TYPE) CL_BICS_SRV=>TN_TS_RSTT_INSTANCE Table of RSTT Instance Attributes 20111024
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101217
2 EQUALS Instance method Public Method Compare Objects 20100222
3 GET_CLASS_NAME Instance method Protected Method 20111024
4 SET_RSTT_IDENTITY Static method Protected Method Set RSTT Values 20111024
Events
Class CL_BICS_OBJECT has no event.
Types
Class CL_BICS_OBJECT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALTERNATIVE_NAME Call by reference Type reference (TYPE) ANY Alternativer Name eines Objekts 20101217
2 Importing I_ID Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_ID ID eines Objektes 20101217
3 Importing I_NAME Call by reference Type reference (TYPE) ANY Name eines Objekts 20101217
4 Importing I_RSTT_KEY Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Name eines Objekts 20110919
5 Importing I_TEXT Call by reference Type reference (TYPE) ANY Text eines Objekts 20101217

Method CONSTRUCTOR on class CL_BICS_OBJECT has no exception.

Method EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OTHER_OBJECT Call by reference Object reference (TYPE REF TO) CL_BICS_OBJECT Wurzelobject für BICS Entitäten 20100222
2 Returning R_EQUALS Value transfer Type reference (TYPE) ABAP_BOOL 20100222

Method EQUALS on class CL_BICS_OBJECT has no exception.

Method GET_CLASS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CLASS_NAME Value transfer Type reference (TYPE) STRING 20111024

Method GET_CLASS_NAME on class CL_BICS_OBJECT has no exception.

Method SET_RSTT_IDENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RSTT_INSTANCE Call by reference Type reference (TYPE) IF_RSTT_INSTANCE_SET=>NT_SX_SET 20111024

Method SET_RSTT_IDENTITY on class CL_BICS_OBJECT 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_BICS_PLAN_MOD_RUN_CR Create/Change Characteristic Relationship at Runtime 20110721
2 Inheritance (c INHERITING FROM c_ref)  CL_BICS_VIEW View in ABAP BICS 20100301
3 Inheritance (c INHERITING FROM c_ref)  CL_BICS_SELECTION Selection 20110721
4 Inheritance (c INHERITING FROM c_ref)  CL_BICS_RS_BASE Basis RS Class 20111212
5 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_EXCEPTION Exception 20110211
6 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_DATA_CELL Data cell 20100503
7 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_CONDITION Condition 20110330
8 Inheritance (c INHERITING FROM c_ref)  CL_BICS_QV_AXIS QV Axis 20110721
9 Inheritance (c INHERITING FROM c_ref)  CL_BICS_PLAN_MOD_RUN_FUNC Planning Function at Runtime 20110721
10 Inheritance (c INHERITING FROM c_ref)  CL_BICS_PLAN_MOD_RUN_DS Create/Change Data Slices at Runtime 20130422
11 Inheritance (c INHERITING FROM c_ref)  CL_BICS_IOBJ_MEMBER Attributes of an InfoObject 20110721
12 Inheritance (c INHERITING FROM c_ref)  CL_BICS_NODE_TYPE Node Type 20110721
13 Inheritance (c INHERITING FROM c_ref)  CL_BICS_MD_VARIABLE Variable in MD Layer 20110721
14 Inheritance (c INHERITING FROM c_ref)  CL_BICS_MD_STRUCTURE Structure in the MD Layer 20110721
15 Inheritance (c INHERITING FROM c_ref)  CL_BICS_MD_DIMENSION Dimension 20110721
16 Inheritance (c INHERITING FROM c_ref)  CL_BICS_MD_AXIS Axis in MD Layer 20110721
17 Inheritance (c INHERITING FROM c_ref)  CL_BICS_MD_ATTR Attribute in MD Layer 20110721
18 Inheritance (c INHERITING FROM c_ref)  CL_BICS_IOBJ_SELECTION Selection Component for InfoObjects 20110721
19 Inheritance (c INHERITING FROM c_ref)  CL_BICS_IOBJ_MEMBER_ACCESSOR Access Object for Attributes 20100624
History
Last changed by/on SAP  20130531 
SAP Release Created in 730