SAP ABAP Interface IF_BICS_QV_EXCEPTION (Exception)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_QUERY_VIEW (Package) BW BICS Consumer Query View

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_QV_EXCEPTION | Exception | 20110211 |
Properties
Interface | IF_BICS_QV_EXCEPTION | |
Short Description | Exception |
General Data
Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
Created | 20100414 | 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 | CL_BICS_OPERATOR | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | CL_BICS_STRUCTURE_TYPE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | IF_BICS_MD_STRUCTURE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | 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_CONTEXT | Context of an Object | 20100414 | ||
2 | IF_BICS_OBJECT | Root Object for BICS Entities | 20100414 | ||
3 | IF_BICS_QV_CONTEXT | Context of a Query View Object | 20100414 |
Friends
Interface IF_BICS_QV_EXCEPTION has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_ACTIVE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Exception active? | 20110211 | ||
2 | N_ADDED_TO_QUERY_VIEW | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Is added to query view | 20110217 | ||
3 | N_CHANGEABLE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Exception modifiable? | 20110211 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add Exception to Query View | 20110215 |
2 | ![]() |
Instance method | Public | Method | Set axis to apply exception on | 20110214 |
3 | ![]() |
Instance method | Public | Method | Exception should be applied on cell | 20110214 |
4 | ![]() |
Instance method | Public | Method | Read Characteristic Context | 20110214 |
5 | ![]() |
Instance method | Public | Method | Read Characteristic Context Operator | 20110214 |
6 | ![]() |
Instance method | Public | Method | Read Axis Affected by Exception | 20110214 |
7 | ![]() |
Instance method | Public | Method | Read Structure Context | 20110214 |
8 | ![]() |
Instance method | Public | Method | Set Threshold Values | 20110214 |
9 | ![]() |
Instance method | Public | Method | Is exception applied on cells? | 20110214 |
10 | ![]() |
Instance method | Public | Method | Is exception analyzed according to list calc.? | 20110214 |
11 | ![]() |
Instance method | Public | Method | Remove Exception | 20130222 |
12 | ![]() |
Instance method | Public | Method | Activate/Deactivate Exception | 20110211 |
13 | ![]() |
Instance method | Public | Method | Set Characteristic Context | 20110211 |
14 | ![]() |
Instance method | Public | Method | Set Characteristic Context Operator | 20110214 |
15 | ![]() |
Instance method | Public | Method | Exception should not be analyzed after list calc. | 20110214 |
16 | ![]() |
Instance method | Public | Method | Set Structure Context | 20110211 |
17 | ![]() |
Instance method | Public | Method | Set Exception Text | 20110214 |
18 | ![]() |
Instance method | Public | Method | Set Threshold Values | 20110214 |
Events
Interface IF_BICS_QV_EXCEPTION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_CHARACTERISTIC_CONTEXT | Public | See coding | Characteristic Context | 20110211 | BEGIN OF tn_s_characteristic_context,
characteristic_id TYPE if_bics_object=>tn_id,
operator TYPE cl_bics_operator=>tn_operator_type,
member_id TYPE if_bics_object=>tn_id,
member_name TYPE if_bics_object=>tn_name,
member_level TYPE if_bics_level=>tn_level_number,
END OF tn_s_characteristic_context
|
|
2 | TN_S_EXCEPTION | Public | See coding | Exception | 20110211 | BEGIN OF tn_s_exception,
name TYPE if_bics_object=>tn_name,
id TYPE if_bics_object=>tn_id,
ref TYPE REF TO if_bics_qv_exception,
END OF tn_s_exception
|
|
3 | TN_S_STRUCTURE_CONTEXT | Public | See coding | Structure Context | 20110211 | BEGIN OF tn_s_structure_context,
structure_id TYPE if_bics_object=>tn_id,
member_id TYPE if_bics_object=>tn_id,
all_members TYPE abap_bool,
target_member_id TYPE if_bics_object=>tn_id,
target_all_members TYPE abap_bool,
END OF tn_s_structure_context
|
|
4 | TN_S_THRESHOLD | Public | See coding | Threshold Value | 20110214 | BEGIN OF tn_s_threshold,
alert_level TYPE cl_bics_exception_alert_level=>tn_alert_level,
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_threshold
|
|
5 | TN_T_CHARACTERISTIC_CONTEXT | Public | See coding | Characteristic Context | 20110211 | tn_t_characteristic_context TYPE STANDARD TABLE OF tn_s_characteristic_context
WITH KEY characteristic_id
|
|
6 | TN_T_EXCEPTION | Public | See coding | List Of Exceptions | 20110211 | tn_t_exception TYPE STANDARD TABLE OF tn_s_exception
WITH KEY id
|
|
7 | TN_T_THRESHOLD | Public | See coding | 20110214 | tn_t_threshold TYPE STANDARD TABLE OF tn_s_threshold
WITH KEY alert_level
|
Method Signatures
Method ADD Signature
Method ADD on Interface IF_BICS_QV_EXCEPTION has no parameter.
Method ADD on Interface IF_BICS_QV_EXCEPTION has no exception.
Method APPLY_ON_AXIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_EXCEPTION_ALERT_AXIS | Call by reference | Object reference (TYPE REF TO) | CL_BICS_EXCEPTION_ALERT_AXIS | Achse auf die Exception angewandt werden soll | 20110214 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110214 |
Method APPLY_ON_AXIS on Interface IF_BICS_QV_EXCEPTION has no exception.
Method APPLY_ON_CELLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLY_ON_CELLS | Call by reference | Type reference (TYPE) | ABAP_BOOL | An-/Ausschalter | 20110214 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method APPLY_ON_CELLS on Interface IF_BICS_QV_EXCEPTION has no exception.
Method GET_CHARACTERISTIC_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_CHARACTERISTIC_CONTEXT | Value transfer | Type reference (TYPE) | TN_T_CHARACTERISTIC_CONTEXT | Merkmalskontext | 20110214 |
Method GET_CHARACTERISTIC_CONTEXT on Interface IF_BICS_QV_EXCEPTION has no exception.
Method GET_CHAR_CONTEXT_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_OPERATOR | Value transfer | Object reference (TYPE REF TO) | CL_BICS_OPERATOR | Operatoren für Select Options und andere Ausdrücke | 20110214 |
Method GET_CHAR_CONTEXT_OPERATOR on Interface IF_BICS_QV_EXCEPTION has no exception.
Method GET_EFFECTED_AXIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_AXIS | Value transfer | Object reference (TYPE REF TO) | CL_BICS_EXCEPTION_ALERT_AXIS | Achse auf die Exception angewandt werden soll | 20110214 |
Method GET_EFFECTED_AXIS on Interface IF_BICS_QV_EXCEPTION has no exception.
Method GET_STRUCTURE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_STRUCTURE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_STRUCTURE_TYPE | CL_BICS_STRUCTURE_TYPE=>N_CR_STRUCTURE_1 | Struktur 1 oder 2 | 20110215 | |
2 | ![]() |
R_S_STRUCTURE_CONTEXT | Value transfer | Type reference (TYPE) | TN_S_STRUCTURE_CONTEXT | Strukturkontext | 20110214 |
Method GET_STRUCTURE_CONTEXT on Interface IF_BICS_QV_EXCEPTION has no exception.
Method GET_THRESHOLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_THRESHOLD | Value transfer | Type reference (TYPE) | TN_T_THRESHOLD | 20110214 |
Method GET_THRESHOLDS on Interface IF_BICS_QV_EXCEPTION has no exception.
Method IS_APPLIED_ON_CELLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110214 |
Method IS_APPLIED_ON_CELLS on Interface IF_BICS_QV_EXCEPTION has no exception.
Method IS_EVALUATED_AFTER_LIST_CALC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110214 |
Method IS_EVALUATED_AFTER_LIST_CALC on Interface IF_BICS_QV_EXCEPTION has no exception.
Method REMOVE Signature
Method REMOVE on Interface IF_BICS_QV_EXCEPTION has no parameter.
Method REMOVE on Interface IF_BICS_QV_EXCEPTION 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 | 20110211 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method SET_ACTIVE on Interface IF_BICS_QV_EXCEPTION has no exception.
Method SET_CHARACTERISTIC_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_CHARACTERISTIC_CONTEXT | Call by reference | Type reference (TYPE) | TN_T_CHARACTERISTIC_CONTEXT | 20110211 | |||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method SET_CHARACTERISTIC_CONTEXT on Interface IF_BICS_QV_EXCEPTION has no exception.
Method SET_CHAR_CONTEXT_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OPERATOR | Call by reference | Type reference (TYPE) | CL_BICS_OPERATOR=>TN_OPERATOR_TYPE | Operatoren für Select Options und andere Ausdrücke | 20110919 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method SET_CHAR_CONTEXT_OPERATOR on Interface IF_BICS_QV_EXCEPTION has no exception.
Method SET_EVALUATION_AFTER_LIST_CALC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AFTER_LIST_CALC | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110214 | |||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method SET_EVALUATION_AFTER_LIST_CALC on Interface IF_BICS_QV_EXCEPTION has no exception.
Method SET_STRUCTURE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_STRUCTURE_CONTEXT | Call by reference | Type reference (TYPE) | TN_S_STRUCTURE_CONTEXT | Strukturkontext | 20110211 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method SET_STRUCTURE_CONTEXT on Interface IF_BICS_QV_EXCEPTION has no exception.
Method SET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_TEXT | Text eines Objekts | 20110214 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method SET_TEXT on Interface IF_BICS_QV_EXCEPTION has no exception.
Method SET_THRESHOLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_THRESHOLD | Call by reference | Type reference (TYPE) | TN_T_THRESHOLD | Schwellwerte | 20110214 | ||
2 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110217 |
Method SET_THRESHOLDS on Interface IF_BICS_QV_EXCEPTION has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |