SAP ABAP Interface IF_RSBOLAP_QV_CONDITION (Condition)
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_CONDITION Conditions 20090619
Properties
Interface IF_RSBOLAP_QV_CONDITION  
Short Description Condition    
General Data
Package RSBOLAP_QUERY_VIEW   Query Navigational State 
Created 20090619   SAP 
Last changed 20130531   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 20090619
2 IF_RSBOLAP_OBJECT Object 20090619
Friends
Interface IF_RSBOLAP_QV_CONDITION 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) 20090619
2 N_ACTIVE Instance attribute Public Type reference (TYPE) RS_BOOL Condition active? 20090723
3 N_ALTERNATIVE_NAME Instance attribute Public Attribute reference (LIKE) 20090619
4 N_CHANGEABLE Instance attribute Public Type reference (TYPE) RS_BOOL Condition modifiable? 20090723
5 N_COMPLETE Instance attribute Public Type reference (TYPE) RS_BOOL Condition complete? 20090724
6 N_ID Instance attribute Public Attribute reference (LIKE) 20090619
7 N_NAME Instance attribute Public Attribute reference (LIKE) 20090619
8 N_R_QUERY_VIEW Instance attribute Public Object reference (TYPE REF TO) IF_RSBOLAP_QUERY_VIEW Query View 20090703
9 N_TEXT Instance attribute Public Attribute reference (LIKE) 20090619
Methods
# Method Level Visibility Method type Description Created on
1 FREE Instance method Public Method 20090619
2 GET_DATA_CELL_CONDITIONS Instance method Public Method Read Data Cell Conditions (Key Figures) 20090917
3 GET_DRILL_CONTEXT Instance method Public Method Read Drill Context 20090917
4 GET_DRILL_CTXT_CHARACTERISTICS Instance method Public Method Read Condition Characteristics 20090723
5 SET_ACTIVE Instance method Public Method Set Active Status 20090723
6 SET_DATA_CELL_CONDITIONS Instance method Public Method Set Data Cell Conditions (Key Figures) 20090723
7 SET_DRILL_CONTEXT Instance method Public Method Set Drill Context 20090723
8 SET_DRILL_CTXT_CHARACTERISTICS Instance method Public Method Set Characteristics of Condition 20090723
9 SET_TEXT Instance method Public Method Set Text (if Modifiable) 20090814
10 TO_ABAP_LIST Instance method Public Method 20090619
11 TO_STRING Instance method Public Method 20090619
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Public
(2)
20090619
2 FREED Instance Event
(0)
Public
(2)
20090619
Types
Interface IF_RSBOLAP_QV_CONDITION has no local type.
Method Signatures

Method FREE Signature

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

Method GET_DATA_CELL_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_DATA_CELL_CONDITIONS Value transfer Type reference (TYPE) RSBOLAP_QV_T_DATA_CELL_COND Datenzellen Bedingungen 20090917

Method GET_DATA_CELL_CONDITIONS on Interface IF_RSBOLAP_QV_CONDITION has no exception.

Method GET_DRILL_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DRILL_CONTEXT Value transfer Type reference (TYPE) RSBOLAP_DRILL_CONTEXT Drill Kontext einer Bedingung 20090917

Method GET_DRILL_CONTEXT on Interface IF_RSBOLAP_QV_CONDITION has no exception.

Method GET_DRILL_CTXT_CHARACTERISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_CHARACTERISTICS Value transfer Type reference (TYPE) RSBOLAP_T_OBJECT Objektliste 20090723

Method GET_DRILL_CTXT_CHARACTERISTICS on Interface IF_RSBOLAP_QV_CONDITION has no exception.

Method SET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVE Call by reference Type reference (TYPE) RS_BOOL Boolean 20090723
2 Returning R_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20110330

Method SET_ACTIVE on Interface IF_RSBOLAP_QV_CONDITION has no exception.

Method SET_DATA_CELL_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_DATA_CELL_CONDITIONS Call by reference Type reference (TYPE) RSBOLAP_QV_T_DATA_CELL_COND Bedingungen an eine Datenzelle zu einer Bedingung 20090723

Method SET_DATA_CELL_CONDITIONS on Interface IF_RSBOLAP_QV_CONDITION has no exception.

Method SET_DRILL_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DRILL_CONTEXT Call by reference Type reference (TYPE) RSBOLAP_DRILL_CONTEXT Drill Kontext einer Bedingung 20090723

Method SET_DRILL_CONTEXT on Interface IF_RSBOLAP_QV_CONDITION has no exception.

Method SET_DRILL_CTXT_CHARACTERISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20110401
2 Importing I_T_ID Value transfer Type reference (TYPE) RSBOLAP_T_OBJECT_ID Option 1: Merkmals-Ids 20090723
3 Importing I_T_NAME Value transfer Type reference (TYPE) RSBOLAP_T_OBJECT_NAME Option 2: Merkmals-Namen 20090723
4 Importing I_T_OBJECT Value transfer Type reference (TYPE) RSBOLAP_T_OBJECT Option 3: Objektliste 20090723

Method SET_DRILL_CTXT_CHARACTERISTICS on Interface IF_RSBOLAP_QV_CONDITION 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_CONDITION has no exception.

Method TO_ABAP_LIST Signature

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

Method TO_STRING Signature

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

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