SAP ABAP Class CL_RSRT_BW_ITEM_COND_CREATE (Conditions)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-RSRT (Application Component) BICS Query Monitor
⤷
RSRT_BICS (Package) RSRT_BICS
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_BW_ITEM | BW View Item | 20130117 |
Properties
| Class | CL_RSRT_BW_ITEM_COND_CREATE | |
| Short Description | Conditions | |
| Super Class | CL_RSRT_BW_ITEM | BW View Item |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS | RSRT_BICS |
| Created | 20130117 | 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... |
Interfaces
Class CL_RSRT_BW_ITEM_COND_CREATE has no interface implemented.
Friends
Class CL_RSRT_BW_ITEM_COND_CREATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130123 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_RESULT=>TN_CONDITION_ID | 20130123 | ||||
| 3 | Constant | Private | See coding | 20130117 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20130124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130118 | ||
| 2 | Instance method | Private | Method | 20130118 |
Events
Class CL_RSRT_BW_ITEM_COND_CREATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_CHARS | Private | See coding | 20130118 | BEGIN OF tn_s_chars,
name TYPE string,
key TYPE string,
id TYPE string,
used TYPE abap_bool,
END OF tn_s_chars
|
||
| 2 | TN_S_CONDITION_CONTENT | Private | See coding | 20130118 | BEGIN OF tn_s_condition_content,
keyfigure TYPE if_rsrt_selector=>tn_id,
keyfigure_key TYPE string,
operator TYPE string,
operator_key TYPE n LENGTH 2,
low_value TYPE string,
high_value TYPE string,
END OF tn_s_condition_content
|
||
| 3 | TN_S_CONDITION_UI | Private | See coding | 20130117 | BEGIN OF tn_s_condition_ui,
name TYPE string,
status TYPE rs_bool,
keyfigure TYPE string,
operator TYPE if_rsrt_result=>tn_condition_operator,
low_value TYPE string,
high_value TYPE string,
cb_1 TYPE abap_bool,
cb_2 TYPE abap_bool,
cb_3 TYPE abap_bool,
cb_4 TYPE abap_bool,
enable_char TYPE abap_bool,
t_keyfigures TYPE cl_rsrt_uie=>tn_t_texts,
t_operators TYPE cl_rsrt_uie=>tn_t_texts,
END OF tn_s_condition_ui
|
||
| 4 | TN_T_CHARS | Private | See coding | 20130118 | tn_t_chars TYPE STANDARD TABLE OF tn_s_chars WITH DEFAULT KEY INITIAL SIZE 1
|
||
| 5 | TN_T_CONDITION_CONTENT | Private | See coding | 20130118 | tn_t_condition_content TYPE STANDARD TABLE OF tn_s_condition_content WITH DEFAULT KEY INITIAL SIZE 1
|
Method Signatures
Method _ASSIGNMENT_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UIE_CONTAINER | UI Element: Container | 20130118 |
Method _ASSIGNMENT_TAB on class CL_RSRT_BW_ITEM_COND_CREATE has no exception.
Method _GENERAL_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UIE_CONTAINER | UI Element: Container | 20130118 |
Method _GENERAL_TAB on class CL_RSRT_BW_ITEM_COND_CREATE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |