SAP ABAP Class IF_BICS_QV_CONDITION (Condition)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_BICS_CONTEXT | Context of an Object | 20110329 |
2 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20110329 |
3 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_CONTEXT | Context of a Query View Object | 20110329 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_QV_CONDITION | Condition | 20110329 |
Properties
Class | IF_BICS_QV_CONDITION | |
Short Description | Condition | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20110329 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_BICS_QV_CONDITION has no interface implemented.
Friends
Class IF_BICS_QV_CONDITION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Condition Active? | 20110330 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Is added to query view | 20110330 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Condition Modifiable? | 20110330 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add Exception to Query View | 20110330 |
2 | ![]() |
Instance method | Public | Method | Read Data Cell Conditions (Key Figures) | 20110330 |
3 | ![]() |
Instance method | Public | Method | Read Characteristic Assignment Type | 20110330 |
4 | ![]() |
Instance method | Public | Method | Read Assigned Characteristics | 20110330 |
5 | ![]() |
Instance method | Public | Method | Remove Exception from Query View | 20130205 |
6 | ![]() |
Instance method | Public | Method | Activate/Deactivate Exception | 20110330 |
7 | ![]() |
Instance method | Public | Method | Set Data Cell Conditions (Key Figures) | 20110330 |
8 | ![]() |
Instance method | Public | Method | Set Description of Condition | 20110330 |
9 | ![]() |
Instance method | Public | Method | Set Characteristic Assignment Type | 20110330 |
10 | ![]() |
Instance method | Public | Method | Set Assigned Characteristics | 20110330 |
Events
Class IF_BICS_QV_CONDITION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_CELL_CONDITION_PARAMETER | Public | See coding | Condition Parameter Definition | 20110330 | BEGIN OF tn_s_cell_condition_parameter,
data_cell_id TYPE if_bics_object=>tn_id,
operator TYPE cl_bics_operator=>tn_operator_type,
low TYPE if_bics_rs_data_cell=>tn_value,
high TYPE if_bics_rs_data_cell=>tn_value,
END OF tn_s_cell_condition_parameter
|
|
2 | TN_S_CONDITION | Public | See coding | Condition | 20110329 | BEGIN OF tn_s_condition,
name TYPE if_bics_object=>tn_name,
id TYPE if_bics_object=>tn_id,
ref TYPE REF TO if_bics_qv_condition,
END OF tn_s_condition
|
|
3 | TN_T_CELL_CONDITION_PARAMETER | Public | See coding | Table of Condition Parameter Definitions | 20110330 | tn_t_cell_condition_parameter TYPE STANDARD TABLE OF tn_s_cell_condition_parameter
WITH KEY data_cell_id
|
|
4 | TN_T_CONDITION | Public | See coding | Table of Conditions | 20110329 | tn_t_condition TYPE STANDARD TABLE OF tn_s_condition
WITH KEY id
|
Method Signatures
Method ADD Signature
Method ADD on class IF_BICS_QV_CONDITION has no parameter.
Method ADD on class IF_BICS_QV_CONDITION has no exception.
Method GET_CELL_CONDITION_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_CELL_CONDITION | Value transfer | Type reference (TYPE) | TN_T_CELL_CONDITION_PARAMETER | Tabelle von Bedingungsparameter-Definitionen | 20110330 |
Method GET_CELL_CONDITION_PARAMETERS on class IF_BICS_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 | ![]() |
R_R_CONDITION_DRILL_CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_BICS_CONDITION_DRILLCONTEXT | Merkmalszuordnung einer Bedingung | 20110330 |
Method GET_DRILL_CONTEXT on class IF_BICS_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 | ![]() |
R_T_QV_CHARACTERISTIC | Value transfer | Type reference (TYPE) | IF_BICS_QV_CHARACTERISTIC=>TN_T_QV_CHARACTERISTIC | 20110330 |
Method GET_DRILL_CTXT_CHARACTERISTICS on class IF_BICS_QV_CONDITION has no exception.
Method REMOVE Signature
Method REMOVE on class IF_BICS_QV_CONDITION has no parameter.
Method REMOVE on class IF_BICS_QV_CONDITION has no exception.
Method SET_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | An-/Ausschalter | 20110330 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110330 |
Method SET_ACTIVE on class IF_BICS_QV_CONDITION has no exception.
Method SET_CELL_CONDITION_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_CELL_CONDITION | Call by reference | Type reference (TYPE) | TN_T_CELL_CONDITION_PARAMETER | Tabelle von Bedingungsparameter-Definitionen | 20110330 |
Method SET_CELL_CONDITION_PARAMETERS on class IF_BICS_QV_CONDITION has no exception.
Method SET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_TEXT | Text eines Objekts | 20110330 |
Method SET_DESCRIPTION on class IF_BICS_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 | ![]() |
I_R_CONDITION_DRILL_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_BICS_CONDITION_DRILLCONTEXT | Merkmalszuordnungsart einer Bedingung | 20110330 |
Method SET_DRILL_CONTEXT on class IF_BICS_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 | ![]() |
I_T_CHARACTERISTIC_ID | Call by reference | Type reference (TYPE) | IF_BICS_MD_CHARACTERISTIC=>TN_T_ID | Tabelle von Merkmals-ID | 20110401 |
Method SET_DRILL_CTXT_CHARACTERISTICS on class IF_BICS_QV_CONDITION has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |