SAP ABAP Class CL_GUI_ECATT_FAV_OBJ (eCATT: ALV for eCATT Objects (Favorites-Display))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷ SECATT_FAVORITES_UI (Package) eCATT - Favorites - UI Layer SAPGUI
⤷ BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷ SECATT_FAVORITES_UI (Package) eCATT - Favorites - UI Layer SAPGUI
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_ECATT_DATA | User Interface: General Data | 20120709 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_ECATT_FAVORITES | eCATT: ALV for Favorites | 20120709 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_ECATT_OBJ_HISTORY | eCATT: ALV for Object History | 20120711 |
Properties
Class | CL_GUI_ECATT_FAV_OBJ | |
Short Description | eCATT: ALV for eCATT Objects (Favorites-Display) | |
Super Class | CL_GUI_ECATT_DATA | User Interface: General Data |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SECATT_FAVORITES_UI | eCATT - Favorites - UI Layer SAPGUI |
Created | 20120709 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GUI_ECATT_FAV_OBJ has no forward declaration.
Interfaces
Class CL_GUI_ECATT_FAV_OBJ has no interface implemented.
Friends
Class CL_GUI_ECATT_FAV_OBJ has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | AP_FAVORITES | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_APL_ECATT_FAVORITES | eCATT - User Favorites | 20120828 | ||
2 | AS_SELECTED_COL | Instance attribute | Private | Type reference (TYPE) | LVC_S_COL | ALV Control: Column ID | 20121120 | ||
3 | AS_SELECTED_ROW | Instance attribute | Private | Type reference (TYPE) | LVC_S_ROW | ALV control: Line description | 20121120 | ||
4 | AS_TABLE_LINE_WA | Instance attribute | Public | Type reference (TYPE) | ETFAV_UI_OBJ | eCATT Structure for Favorite Objects (UI) | 20120711 | ||
5 | AT_OBJ_TYPES | Instance attribute | Protected | Type reference (TYPE) | ETFAV_OBJ_TYPE_TT | List of visible object types | 20120710 | ||
6 | AT_TABLE_DATA | Instance attribute | Protected | Type reference (TYPE) | ETFAV_UI_OBJ_TT | eCATT Table Type of ETFAV_UI_OBJ | 20120709 | ||
7 | CO_STRUCTURE_NAME | Constant | Protected | Type reference (TYPE) | TABNAME | 'ETFAV_UI_OBJ' | Table Name | 20120709 | |
8 | FC_ASSIGN_MAINSCREEN | Constant | Public | Type reference (TYPE) | SYUCOMM | 'ASSIGN_MS' | Function Code that Triggered PAI | 20120723 | |
9 | FC_TOGGLE_ECSC | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'TOGGLE_ECSC' | Function Code that Triggered PAI | 20120905 | |
10 | FC_TOGGLE_ECSD | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'TOGGLE_ECSD' | Function Code that Triggered PAI | 20120905 | |
11 | FC_TOGGLE_ECSP | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'TOGGLE_ECSP' | Function Code that Triggered PAI | 20120905 | |
12 | FC_TOGGLE_ECTC | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'TOGGLE_ECTC' | Function Code that Triggered PAI | 20120905 | |
13 | FC_TOGGLE_ECTD | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'TOGGLE_ECTD' | Function Code that Triggered PAI | 20120905 | |
14 | FC_TOGGLE_ECVO | Constant | Protected | Type reference (TYPE) | SYUCOMM | 'TOGGLE_ECVO' | Function Code that Triggered PAI | 20120905 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ADD_FUNCTIONS_TO_CONTEXTMENU | Instance method | Protected | Method | add some functions in the middle of the context menu | 20120802 |
2 | CONSTRUCTOR | Instance method | Public | Constructor | CONSTRUCTOR | 20120709 |
3 | ON_BUTTON_CLICK | Instance method | Private | Event handling method | Click on Button in ALVGRID | 20120724 |
4 | READ_SELECTION | Instance method | Public | Method | Read saved information und set selected cell | 20121120 |
5 | SAVE_PERSONALIZATION | Instance method | Protected | Method | save Personalization | 20120802 |
6 | SAVE_SELECTION | Instance method | Public | Method | Save information about the selected cell | 20121120 |
7 | UC_ASSIGN_MAINSCREEN | Instance method | Private | Method | User Command: Copy Object Data to Mainscreen Form | 20120723 |
8 | UC_FAV_ADD_FAVORITE | Instance method | Private | Method | Add Object to Favorites | 20120921 |
9 | UC_FAV_DEL_FAVORITE | Instance method | Private | Method | Del Object from Favorites | 20120921 |
10 | UC_FAV_SEARCH_LOGS | Instance method | Private | Method | Search Logs of Testscript/Testconfiguration | 20121120 |
11 | UC_TOGGLE_OBJ_TYPE | Instance method | Private | Method | User Command: Toggle Visibility of eCATT Object | 20120802 |
12 | UPDATE_SELECTED_DATA | Instance method | Private | Method | Read selected line into as_table_line | 20121120 |
Events
Class CL_GUI_ECATT_FAV_OBJ has no event.
Types
Class CL_GUI_ECATT_FAV_OBJ has no local type.
Method Signatures
Method ADD_FUNCTIONS_TO_CONTEXTMENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IP_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 20120802 |
Method ADD_FUNCTIONS_TO_CONTEXTMENU on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_PARENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20120709 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_ECATT_GUI | eCATT Exceptions: GUI | 20120709 |
Method ON_BUTTON_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20120724 |
Method ON_BUTTON_CLICK on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method READ_SELECTION Signature
Method READ_SELECTION on class CL_GUI_ECATT_FAV_OBJ has no parameter.
Method READ_SELECTION on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method SAVE_PERSONALIZATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_ACCESS_TYPES | Call by reference | Type reference (TYPE) | ETFAV_SET_SHOW_ACCESS_TYPES | Saving displayed Access Types (internal use) | 20120802 | ||
2 | Importing | I_OBJ_TYPES | Call by reference | Type reference (TYPE) | ETFAV_SET_SHOW_OBJ_TYPES | Saving displayed Object Types (internal use) | 20120802 |
Method SAVE_PERSONALIZATION on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method SAVE_SELECTION Signature
Method SAVE_SELECTION on class CL_GUI_ECATT_FAV_OBJ has no parameter.
Method SAVE_SELECTION on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method UC_ASSIGN_MAINSCREEN Signature
Method UC_ASSIGN_MAINSCREEN on class CL_GUI_ECATT_FAV_OBJ has no parameter.
Method UC_ASSIGN_MAINSCREEN on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method UC_FAV_ADD_FAVORITE Signature
Method UC_FAV_ADD_FAVORITE on class CL_GUI_ECATT_FAV_OBJ has no parameter.
Method UC_FAV_ADD_FAVORITE on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method UC_FAV_DEL_FAVORITE Signature
Method UC_FAV_DEL_FAVORITE on class CL_GUI_ECATT_FAV_OBJ has no parameter.
Method UC_FAV_DEL_FAVORITE on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method UC_FAV_SEARCH_LOGS Signature
Method UC_FAV_SEARCH_LOGS on class CL_GUI_ECATT_FAV_OBJ has no parameter.
Method UC_FAV_SEARCH_LOGS on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method UC_TOGGLE_OBJ_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_OBJ_TYPE | Call by reference | Type reference (TYPE) | ETOBJ_TYPE | eCATT Object Type (Test Data, Script, Configuration, etc.) | 20120802 |
Method UC_TOGGLE_OBJ_TYPE on class CL_GUI_ECATT_FAV_OBJ has no exception.
Method UPDATE_SELECTED_DATA Signature
Method UPDATE_SELECTED_DATA on class CL_GUI_ECATT_FAV_OBJ has no parameter.
Method UPDATE_SELECTED_DATA on class CL_GUI_ECATT_FAV_OBJ has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |