SAP ABAP Interface IF_RSBOLAP_QV_DRILL_OPERATION (Drill operation on a 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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBOLAP_QV_DRILL_OPERATION Drill Operation in Query View 20090618
Properties
Interface IF_RSBOLAP_QV_DRILL_OPERATION  
Short Description Drill operation on a query view    
General Data
Package RSBOLAP_QUERY_VIEW   Query Navigational State 
Created 20090615   SAP 
Last changed 20140121   SAP 
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 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSBOL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBOLAP_EVENT_SOURCE Object That Communicates Changes 20090618
2 IF_RSBOLAP_OBJECT Object 20090618
Friends
Interface IF_RSBOLAP_QV_DRILL_OPERATION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_INDENT_STEP_WIDTH Instance attribute Public Attribute reference (LIKE) 20090618
2 N_ALTERNATIVE_NAME Instance attribute Public Attribute reference (LIKE) 20090618
3 N_DRILL_LEVEL Instance attribute Public Type reference (TYPE) BICS_PROV_HIERARCHY_LEVEL_NUM Drill Level (Relative to Current Node) 20090615
4 N_DRILL_STATE Instance attribute Public Type reference (TYPE) RSBOLAP_DRILL_STATE Expansion Status of a Hierarchy Node 20090615
5 N_ID Instance attribute Public Attribute reference (LIKE) 20090615
6 N_NAME Instance attribute Public Attribute reference (LIKE) 20090618
7 N_R_QUERY_VIEW Instance attribute Public Object reference (TYPE REF TO) IF_RSBOLAP_QUERY_VIEW Query View 20090624
8 N_TEXT Instance attribute Public Attribute reference (LIKE) 20090618
9 N_T_DRILL_PATH Instance attribute Public Type reference (TYPE) RSBOLAP_QV_T_DRILL_PATH Drill Path in Query View 20090615
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Perform Drill Operation 20090615
2 FREE Instance method Public Method 20090618
3 GET_AXIS_FOR_DRILL_OPERATION Instance method Public Method Get axis that the drill operation is on currently 20090615
4 GET_FOCUS_MEMBER Instance method Public Method Read Focus Member from Drill Path 20110201
5 GET_HIERARCHY Instance method Public Method Hierarchy that the drill operation acts on 20111012
6 IS_STRUCTURE_DRILL Instance method Public Method Drill Operation of a Hierarchical Structure 20110201
7 SET_DRILL_LEVEL Instance method Public Method Set Drill Level (Relative to Current Node) 20090615
8 SET_DRILL_PATH Instance method Public Method Set Drill Path 20090618
9 SET_DRILL_STATE Instance method Public Method Set Drill State (Expand/Collapse) 20090615
10 SET_TEXT Instance method Public Method Set Text (if Modifiable) 20090814
11 TO_ABAP_LIST Instance method Public Method 20090618
12 TO_STRING Instance method Public Method 20090618
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Public
(2)
20090618
2 FREED Instance Event
(0)
Public
(2)
20090618
Types
Interface IF_RSBOLAP_QV_DRILL_OPERATION has no local type.
Method Signatures

Method 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 20090722
2 Returning R_EXECUTED Value transfer Type reference (TYPE) ABAP_BOOL Drilloperation konnte ausgeführt werden 20130715

Method EXECUTE on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method FREE Signature

Method FREE on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method FREE on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_AXIS_FOR_DRILL_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_AXIS Value transfer Object reference (TYPE REF TO) IF_RSBOLAP_QV_AXIS Achse eines Query Views 20090618

Method GET_AXIS_FOR_DRILL_OPERATION on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_FOCUS_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_FOCUS_MEMBER Value transfer Type reference (TYPE) RSBOLAP_QV_S_DRILL_PATH_MEMBER Member in einem Drillpath 20110201

Method GET_FOCUS_MEMBER on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method GET_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_HIERARCHY Value transfer Object reference (TYPE REF TO) IF_RSBOLAP_QV_HIERARCHY Hierarchie im Query View 20111012

Method GET_HIERARCHY on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method IS_STRUCTURE_DRILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_STRUCTURE_DRILL Value transfer Type reference (TYPE) ABAP_BOOL 20110201

Method IS_STRUCTURE_DRILL on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_DRILL_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DRILL_LEVEL Call by reference Type reference (TYPE) BICS_PROV_HIERARCHY_LEVEL_NUM Levelnummer in einer Hierarchie 20090618

Method SET_DRILL_LEVEL on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_DRILL_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_DRILL_PATH Value transfer Type reference (TYPE) RSBOLAP_QV_T_DRILL_PATH Drill Pfad im Query View 20090618

Method SET_DRILL_PATH on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_DRILL_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DRILL_STATE Call by reference Type reference (TYPE) RSBOLAP_DRILL_STATE Aufklappzustand eines Hierarchieknotens 20090618

Method SET_DRILL_STATE on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) RSBOLAP_OBJECT_TEXT 20090814

Method SET_TEXT on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method TO_ABAP_LIST Signature

Method TO_ABAP_LIST on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method TO_ABAP_LIST on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.

Method TO_STRING Signature

Method TO_STRING on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Method TO_STRING on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no exception.
Event Signatures

Event CHANGED Signature
Event CHANGED on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no parameter.
Event FREED Signature
Event FREED on Interface IF_RSBOLAP_QV_DRILL_OPERATION has no parameter.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730