SAP ABAP Class CL_RSBOLAP_QV_DRILL_OPERATION (Drill Operation in Query View)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSBOLAP_QUERY_VIEW (Package) Query Navigational State
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBOLAP_OBJECT Conversion of Status Description 20090618
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBOLAP_QV_DRILL_OPERATION Drill operation on a query view 20090618
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBOLAP_STATE_DOM_READER Object reads status from XML 20090831
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBOLAP_STATE_DOM_WRITER Object writes status to XML 20090831
Properties
Class CL_RSBOLAP_QV_DRILL_OPERATION  
Short Description Drill Operation in Query View    
Super Class CL_RSBOLAP_OBJECT Conversion of Status Description 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSBOLAP_QUERY_VIEW   Query Navigational State 
Created 20090618   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 RRK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RRK0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RRX1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSBOL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBOLAP_QV_DRILL_OPERATION Drill operation on a query view 20090618
2 IF_RSBOLAP_STATE_DOM_READER Object reads status from XML 20090831
3 IF_RSBOLAP_STATE_DOM_WRITER Object writes status to XML 20090831
Friends
Class CL_RSBOLAP_QV_DRILL_OPERATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_DRILL_LEVEL Instance attribute Public Attribute reference (LIKE) 20090618
2 N_DRILL_STATE Instance attribute Public Attribute reference (LIKE) 20090618
3 N_R_QUERY_VIEW Instance attribute Public Attribute reference (LIKE) 20090624
4 N_T_DRILL_PATH Instance attribute Public Attribute reference (LIKE) 20090618
5 N_T_FOCUS_MEMBER_INFO Instance attribute Public Type reference (TYPE) BICS_PROV_RS_T_FOCUS_MMBR_INFO Level Number in a Hierarchy 20110214
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_CHAR_DETAILS Instance method Private Method 20110428
2 CONSTRUCTOR Instance method Public Constructor 20090624
3 EXECUTE Instance method Public Method 20090618
4 GET_AXIS_FOR_DRILL_OPERATION Instance method Public Method 20090618
5 GET_CHAR_DETAILS Instance method Protected Method Characteristic Details Table for Result Set Detail Access 20090624
6 GET_FOCUS_MEMBER Instance method Public Method 20110114
7 GET_HIERARCHY Instance method Public Method 20111012
8 GET_NODE_ALIGNMENT Instance method Public Method Get Alignment of Children 20090630
9 GET_RESULT_SET_EXECUTE_CALLS Instance method Public Method Find Required Result Set Execute Calls 20090703
10 IS_ADDED_TO_QUERY_VIEW Instance method Public Method Check if Drill Operation Added to Query View 20090806
11 READ_STATE_FROM_DOM Instance method Public Method 20090831
12 SET_DRILL_LEVEL Instance method Public Method 20090618
13 SET_DRILL_PATH Instance method Public Method 20090624
14 SET_DRILL_PATH_FROM_STATE Instance method Public Method Set Drill Path Using the State Structure 20090720
15 SET_DRILL_STATE Instance method Public Method 20090618
16 SET_STATE_CHANGED Instance method Protected Method Status Changed 20090618
17 VERIFY Instance method Protected Method Check if Drill Operation Still Valid 20090624
18 VERIFY_AGAINST_RESULT_SET Instance method Protected Method Check Against Existing Result Set 20090626
19 VERIFY_AND_EXECUTE Instance method Public Method Check and Run 20111012
20 WRITE_STATE_INTO_DOM Instance method Public Method 20090831
Events
Class CL_RSBOLAP_QV_DRILL_OPERATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_SX_RS_EXECUTE_CALL Public See coding 20090703 begin of TN_SX_RS_EXECUTE_CALL, call_index type rsbolap_index, call_for_new_tuples type rs_bool, char_details type BICS_PROV_RS_T_CHAR_DETAILACCE, end of TN_SX_RS_EXECUTE_CALL
2 TN_TX_RS_EXECUTE_CALLS Public See coding 20090703 TN_TX_RS_EXECUTE_CALLS type standard table of tn_sx_rs_execute_call with key call_index
Method Signatures

Method APPEND_CHAR_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_CHAR_DETAILS Call by reference Type reference (TYPE) BICS_PROV_RS_T_CHAR_DETAILACCE Detailzugriff auf Daten innerhalb eines Query Views 20110428
2 Importing I_APPLY_CONDITIONS Call by reference Type reference (TYPE) RS_BOOL Boolean 20110428
3 Importing I_AXIS_UDH_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL 20110428
4 Importing I_DRILL_PATH_LENGTH Call by reference Type reference (TYPE) I 20110428
5 Importing I_R_DRILL_OPERATION Call by reference Object reference (TYPE REF TO) CL_RSBOLAP_QV_DRILL_OPERATION Drill Operation im Query View 20110428
6 Importing I_R_QV_AXIS Call by reference Object reference (TYPE REF TO) IF_RSBOLAP_QV_AXIS Achse eines Query Views 20110428
7 Importing I_T_CHARACTERISTIC_IDS Call by reference Type reference (TYPE) RSBOLAP_T_OBJECT_ID Liste von Objekt Ids 20110428
8 Importing I_UDH_INITIAL_LVL Call by reference Type reference (TYPE) I 20110428

Method APPEND_CHAR_DETAILS on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) RSBOLAP_OBJECT_ID Objekt ID 20091021
2 Importing I_NAME Call by reference Type reference (TYPE) RSBOLAP_OBJECT_NAME Objekt Name 20090720
3 Importing I_R_QUERY_VIEW Call by reference Object reference (TYPE REF TO) IF_RSBOLAP_QUERY_VIEW 20090624

Method CONSTRUCTOR on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method EXECUTE on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_AXIS_FOR_DRILL_OPERATION Signature

Method GET_AXIS_FOR_DRILL_OPERATION on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method GET_AXIS_FOR_DRILL_OPERATION on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_CHAR_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLY_CONDITIONS Call by reference Type reference (TYPE) RS_BOOL ABAP_TRUE Boolean 20090624
2 Importing I_R_ORTHOGONAL_DRILL_OPERATION Call by reference Object reference (TYPE REF TO) CL_RSBOLAP_QV_DRILL_OPERATION Drill Operation im Query View 20090703
3 Returning R_T_CHAR_DETAILS Value transfer Type reference (TYPE) BICS_PROV_RS_T_CHAR_DETAILACCE Detailzugriff auf Daten innerhalb eines Query Views 20090624

Method GET_CHAR_DETAILS on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_FOCUS_MEMBER Signature

Method GET_FOCUS_MEMBER on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method GET_FOCUS_MEMBER on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_HIERARCHY Signature

Method GET_HIERARCHY on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method GET_HIERARCHY on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_NODE_ALIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NODE_ALIGNMENT Value transfer Type reference (TYPE) RSBOLAP_ALIGNMENT Ausrichtung von Objekten (oben/links, unten/rechts, default) 20090630

Method GET_NODE_ALIGNMENT on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_RESULT_SET_EXECUTE_CALLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLY_CONDITIONS Call by reference Type reference (TYPE) RS_BOOL ABAP_TRUE Boolean 20090703
2 Importing I_T_EXECUTED_DRILL_OPERATIONS Call by reference Type reference (TYPE) RSBOLAP_T_OBJECT Bereits ausgeführte Drilloperationen auf dem ResultSet 20090703
3 Returning R_T_EXECUTE_CALLS Value transfer Type reference (TYPE) TN_TX_RS_EXECUTE_CALLS 20090703

Method GET_RESULT_SET_EXECUTE_CALLS on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method IS_ADDED_TO_QUERY_VIEW Signature

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

Method IS_ADDED_TO_QUERY_VIEW on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method READ_STATE_FROM_DOM Signature

Method READ_STATE_FROM_DOM on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method READ_STATE_FROM_DOM on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_DRILL_LEVEL Signature

Method SET_DRILL_LEVEL on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method SET_DRILL_LEVEL on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_DRILL_PATH Signature

Method SET_DRILL_PATH on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method SET_DRILL_PATH on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_DRILL_PATH_FROM_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_DRILL_PATH Call by reference Type reference (TYPE) BICS_PROV_STATE_T_DRILL_PATH Pfad zum Knoten dessen Zustand geändert wird 20090720

Method SET_DRILL_PATH_FROM_STATE on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_DRILL_STATE Signature

Method SET_DRILL_STATE on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method SET_DRILL_STATE on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_STATE_CHANGED Signature

Method SET_STATE_CHANGED on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method SET_STATE_CHANGED on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method VERIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DELETE_FROM Call by reference Type reference (TYPE) I 20090630
2 Exporting E_DELETE_TO Call by reference Type reference (TYPE) I 20090630
3 Exporting E_NODE_POSITION_FROM Call by reference Type reference (TYPE) I 20090630
4 Exporting E_NODE_POSITION_TO Call by reference Type reference (TYPE) I 20090630
5 Exporting E_VALID Call by reference Type reference (TYPE) RS_BOOL Boolean 20090630
6 Importing I_TUPLE_INDEX Call by reference Type reference (TYPE) I 20090722

Method VERIFY on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method VERIFY_AGAINST_RESULT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DELETE_FROM Call by reference Type reference (TYPE) I Zeilen entfernen von 20090626
2 Exporting E_DELETE_TO Call by reference Type reference (TYPE) I Zeilen entfernen bis 20090626
3 Exporting E_NODE_POSITION_FROM Call by reference Type reference (TYPE) I Position des Drill Knotens auf der Achse 20090626
4 Exporting E_NODE_POSITION_TO Call by reference Type reference (TYPE) I Position des Drill Knotens auf der Achse 20090626
5 Exporting E_T_FOCUS_MEMBER_INFO Call by reference Type reference (TYPE) BICS_PROV_RS_T_FOCUS_MMBR_INFO Aufklappzustand 20110214
6 Exporting E_VALID Call by reference Type reference (TYPE) RS_BOOL Boolean 20090626
7 Importing I_POSITION Call by reference Type reference (TYPE) I Knotenposition 20090626

Method VERIFY_AGAINST_RESULT_SET on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method VERIFY_AND_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TUPLE_INDEX Call by reference Type reference (TYPE) I Optional (Performanceverbesserung): Tupelindex auf der Achse 20111012
2 Returning R_EXECUTED Value transfer Type reference (TYPE) ABAP_BOOL Wurde Drilloperation ausgeführt? 20111012

Method VERIFY_AND_EXECUTE on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method WRITE_STATE_INTO_DOM Signature

Method WRITE_STATE_INTO_DOM on class CL_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method WRITE_STATE_INTO_DOM on class CL_RSBOLAP_QV_DRILL_OPERATION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730