Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ECATT_GUI_ODW_0000_BASE | Basis Class for Wizard Step | 20131009 |
Properties
| Class | CL_ECATT_GUI_ODW_0120 | |
| Short Description | eCATT - OData Test Wizard - GUI - 0120 | |
| Super Class | CL_ECATT_GUI_ODW_0000_BASE | Basis Class for Wizard Step |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SECATT_ODATAWIZARD_UI | eCATT - OData Test Wizard - GUI |
| Created | 20130903 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ECATT_GUI_ODW_0120 has no forward declaration.
Interfaces
Class CL_ECATT_GUI_ODW_0120 has no interface implemented.
Friends
Class CL_ECATT_GUI_ODW_0120 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_COLUMN_TREE | Entities - Column Tree Control | 20131009 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TS_COLUMNS | 20131009 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TS_COLUMN_VALUES | 20131112 | ||||
| 4 | Instance attribute | Private | See coding | 20131009 | |||||
| 5 | Instance attribute | Public | Type reference (TYPE) | TT_COLUMN_VALUES | 20131112 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | ETOD_TT_COMPLEXTYPE | Complex Types | 20131112 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | ETOD_TT_COMPLEXTYPE_PROPERTY | Complex Types in Properties | 20131104 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ETOD_TT_COMPLEXTYPE_NODES | Node of Complex Types | 20131104 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | CL_ECATT_APL_GENERATE_CLASSES=>TYT_STRINGS | 20131120 | ||||
| 10 | Instance attribute | Private | See coding | Tree Control: Item Table | 20130909 | ||||
| 11 | Instance attribute | Public | See coding | Compiled NODE_KEYs | 20131112 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | TREEV_NTAB | Tree Control: Node Table | 20130909 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | Prefix for Class Name | 20131021 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | ETONOFF | Prefix New | 20131021 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | ETONOFF | Fill Tree Again at Next ADD_TREE_NODES | 20131104 | |||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in Screen Area | 20130909 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | 'CHANGE_CLASS' | FCode - CHANGE_CLASS | 20131125 | ||
| 18 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | 'COLLAPSE_ALL_NODES' | FCode - COLLAPSE_ALL_NODES | 20131028 | ||
| 19 | Constant | Private | See coding | 20131009 | |||||
| 20 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | 'EXPAND_ALL_NODES' | FCode - EXPAND_ALL_NODES | 20131028 | ||
| 21 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | 'SHOW_CLASS' | FCode - SHOW_CLASS | 20131125 |
Methods
Events
Class CL_ECATT_GUI_ODW_0120 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_COLUMNS | Private | See coding | 20131009 | BEGIN OF ts_columns,
column1 TYPE tv_itmname, " VALUE 'ENTITY', "#EC NOTEXT
column2 TYPE tv_itmname, " VALUE 'DATATYPE', "#EC NOTEXT
column2b TYPE tv_itmname, " VALUE 'ABAP_DATATYPE', "#EC NOTEXT
column3 TYPE tv_itmname, " VALUE 'SELECTION', "#EC NOTEXT
column4 TYPE tv_itmname, " VALUE 'TST_CLASS', "#EC NOTEXT
END OF ts_columns
|
||
| 2 | TS_COLUMN_VALUES | Public | See coding | 20131104 | BEGIN OF ts_column_values,
column1 TYPE tv_itmname,
value1 TYPE string,
column2 TYPE tv_itmname,
value2 TYPE string,
column2b TYPE tv_itmname,
value2b TYPE string,
column3 TYPE tv_itmname,
value3 TYPE string,
column4 TYPE tv_itmname,
value4 TYPE string,
column4b TYPE tv_itmname,
value4b TYPE string,
END OF ts_column_values
|
||
| 3 | TT_COLUMN_VALUES | Public | See coding | 20131112 | tt_column_values TYPE TABLE OF ts_column_values
|
||
| 4 | TT_ITEM_TABLE | Public | See coding | 20131112 | tt_item_table TYPE TABLE OF mtreeitm
|
||
| 5 | TT_NODEKEY | Private | See coding | 20130909 | tt_nodekey TYPE TABLE OF tv_nodekey
|
Method Signatures
Method ADD_TREE_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORCE_TREE_BUILD | Call by reference | Type reference (TYPE) | ETONOFF | SPACE | Erzwinge Aktualisierung des Baums | 20131009 |
Method ADD_TREE_NODES on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CHANGE_PREFIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PREFIX | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20131021 |
Method CHANGE_PREFIX on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CHECKBOX_CHANGE_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKED | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X oder Blank) | 20131021 | |||
| 2 | ITEM_NAME | Call by reference | Type reference (TYPE) | TV_ITMNAME | Tree Control: Name einer Spalte / eines Items | 20131021 | |||
| 3 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20131021 |
Method CHECKBOX_CHANGE_CHILDREN on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CHECKBOX_CHANGE_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKED | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X oder Blank) | 20131021 | |||
| 2 | ITEM_NAME | Call by reference | Type reference (TYPE) | TV_ITMNAME | Tree Control: Name einer Spalte / eines Items | 20131021 | |||
| 3 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20131021 |
Method CHECKBOX_CHANGE_PARENT on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CHECK_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20131104 | |||
| 2 | E_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20131104 | |||
| 3 | E_SHORTTEXT | Call by reference | Type reference (TYPE) | SEODESCR | Kurzbeschreibung | 20131104 | |||
| 4 | I_CLASS_PREFIX | Call by reference | Type reference (TYPE) | SEOCLSNAME | Hauptklasse (Prefix) | 20131104 | |||
| 5 | I_CLASS_SUFFIX | Call by reference | Type reference (TYPE) | SEOCLSNAME | Erweiterung des Klassennamens | 20131104 | |||
| 6 | I_CUT_PREFIX | Call by reference | Type reference (TYPE) | ETONOFF | SPACE | Präfix kürzen, wenn kein Suffix angegeben | 20131120 | ||
| 7 | I_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20131104 |
Method CHECK_CLASS_NAME on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CLASS_CHANGE Signature
Method CLASS_CHANGE on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method CLASS_CHANGE on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CLASS_SHOW Signature
Method CLASS_SHOW on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method CLASS_SHOW on class CL_ECATT_GUI_ODW_0120 has no exception.
Method COLLECT_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_WIZARD_SELECT | Call by reference | Object reference (TYPE REF TO) | CL_ECATT_APL_OD_GEN_SELECT | eCATT - OData - Datenauswahl für Generierung | 20131204 | |||
| 2 | I_COLLECT_NODE_KEYS | Call by reference | Type reference (TYPE) | ETONOFF | SPACE | NODE_KEYs bereitstellen | 20131112 |
Method COLLECT_SELECTION on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_ECATT_OD_WIZARD | Call by reference | Object reference (TYPE REF TO) | CL_ECATT_APL_OD_WIZARD | Application Logic - eCATT - OData Test - Wizard | 20131009 | |||
| 2 | IP_ECATT_OD_WIZARD_UI | Call by reference | Object reference (TYPE REF TO) | CL_ECATT_GUI_ODW_0100_WIZARD | SAPGUI UI TOP - eCATT - OData Test Wizard - | 20131009 |
Method CONSTRUCTOR on class CL_ECATT_GUI_ODW_0120 has no exception.
Method CREATE_COLUMN_TREE Signature
Method CREATE_COLUMN_TREE on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method CREATE_COLUMN_TREE on class CL_ECATT_GUI_ODW_0120 has no exception.
Method GET_IS_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IS_SELECTED | Call by reference | Type reference (TYPE) | ETONOFF | X=mindestens eine Zeile wurde ausgewählt | 20131112 |
Method GET_IS_SELECTED on class CL_ECATT_GUI_ODW_0120 has no exception.
Method GET_TREE_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEM_TABLE | Call by reference | Type reference (TYPE) | TT_ITEM_TABLE | Tree Control: Item-Tabelle | 20131112 | |||
| 2 | ET_NODE_TABLE | Call by reference | Type reference (TYPE) | TREEV_NTAB | Tree Control: Knotentabelle | 20131112 |
Method GET_TREE_TABLES on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_CHECKBOX_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKED | Value transfer | Attribute reference (LIKE) | 20130909 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20130909 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20130909 |
Method HANDLE_CHECKBOX_CHANGE on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_GENERATE_FAULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ERROR_LIST | Value transfer | Attribute reference (LIKE) | 20131120 |
Method HANDLE_GENERATE_FAULTS on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_ITEM_CONTEXT_MENU_REQUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20131125 | |||||
| 2 | MENU | Value transfer | Attribute reference (LIKE) | 20131125 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20131125 |
Method HANDLE_ITEM_CONTEXT_MENU_REQUE on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_ITEM_CONTEXT_MENU_SELEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20131125 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20131125 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20131125 |
Method HANDLE_ITEM_CONTEXT_MENU_SELEC on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_LINK_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20130909 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20130909 |
Method HANDLE_LINK_CLICK on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_LINK_CLICK_ABAP_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Call by reference | Type reference (TYPE) | TV_ITMNAME | Tree Control: Name einer Spalte / eines Items | 20131104 | |||
| 2 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20131104 |
Method HANDLE_LINK_CLICK_ABAP_TYPE on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_LINK_CLICK_CLASS_N_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Call by reference | Type reference (TYPE) | TV_ITMNAME | Tree Control: Name einer Spalte / eines Items | 20131104 | |||
| 2 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20131104 |
Method HANDLE_LINK_CLICK_CLASS_N_TEXT on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_LINK_CLICK_CLASS_SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Call by reference | Type reference (TYPE) | TV_ITMNAME | Tree Control: Name einer Spalte / eines Items | 20131204 | |||
| 2 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20131204 |
Method HANDLE_LINK_CLICK_CLASS_SHOW on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_NODE_CONTEXT_MENU_REQUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MENU | Value transfer | Attribute reference (LIKE) | 20131028 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20131028 |
Method HANDLE_NODE_CONTEXT_MENU_REQUE on class CL_ECATT_GUI_ODW_0120 has no exception.
Method HANDLE_NODE_CONTEXT_MENU_SELEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20131028 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20131028 |
Method HANDLE_NODE_CONTEXT_MENU_SELEC on class CL_ECATT_GUI_ODW_0120 has no exception.
Method MARK_FOR_REFRESH Signature
Method MARK_FOR_REFRESH on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method MARK_FOR_REFRESH on class CL_ECATT_GUI_ODW_0120 has no exception.
Method NODES_COLLAPSE Signature
Method NODES_COLLAPSE on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method NODES_COLLAPSE on class CL_ECATT_GUI_ODW_0120 has no exception.
Method NODES_EXPAND Signature
Method NODES_EXPAND on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method NODES_EXPAND on class CL_ECATT_GUI_ODW_0120 has no exception.
Method NODE_GET_ALL_ITEM_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_COLUMN_VALUES | Call by reference | Type reference (TYPE) | TS_COLUMN_VALUES | Alle Werte einer Zeile | 20131104 | |||
| 2 | I_PARENT_NODE | Call by reference | Type reference (TYPE) | ETONOFF | SPACE | Zeile des Elternknotens holen | 20131112 | ||
| 3 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20131104 |
Method NODE_GET_ALL_ITEM_TEXTS on class CL_ECATT_GUI_ODW_0120 has no exception.
Method NODE_GET_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILDREN_NODE_KEYS | Call by reference | Type reference (TYPE) | TT_NODEKEY | Knotentabelle | 20130909 | |||
| 2 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20130909 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten mit Schlüssel NODE_KEY existiert nicht | 20130909 |
Method NODE_GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20130909 | |||
| 2 | PARENT_NODE_KEY | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Schlüssel eines Knotens | 20130909 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten mit Schlüssel NODE_KEY existiert nicht | 20130909 |
Method REFRESH Signature
Method REFRESH on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method REFRESH on class CL_ECATT_GUI_ODW_0120 has no exception.
Method REGISTER_EVENTS Signature
Method REGISTER_EVENTS on class CL_ECATT_GUI_ODW_0120 has no parameter.
Method REGISTER_EVENTS on class CL_ECATT_GUI_ODW_0120 has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |