Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_GUI_CONTROL_VIEW | IS-H: GUI - Control View | 20070717 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_GUI_TREE_VIEW | IS-H: GUI - ALVTree View | 20070717 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_GV_CC_CONNO_NAVTREE | ISHMED: CORD/Connectivity - Navigation Tree Component Config | 20070813 |
Properties
Class | CL_ISH_GUI_TREE_VIEW | |
Short Description | IS-H: GUI - ALVTree View | |
Super Class | CL_ISH_GUI_CONTROL_VIEW | IS-H: GUI - Control View |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | N1BASE | IS-H: Basic Functionality; TSA Development |
Created | 20070717 | SAP |
Last change | 20071120 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ISH_GUI_TREE_VIEW | IS-H: GUI - ALVTree View | 20070717 |
Friends
Class CL_ISH_GUI_TREE_VIEW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | ALV Tree Control | 20070717 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Reference to the Outtab | 20070717 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | GTYT_FLUSH_BUFFER | 20070717 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GTYT_MODEL | Hashed Table Model -> NodeKeys | 20070717 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GTYT_NKEY | Hashed Table NodeKey -> ParentNodeKey + Model | 20070717 |
Methods
Events
Class CL_ISH_GUI_TREE_VIEW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYT_FLUSH_BUFFER | Private | See coding | 20070717 | gtyt_flush_buffer TYPE HASHED TABLE OF gty_flush_buffer WITH UNIQUE KEY r_alv_tree
|
||
2 | GTYT_MODEL | Protected | See coding | Hashed Table Model -> NodeKeys | 20070717 | gtyt_model TYPE HASHED TABLE OF gty_model WITH UNIQUE KEY r_model
|
|
3 | GTYT_NKEY | Protected | See coding | Hashed Table NodeKey -> ParentNodeKey + Model | 20070717 | gtyt_nkey TYPE HASHED TABLE OF gty_nkey WITH UNIQUE KEY nkey
|
|
4 | GTY_FLUSH_BUFFER | Private | See coding | 20070717 | BEGIN OF gty_flush_buffer,
r_alv_tree TYPE REF TO cl_gui_alv_tree,
END OF gty_flush_buffer
|
||
5 | GTY_MODEL | Protected | See coding | Hashed Structure Model -> NodeKeys | 20070717 | BEGIN OF gty_model,
r_model TYPE REF TO if_ish_gui_model,
t_nkey TYPE lvc_t_nkey,
END OF gty_model
|
|
6 | GTY_NKEY | Protected | See coding | Hashed Structure NodeKey -> ParentNodeKey + Model | 20070717 | BEGIN OF gty_nkey,
nkey TYPE lvc_nkey,
parent_nkey type lvc_nkey,
r_model type ref to if_ish_gui_model,
END OF gty_nkey
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISH_GUI_TREE_VIEW has no exception.
Method GET_ALV_TREE Signature
Method GET_ALV_TREE on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method GET_ALV_TREE on class CL_ISH_GUI_TREE_VIEW has no exception.
Method GET_MODEL_BY_NKEY Signature
Method GET_MODEL_BY_NKEY on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method GET_MODEL_BY_NKEY on class CL_ISH_GUI_TREE_VIEW has no exception.
Method GET_NKEYS_BY_MODEL Signature
Method GET_NKEYS_BY_MODEL on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method GET_NKEYS_BY_MODEL on class CL_ISH_GUI_TREE_VIEW has no exception.
Method GET_SELECTED_MODEL Signature
Method GET_SELECTED_MODEL on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method GET_SELECTED_MODEL on class CL_ISH_GUI_TREE_VIEW has no exception.
Method GET_SELECTED_MODELS Signature
Method GET_SELECTED_MODELS on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method GET_SELECTED_MODELS on class CL_ISH_GUI_TREE_VIEW has no exception.
Method GET_SELECTED_NKEY Signature
Method GET_SELECTED_NKEY on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method GET_SELECTED_NKEY on class CL_ISH_GUI_TREE_VIEW has no exception.
Method GET_SELECTED_NKEYS Signature
Method GET_SELECTED_NKEYS on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method GET_SELECTED_NKEYS on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_BUTTON_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELDNAME | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_BUTTON_CLICK on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_DRAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DRAG_DROP_OBJECT | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
FIELDNAME | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
4 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_DRAG on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_DROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DRAG_DROP_OBJECT | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_DROP on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_DROPDOWN_CLICKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
POSX | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
POSY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
4 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_DROPDOWN_CLICKED on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_FLUSH Signature
Method ON_FLUSH on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method ON_FLUSH on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_FUNCTION_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_FUNCTION_SELECTED on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_ITEM_CTX_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELDNAME | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
MENU | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
4 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_ITEM_CTX_REQUEST on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_ITEM_CTX_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
FIELDNAME | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
4 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_ITEM_CTX_SELECTED on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_ITEM_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FIELDNAME | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_ITEM_DOUBLE_CLICK on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_MODEL_ADDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_ENTRY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_MODEL_ADDED on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_MODEL_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CHANGED_FIELD | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_MODEL_CHANGED on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_MODEL_REMOVED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_ENTRY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_MODEL_REMOVED on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_NODE_CTX_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MENU | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_NODE_CTX_REQUEST on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_NODE_CTX_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | functioncode | 20070717 | |||
2 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20070717 | ||||
3 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_NODE_CTX_SELECTED on class CL_ISH_GUI_TREE_VIEW has no exception.
Method ON_NODE_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Call by reference | Attribute reference (LIKE) | 20070717 | ||||
2 | ![]() |
SENDER | Call by reference | Attribute reference (LIKE) | 20070717 |
Method ON_NODE_DOUBLE_CLICK on class CL_ISH_GUI_TREE_VIEW has no exception.
Method SET_SELECTED_MODEL Signature
Method SET_SELECTED_MODEL on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method SET_SELECTED_MODEL on class CL_ISH_GUI_TREE_VIEW has no exception.
Method SET_SELECTED_MODELS Signature
Method SET_SELECTED_MODELS on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method SET_SELECTED_MODELS on class CL_ISH_GUI_TREE_VIEW has no exception.
Method SET_SELECTED_NKEY Signature
Method SET_SELECTED_NKEY on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method SET_SELECTED_NKEY on class CL_ISH_GUI_TREE_VIEW has no exception.
Method SET_SELECTED_NKEYS Signature
Method SET_SELECTED_NKEYS on class CL_ISH_GUI_TREE_VIEW has no parameter.
Method SET_SELECTED_NKEYS on class CL_ISH_GUI_TREE_VIEW has no exception.
Method _ADD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model zum Knoten | 20070718 | ||
2 | ![]() |
IS_LAYN | Call by reference | Type reference (TYPE) | LVC_S_LAYN | Knotenlayout ALV-Tree Control | 20070718 | ||
3 | ![]() |
IS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Outtab-Eintrag | 20070718 | ||
4 | ![]() |
IT_LAYI | Call by reference | Type reference (TYPE) | LVC_T_LAYI | Layoutstruktur für Items des ALV-Tree Controls | 20070718 | ||
5 | ![]() |
I_NODE_TEXT | Call by reference | Type reference (TYPE) | LVC_VALUE | Knotentext | 20070718 | ||
6 | ![]() |
I_RELATIONSHIP | Call by reference | Type reference (TYPE) | I | CL_GUI_COLUMN_TREE=>RELAT_LAST_CHILD | Bezug | 20070718 | |
7 | ![]() |
I_RELAT_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey des Bezugsknoten | 20070718 | ||
8 | ![]() |
R_NKEY | Value transfer | Type reference (TYPE) | LVC_NKEY | NodeKey des hinzugefügten Knoten | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _ADD_NODES_BY_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | IS-H: GUI - Model | 20070718 | ||
2 | ![]() |
IR_PARENT_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Übergeordnetes Model | 20070718 | ||
3 | ![]() |
RT_NKEY_ADDED | Value transfer | Type reference (TYPE) | LVC_T_NKEY | NodeKeys der hinzugefügten Knoten | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070730 |
Method _ADD_TREE_TO_FLUSH_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ALV_TREE | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | ALV-Tree-Control | 20070718 |
Method _ADD_TREE_TO_FLUSH_BUFFER on class CL_ISH_GUI_TREE_VIEW has no exception.
Method _BUILD_EXCLUDING_FUNCTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_EXCLFUNC | Value transfer | Type reference (TYPE) | UI_FUNCTIONS | Zu excludierende Funktionen | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _BUILD_FCAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_FCAT | Value transfer | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _BUILD_HIERARCHY_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_HIERARCHY_HEADER | Value transfer | Type reference (TYPE) | TREEV_HHDR | Tree Control: Eigenschaften des Hierarchie Headers | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _BUILD_TOOLBAR_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _BUILD_VARIANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_VARIANT | Call by reference | Type reference (TYPE) | DISVARIANT | Anzeigevariante (externe Verwendung) | 20070718 | ||
2 | ![]() |
E_SAVE | Call by reference | Type reference (TYPE) | CHAR01 | Kennzeichen für Variantensicherung | 20070718 |
Method _BUILD_VARIANT on class CL_ISH_GUI_TREE_VIEW has no exception.
Method _CHANGE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model des Knoten | 20070718 | ||
2 | ![]() |
IS_LACN | Call by reference | Type reference (TYPE) | LVC_S_LACN | Zu änderndes Knotenlayout | 20070718 | ||
3 | ![]() |
IS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Outtab-Eintrag | 20070718 | ||
4 | ![]() |
IT_LACI | Call by reference | Type reference (TYPE) | LVC_T_LACI | Zu änderndes Itemlayout | 20070718 | ||
5 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey | 20070718 | ||
6 | ![]() |
I_NODE_TEXT | Call by reference | Type reference (TYPE) | LVC_VALUE | Knotentext | 20070718 | ||
7 | ![]() |
I_NODE_TEXT_X | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | abap_true: Knotentext ändern | 20070718 | |
8 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Knoten wurde geändert | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _CHANGE_NODES_BY_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | IS-H: GUI - Model | 20070718 | ||
2 | ![]() |
IT_CHANGED_FIELD | Call by reference | Type reference (TYPE) | ISH_T_FIELDNAME | Geänderte Felder | 20070718 | ||
3 | ![]() |
RT_NKEY_CHANGED | Value transfer | Type reference (TYPE) | LVC_T_NKEY | NodeKeys der geänderten Knoten | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _CHANGE_NODE_BY_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | IS-H: GUI - Model | 20070718 | ||
2 | ![]() |
IT_CHANGED_FIELD | Call by reference | Type reference (TYPE) | ISH_T_FIELDNAME | Geänderte Felder | 20070718 | ||
3 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey des zu ändernden Knoten | 20070718 | ||
4 | ![]() |
R_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | abap_true: Knoten wurde geändert | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _FILL_OUTTAB_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Zu befüllender Outtab-Eintrag | 20070718 | ||
2 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model zum Outtab-Eintrag | 20070718 | ||
3 | ![]() |
IT_CHANGED_FIELD | Call by reference | Type reference (TYPE) | ISH_T_FIELDNAME | Geänderte Felder des Models | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _FRONTEND_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | abap_true: Sofort auffrischen | 20070718 |
Method _FRONTEND_UPDATE on class CL_ISH_GUI_TREE_VIEW has no exception.
Method _GET_CHILD_MODELS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_PARENT_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | IS-H: GUI - Model | 20070718 | ||
2 | ![]() |
RT_CHILD_MODEL | Value transfer | Type reference (TYPE) | ISH_T_GUI_MODEL_OBJHASH | Untergeordnete Models | 20070718 |
Method _GET_CHILD_MODELS on class CL_ISH_GUI_TREE_VIEW has no exception.
Method _GET_LACI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model des Knoten | 20070718 | ||
2 | ![]() |
IS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Befüllter Outtab-Eintrag des Knoten | 20070718 | ||
3 | ![]() |
IT_LAYI | Call by reference | Type reference (TYPE) | LVC_T_LAYI | Aktuelles Itemlayout | 20070718 | ||
4 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey des Knoten | 20070718 | ||
5 | ![]() |
RT_LACI | Value transfer | Type reference (TYPE) | LVC_T_LACI | Zu änderndes Itemlayout | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _GET_LACN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model des Knoten | 20070718 | ||
2 | ![]() |
IS_LAYN | Call by reference | Type reference (TYPE) | LVC_S_LAYN | Aktuelles Knotenlayout | 20070718 | ||
3 | ![]() |
IS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Befüllter Outtab-Eintrag des Knoten | 20070718 | ||
4 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey des Knoten | 20070718 | ||
5 | ![]() |
RS_LACN | Value transfer | Type reference (TYPE) | LVC_S_LACN | Zu änderndes Knotenlayout | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _GET_LAYI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model des Knoten | 20070718 | ||
2 | ![]() |
IS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Befüllter Outtab-Eintrag des Knoten | 20070718 | ||
3 | ![]() |
RT_LAYI | Value transfer | Type reference (TYPE) | LVC_T_LAYI | Itemlayout | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _GET_LAYN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model des Knoten | 20070718 | ||
2 | ![]() |
IS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Befüllter Outtab-Eintrag des Knoten | 20070718 | ||
3 | ![]() |
RS_LAYN | Value transfer | Type reference (TYPE) | LVC_S_LAYN | Knotenlayout | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _GET_MAIN_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_MAIN_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model des Controllers | 20070718 |
Method _GET_MAIN_MODEL on class CL_ISH_GUI_TREE_VIEW has no exception.
Method _GET_NODE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Model des Knoten | 20070718 | ||
2 | ![]() |
IS_OUTTAB | Call by reference | Type reference (TYPE) | DATA | Befüllter Outtab-Eintrag des Knoten | 20070718 | ||
3 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey des Knoten | 20070718 | ||
4 | ![]() |
R_NODE_TEXT | Value transfer | Type reference (TYPE) | LVC_VALUE | Knotentext | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _INIT_TREE_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_CONTROLLER | IS-H: GUI - Controller | 20070718 | ||
2 | ![]() |
IR_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_ISH_GUI_CONTROL_LAYOUT | IS-H: GUI - Layout eines Control Views | 20070718 | ||
3 | ![]() |
IR_OUTTAB | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf die Outtab | 20070718 | ||
4 | ![]() |
IR_PARENT_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_CONTAINER_VIEW | IS-H: GUI - Container View | 20070718 | ||
5 | ![]() |
I_VCODE | Call by reference | Type reference (TYPE) | TNDYM-VCODE | CO_VCODE_DISPLAY | IS-H: Verarbeitungsmodus | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _REGISTER_ALV_TREE_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ALV_TREE | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_TREE | ALV-Tree-Control | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _REGISTER_TOOLBAR_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar Control | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _REMOVE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NKEY | Call by reference | Type reference (TYPE) | LVC_NKEY | NodeKey des zu entfernenden Knoten | 20070718 | ||
2 | ![]() |
RT_NKEY_REMOVED | Value transfer | Type reference (TYPE) | LVC_T_NKEY | NodeKeys der entfernten Knoten | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _REMOVE_NODES_BY_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | IS-H: GUI - Model | 20070718 | ||
2 | ![]() |
IR_PARENT_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_ISH_GUI_MODEL | Übergeordnetes Model | 20070718 | ||
3 | ![]() |
RT_NKEY_REMOVED | Value transfer | Type reference (TYPE) | LVC_T_NKEY | NodeKeys der entfernten Knoten | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
Method _SET_TABLE_FOR_FIRST_DISPLAY Signature
Method _SET_TABLE_FOR_FIRST_DISPLAY on class CL_ISH_GUI_TREE_VIEW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IS-H: Oberklasse für statische Exceptions | 20070718 |
History
Last changed by/on | SAP | 20071120 |
SAP Release Created in |