SAP ABAP Class /BOBF/CL_TUI_POPUP_LOAD_QUERY (Popup in order to load certain node instances by query)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-TST (Application Component) Business Object Processing Framework Tests
⤷
/BOBF/TEST_UI (Package) Business Object Processing Framework Test UI

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_TUI_EVENTS | Interface containing all Events of the Controls | 20090528 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_TUI_POPUP | Popup Interface | 20090624 |
Properties
Class | /BOBF/CL_TUI_POPUP_LOAD_QUERY | |
Short Description | Popup in order to load certain node instances by query | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOBF/TEST_UI | Business Object Processing Framework Test UI |
Created | 20090528 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_TUI_EVENTS | Interface containing all Events of the Controls | 20090528 | ||
2 | /BOBF/IF_TUI_POPUP | Popup Interface | 20090624 |
Friends
Class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20090624 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /BOBF/CL_TUI_POPUP_LOAD_QUERY | Popup in order to load certain node instances by query | 20090624 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20090723 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20090723 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20090723 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | ALV Tree Control | 20090723 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/S_FRW_QUERY_OPTIONS | 20090528 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_QUERY_COMPONENT | 20090624 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_QUERY_VARIANT | 20090723 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090528 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090528 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOBF/OBM_QUERY_KEY | Query | 20090528 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090624 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20090624 | |
2 | ![]() |
Instance method | Private | Method | 20090812 | |
3 | ![]() |
Instance method | Private | Method | 20090624 | |
4 | ![]() |
Instance method | Private | Method | 20090723 | |
5 | ![]() |
Instance method | Public | Method | 20090624 | |
6 | ![]() |
Instance method | Public | Event handling method | 20090528 | |
7 | ![]() |
Instance method | Private | Event handling method | 20090528 | |
8 | ![]() |
Instance method | Private | Event handling method | 20090528 | |
9 | ![]() |
Instance method | Public | Event handling method | 20090805 | |
10 | ![]() |
Instance method | Private | Method | 20090805 | |
11 | ![]() |
Instance method | Private | Event handling method | 20090624 | |
12 | ![]() |
Instance method | Private | Method | Save the current query variant | 20090723 |
13 | ![]() |
Instance method | Public | Method | 20090624 |
Events
Class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_QUERY_COMPONENT | Private | See coding | 20090528 | tt_query_component TYPE STANDARD TABLE OF ty_query_component
|
||
2 | TT_QUERY_VARIANT | Private | See coding | 20090723 | tt_query_variant TYPE STANDARD TABLE OF ty_query_variant
|
||
3 | TY_QUERY_COMPONENT | Private | See coding | 20090528 | BEGIN OF ty_query_component,
component_name TYPE /bobf/obm_name,
component_value TYPE string,
component_selection TYPE string,
component_typekind TYPE c LENGTH 1,
selection_parameter TYPE /bobf/t_frw_query_selparam,
END OF ty_query_component
|
||
4 | TY_QUERY_VARIANT | Private | See coding | 20090723 | BEGIN OF ty_query_variant,
variant_key TYPE /bobf/conf_key,
user_name TYPE sy-uname,
bo_key TYPE /bobf/obm_bo_key,
query_key TYPE /bobf/obm_query_key,
caption TYPE string,
description TYPE string,
max_results type int4,
created_on TYPE timestamp,
created_on_formated TYPE string,
END OF ty_query_variant
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no parameter.
Method CLEAR on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method DELETE_SELECTED_VARIANT Signature
Method DELETE_SELECTED_VARIANT on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no parameter.
Method DELETE_SELECTED_VARIANT on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method DISPLAY Signature
Method DISPLAY on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no parameter.
Method DISPLAY on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method DISPLAY_VARIANTS Signature
Method DISPLAY_VARIANTS on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no parameter.
Method DISPLAY_VARIANTS on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method GET_QUERY_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | 20121206 | |||
2 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090908 | |||
3 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY2 | Key table | 20090624 | ||
4 | ![]() |
EV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090624 | ||
5 | ![]() |
EV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090624 |
Method GET_QUERY_RESULT on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method HANDLE_MENUE_BUTTON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_OBJECT | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
E_UCOMM | Value transfer | Attribute reference (LIKE) | 20090528 |
Method HANDLE_MENUE_BUTTON on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method HANDLE_TOOLBAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_OBJECT | Value transfer | Attribute reference (LIKE) | 20090528 |
Method HANDLE_TOOLBAR on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method HANDLE_USER_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_UCOMM | Value transfer | Attribute reference (LIKE) | 20090528 |
Method HANDLE_USER_COMMAND on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method HANDLE_USER_COMMAND_VARIANTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20090805 |
Method HANDLE_USER_COMMAND_VARIANTS on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method LOAD_SELECTED_VARIANT Signature
Method LOAD_SELECTED_VARIANT on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no parameter.
Method LOAD_SELECTED_VARIANT on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method ON_BUTTON_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20090624 |
Method ON_BUTTON_CLICK on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method SAVE_CURRENT_VARIANT Signature
Method SAVE_CURRENT_VARIANT on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no parameter.
Method SAVE_CURRENT_VARIANT on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
Method SET_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090624 | ||
2 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090624 | ||
3 | ![]() |
IV_QUERY_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_QUERY_KEY | Query | 20090624 |
Method SET_QUERY on class /BOBF/CL_TUI_POPUP_LOAD_QUERY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |