SAP ABAP Class CL_ISH_SCR_ALV_TREE (Base Class for ALV Tree)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1SRVDO_MED (Package) IS-H*MED: Service Documentation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_SCR_ALV_CONTROL IS-H: Base Class for ALV Control Screens 20041013
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_SCR_ALV_TREE IS-H: Interface for ALV Tree Screens 20041014
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_SCR_MEDSRV_HITLS i.s.h.med: Hit List Screen for Med. Services 20041015
Properties
Class CL_ISH_SCR_ALV_TREE  
Short Description Base Class for ALV Tree    
Super Class CL_ISH_SCR_ALV_CONTROL IS-H: Base Class for ALV Control Screens 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1SRVDO_MED   IS-H*MED: Service Documentation 
Created 20041012   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_SCR_ALV_TREE IS-H: Interface for ALV Tree Screens 20041014
Friends
Class CL_ISH_SCR_ALV_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_UCOMM_BUTTON_CLICK Instance attribute Public Attribute reference (LIKE) 20050207
2 CO_UCOMM_CHECKBOX_CHANGE Instance attribute Public Attribute reference (LIKE) 20050207
3 CO_UCOMM_DROPDOWN_CLICKED Instance attribute Public Attribute reference (LIKE) 20050207
4 CO_UCOMM_EXPAND_NC Instance attribute Public Attribute reference (LIKE) 20050207
5 CO_UCOMM_ITEM_DOUBLE_CLICK Instance attribute Public Attribute reference (LIKE) 20050207
6 CO_UCOMM_NODE_DOUBLE_CLICK Instance attribute Public Attribute reference (LIKE) 20050207
7 CO_UCOMM_ON_DRAG Instance attribute Public Attribute reference (LIKE) 20050324
8 CO_UCOMM_ON_DRAG_MULTIPLE Instance attribute Public Attribute reference (LIKE) 20050324
9 CO_UCOMM_ON_DROP Instance attribute Public Attribute reference (LIKE) 20050324
10 CO_UCOMM_ON_DROP_COMPLETE Instance attribute Public Attribute reference (LIKE) 20050324
11 CO_UCOMM_ON_DROP_COMPLETE_MULT Instance attribute Public Attribute reference (LIKE) 20050324
12 CO_UCOMM_ON_DROP_GET_FLAVOR Instance attribute Public Attribute reference (LIKE) 20050324
13 GR_ALV_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_TREE Base ALV Tree 20041014
14 GR_OUTTAB Instance attribute Protected Object reference (TYPE REF TO) DATA Data Reference to ALV Tree Outtab 20041014
15 GS_LAYOUT Instance attribute Protected Type reference (TYPE) LVC_S_LAYO Layout of Base ALV Tree 20041014
16 GS_VARIANT Instance attribute Protected Type reference (TYPE) DISVARIANT Layout (External Use) 20041014
17 GT_EXCL_FUNC Instance attribute Protected Type reference (TYPE) UI_FUNCTIONS Table with Functions to Be Excluded 20041014
18 GT_FIELDCATALOG Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog Table 20041012
19 GT_FILTER Instance attribute Protected Type reference (TYPE) LVC_T_FILT ALV Tree Filter Criteria 20041014
20 G_FIELDCAT_CHANGED Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON: Field Catalog Changed 20041015
21 G_MULTIPLE_CBX_ALLOWED Instance attribute Protected Type reference (TYPE) ISH_ON_OFF ON ON: Multiple Selection Using Checkbox Permitted 20050314
22 G_VARIANT_SAVE Instance attribute Protected Type reference (TYPE) CHAR1 Indicator for ALV Tree Variant Management 20041014
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_TOOLBAR_EVENTS Instance method Protected Method Registers Toolbar Events 20050105
2 BUILD_TREE_EVENTS Instance method Protected Method Registers Tree Events 20050105
3 BUILD_TREE_EXCL_FUNC Instance method Protected Method Create Table of Functions to Be Excluded 20041014
4 BUILD_TREE_FIELDCAT Instance method Protected Method Create Field Catalog of Base ALV Tree 20041014
5 BUILD_TREE_HIERARCHY_HEADER Instance method Protected Method Create Hierarchy Header for ALV Tree 20041018
6 BUILD_TREE_LAYOUT Instance method Protected Method Create Layout of Base ALV Tree 20041014
7 BUILD_TREE_TOOLBAR Instance method Protected Method Create Toolbar for ALV Tree 20041018
8 BUILD_TREE_VARIANT Instance method Protected Method Create Variant of Base ALV Tree 20041228
9 BUILD_UCOMM_ROW Instance method Public Method 20050207
10 BUILD_UCOMM_ROW_COL Instance method Public Method 20041019
11 COPY_NODE Instance method Protected Method Determines Outtab Line of Node and Adds New Node 20050228
12 CREATE_COLS_FOR_OUTTAB_ENTRY Instance method Protected Method Creates Columns Field Values from an Outtab Entry 20041020
13 CREATE_COL_FOR_OUTTAB_ENTRY Instance method Protected Method Creates a Columns Field Value from an Outtab Entry 20041020
14 CREATE_EMPTY_OUTTAB_ENTRY Instance method Protected Method Creates an Empty Outtab Entry 20041020
15 CREATE_FIELDCAT_PROPERTIES Instance method Protected Method Change Field Catalog Properties 20041018
16 CREATE_HIERARCHY_HEADER Instance method Protected Method Create Header for Hierarchy Header 20041012
17 CREATE_ROW_FOR_OUTTAB_ENTRY Instance method Protected Method Creates a Rows Field Value from an Outtab Entry 20041020
18 CREATE_TOOLBAR_EVENTS Instance method Protected Method Creates Table of Toolbar Events 20050105
19 CREATE_TREE_EVENTS Instance method Protected Method Creates Table of Tree Events 20050105
20 CREATE_TREE_EXCL_FUNC Instance method Protected Method Create Table with Functions to Be Excluded 20041014
21 CREATE_TREE_FIELDCAT Instance method Protected Method Creates Associated Field Catalog 20041014
22 CREATE_TREE_HIERARCHY_HEADER Instance method Protected Method Create Hierarchy Header for ALV Tree 20041018
23 CREATE_TREE_LAYOUT Instance method Protected Method Creates Associated Layout 20041014
24 CREATE_TREE_TOOLBAR Instance method Protected Method Creation of ALV Tree Toolbar 20041018
25 CREATE_TREE_VARIANT Instance method Protected Method Create ALV Tree Variant 20041228
26 DEFINE_FOLDER_WITHOUT_CHECKBOX Instance method Protected Method Define Layout for Folder with Checkbox 20050126
27 DEFINE_FOLDER_WITH_CHECKBOX Instance method Protected Method Define Layout for Folder Without Checkbox 20050126
28 DEFINE_LEAF_WITHOUT_CHECKBOX Instance method Protected Method Define Layout for Leaf Without Checkbox 20041018
29 DEFINE_LEAF_WITH_CHECKBOX Instance method Protected Method Define Layout for Leaf with Checkbox 20041018
30 DESELECT_ITEMS Instance method Public Method 20041220
31 DESTROY_TREE Instance method Protected Method Destroys Base CL_GUI_ALV_TREE Object 20041124
32 DISPLAY_MSG_AFTER_SYSEV Instance method Protected Method Display Messages after System Event Processing 20050303
33 FINALIZE_TOOLBAR_EVENTS Instance method Protected Method Finalizes Table of Toolbar Events 20050105
34 FINALIZE_TREE_EVENTS Instance method Protected Method Finalizes Table of Tree Events 20050105
35 FINALIZE_TREE_EXCL_FUNC Instance method Protected Method Completion of Table with Functions to Be Excluded 20041014
36 FINALIZE_TREE_FIELDCAT Instance method Protected Method Completion of Field Catalog through Derived Classes 20041014
37 FINALIZE_TREE_HIERARCHY_HEADER Instance method Protected Method Complete Hierarchy Header for ALV Tree 20041018
38 FINALIZE_TREE_LAYOUT Instance method Protected Method Completion of Layout through Derives Classes 20041014
39 FINALIZE_TREE_TOOLBAR Instance method Protected Method Complete ALV Tree Toolbar 20041018
40 FINALIZE_TREE_VARIANT Instance method Protected Method Completion of Variant of Base ALV Tree 20041228
41 GET_ALLOW_MULTIPLE_CBX Instance method Public Method 20050314
42 GET_ALV_TREE Instance method Public Method 20041014
43 GET_CHECKED_ROW_FIELDVALS Instance method Public Method 20050228
44 GET_CONFIG_ALV_TREE Instance method Public Method 20041014
45 GET_OUTTAB_DDFIELDS Instance method Protected Method Returns DDFIELDS for Outtab 20041020
46 GET_OUTTAB_STRUCT_NAME Instance method Protected Method Returns Structure Name of Outtab 20041014
47 GET_ROW_FIELDVAL Instance method Public Method 20050222
48 GET_SELECTED_ROW_FIELDVALS Instance method Public Method 20041019
49 GET_UCOMM_COL Instance method Public Method 20050207
50 GET_UCOMM_ROW Instance method Public Method 20050207
51 HANDLE_BEFORE_UCOMM_INTERNAL Instance method Protected Method Internal Handling of Event BEFORE_USER_COMMAND 20050207
52 HANDLE_BEFORE_USER_COMMAND Instance method Protected Event handling method Handling of Event BEFORE_USER_COMMAND e.g. for FIND 20041230
53 HANDLE_BUTTON_CLICK Instance method Protected Event handling method Handling - Button-Click 20041014
54 HANDLE_CHECKBOX_CHANGE Instance method Protected Event handling method Handling During Change - Checkbox 20041014
55 HANDLE_DROPDOWN_CLICKED Instance method Protected Event handling method Toolbar Dropdown Field Handling Was Clicked 20050105
56 HANDLE_EXPAND_NC Instance method Protected Event handling method Handling - Expand Node 20041014
57 HANDLE_FUNCTION_SELECTED Instance method Protected Event handling method Handler: Trigger a Toolbar Function 20041019
58 HANDLE_ITEM_DOUBLE_CLICK Instance method Protected Event handling method Handling - Item Double-Click 20041014
59 HANDLE_NODE_DOUBLE_CLICK Instance method Protected Event handling method Handling - Node Double-Click 20041014
60 HANDLE_ON_DRAG Instance method Protected Event handling method ON_DRAG Handling of ALV Tree 20050322
61 HANDLE_ON_DRAG_INTERNAL Instance method Protected Method ON_DRAG Internal Handling of ALV Tree 20050322
62 HANDLE_ON_DRAG_MULTIPLE Instance method Protected Event handling method ON_DRAG_MULTIPLE Handling of ALV Tree 20050322
63 HANDLE_ON_DRAG_MULTIPLE_INTERN Instance method Protected Method ON_DRAG_MULTIPLE Internal Handling of ALV Tree 20050322
64 HANDLE_ON_DROP Instance method Protected Event handling method ON_DROP Handling of ALV Tree 20050322
65 HANDLE_ON_DROP_COMPLETE Instance method Protected Event handling method ON_DROP_COMPLETE Handling of ALV Tree 20050322
66 HANDLE_ON_DROP_COMPLETE_INTERN Instance method Protected Method ON_DROP_COMPLETE Internal Handling of ALV Tree 20050322
67 HANDLE_ON_DROP_COMPLETE_MULT Instance method Protected Event handling method ON_DROP_COMPLETE_MULTIPLE Handling of ALV Tree 20050322
68 HANDLE_ON_DROP_COMPLETE_MULT_I Instance method Protected Method ON_DROP_COMPLETE_MULTIPLE InternalHandling of ALV Tree 20050322
69 HANDLE_ON_DROP_GET_FLAVOR Instance method Protected Event handling method ON_DROP_GET_FLAVOR Handling of ALV Tree 20050322
70 HANDLE_ON_DROP_GET_FLAVOR_INT Instance method Protected Method ON_DROP_GET_FLAVOR Internal Handling of ALV Tree 20050322
71 HANDLE_ON_DROP_INTERNAL Instance method Protected Method ON_DROP Internal Handling of ALV Tree 20050322
72 INITIALIZE_R_OUTTAB Instance method Protected Method Binds GR_OUTTAB to ALV Tree Outtab 20041015
73 INITIALIZE_TREE Instance method Protected Method ALV Tree Initialization (set_instance_for_first_display) 20041014
74 INTERN_COPY_NODE Instance method Protected Method Determines Outtab Line of Node and Adds New Node 20050318
75 IS_TOOLBAR_APPL_EVENT Instance method Public Method 20050105
76 IS_TREE_APPL_EVENT Instance method Public Method 20050105
77 MODIFY_NODE_BEFORE_COPY Instance method Protected Method Modifies the Setting of a Copied Node 20050318
78 MOVE_NODE Instance method Protected Method Moves Node from ... to ... 20050228
79 PREPARE_FOR_DRAG_AND_DROP Instance method Protected Method Processing for Drag&Drop 20050322
80 PROCESS_EXPAND_NC Instance method Protected Method Processing of Application Event Expand No Children 20050207
81 PROCESS_EXPAND_NC_INTERNAL Instance method Protected Method Internal Processing of Application Event Expand No Children 20050207
82 PROCESS_FUNC_SELECTED Instance method Protected Method Processing of Application Event Function Selected 20050104
83 PROCESS_FUNC_SELECTED_INTERNAL Instance method Protected Method Internal Processing of Application Event Function Selected 20050104
84 PROCESS_ITEM_DC Instance method Protected Method Processing of Application Event Item Double-Click 20050302
85 PROCESS_ITEM_DC_INTERNAL Instance method Protected Method Internal Processing of Application Event Item Double-Click 20050302
86 PROCESS_NODE_DC Instance method Protected Method Processing of Application Event Node Double-Click 20050222
87 PROCESS_NODE_DC_INTERNAL Instance method Protected Method Internal Processing of Application Event Node Double-Click 20050222
88 PROCESS_SYSEV_EXPAND_NC Instance method Protected Method Processing of System Event Expand No Children 20050207
89 PROCESS_SYSEV_EXPAND_NC_INTERN Instance method Protected Method Internal Processing of System Event Expand No Children 20050207
90 PROCESS_SYSEV_FUNC_SEL Instance method Protected Method Processing of System Event Function Selected 20050104
91 PROCESS_SYSEV_FUNC_SEL_INTERNA Instance method Protected Method Internal Processing of System Event Function Selected 20050104
92 PROCESS_SYSEV_ITEM_DC Instance method Protected Method Processing of System Event Item Double-Click 20050302
93 PROCESS_SYSEV_ITEM_DC_INTERNAL Instance method Protected Method Internal Processing of System Event Item Double-Click 20050302
94 PROCESS_SYSEV_NODE_DC Instance method Protected Method Processing of System Event Node Double-Click 20050222
95 PROCESS_SYSEV_NODE_DC_INTERNAL Instance method Protected Method Internal Processing of System Event Node Double-Click 20050222
96 REFRESH_TREE Instance method Protected Method Refresh ALV Tree Display 20041015
97 REMOVE_NODE Instance method Protected Method Removes a Node 20050318
98 SET_ALLOW_MULTIPLE_CBX Instance method Public Method 20050314
99 SET_TOOLBAR_HANDLERS Instance method Protected Method Activate or Deactivate Event Handler for Toolbar 20050105
100 SET_TREE_HANDLERS Instance method Protected Method Activate or Deactivate Event handler for Tree 20041014
101 SET_VARIANT Instance method Public Method Sets Screen Variant 20041228
Events
Class CL_ISH_SCR_ALV_TREE has no event.
Types
Class CL_ISH_SCR_ALV_TREE has no local type.
Method Signatures

Method BUILD_TOOLBAR_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050105
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050105

Method BUILD_TOOLBAR_EVENTS on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_TREE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050105
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050105

Method BUILD_TREE_EVENTS on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_TREE_EXCL_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting E_EXCL_FUNC_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Tabelle der zu excludierenden Funktionen geändert 20041014
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method BUILD_TREE_EXCL_FUNC on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_TREE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting E_FIELDCAT_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Feldkatalog wurde geändert 20041014
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method BUILD_TREE_FIELDCAT on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_TREE_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Exporting ES_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Struktur für HierarchieHeader 20050127
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018

Method BUILD_TREE_HIERARCHY_HEADER on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_TREE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting E_LAYOUT_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Layout wurde verändert. 20041014
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method BUILD_TREE_LAYOUT on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_TREE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018

Method BUILD_TREE_TOOLBAR on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_TREE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041228
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041228
3 Exporting E_VARIANT_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Variante wurde geändert 20041228

Method BUILD_TREE_VARIANT on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_UCOMM_ROW Signature

Method BUILD_UCOMM_ROW on class CL_ISH_SCR_ALV_TREE has no parameter.
Method BUILD_UCOMM_ROW on class CL_ISH_SCR_ALV_TREE has no exception.

Method BUILD_UCOMM_ROW_COL Signature

Method BUILD_UCOMM_ROW_COL on class CL_ISH_SCR_ALV_TREE has no parameter.
Method BUILD_UCOMM_ROW_COL on class CL_ISH_SCR_ALV_TREE has no exception.

Method COPY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050228
2 Exporting E_NKEY_NEW Call by reference Type reference (TYPE) LVC_NKEY Neuer Knoten 20050318
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050228
4 Importing I_NKEY_FROM Call by reference Type reference (TYPE) LVC_NKEY Von Knoten 20050318
5 Importing I_NKEY_TO Call by reference Type reference (TYPE) LVC_NKEY Zu Knoten 20050318
6 Importing I_RELATIONSHIP Call by reference Type reference (TYPE) I Knotenbeziehung 20050228

Method COPY_NODE on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_COLS_FOR_OUTTAB_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041020
2 Exporting ET_COL_FIELDVAL Call by reference Type reference (TYPE) ISH_T_FIELD_VALUE Spalten-FieldValues 20041020
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041020
4 Importing IS_OUTTAB Call by reference Type reference (TYPE) ANY Outtab-Eintrag 20041020
5 Importing IS_ROW_FIELDVAL Call by reference Type reference (TYPE) RNFIELD_VALUE Zeilen-FieldValue 20041020

Method CREATE_COLS_FOR_OUTTAB_ENTRY on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_COL_FOR_OUTTAB_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041020
2 Exporting ES_COL_FIELDVAL Call by reference Type reference (TYPE) RNFIELD_VALUE Erzeugter Spalten-FieldValue 20041020
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041020
4 Importing IS_DFIES Call by reference Type reference (TYPE) DFIES Strukturinfo des Outtab-Feldes 20041020
5 Importing IS_OUTTAB Call by reference Type reference (TYPE) ANY Outtab-Eintrag 20041020

Method CREATE_COL_FOR_OUTTAB_ENTRY on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_EMPTY_OUTTAB_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041020
2 Exporting ER_OUTTAB_ENTRY Call by reference Object reference (TYPE REF TO) DATA Daten-Referenz auf erzeugten Outtab-Eintrag 20041020
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041020

Method CREATE_EMPTY_OUTTAB_ENTRY on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_FIELDCAT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Changing CS_FIELDCAT Call by reference Type reference (TYPE) LVC_S_FCAT ALV-Control: Feldkatalog 20041103
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018

Method CREATE_FIELDCAT_PROPERTIES on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Struktur für HierarchyHeader 20050127
2 Importing I_HEADING Call by reference Type reference (TYPE) TREEV_HHDR-HEADING Überschrift Hierarchy-Header 20041012
3 Importing I_TOOLTIP Call by reference Type reference (TYPE) TREEV_HHDR-TOOLTIP Tooltip Hierachy-Header 20041012
4 Importing I_T_IMAGE Call by reference Type reference (TYPE) TREEV_HHDR-T_IMAGE Ikone oder Bild in der Form @xx@ 20041012
5 Importing I_WIDTH Call by reference Type reference (TYPE) TREEV_HHDR-WIDTH Breite 20041012
6 Importing I_WIDTH_PIX Call by reference Type reference (TYPE) TREEV_HHDR-WIDTH_PIX X = Pixel, SPACE = Character 20041012

Method CREATE_HIERARCHY_HEADER on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_ROW_FOR_OUTTAB_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041020
2 Exporting ES_ROW_FIELDVAL Call by reference Type reference (TYPE) RNFIELD_VALUE Zeilen-FieldValue 20041020
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041020
4 Importing IS_OUTTAB Call by reference Type reference (TYPE) ANY Outtab-Eintrag 20041020
5 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilenname 20041020

Method CREATE_ROW_FOR_OUTTAB_ENTRY on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TOOLBAR_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050105
2 Exporting ET_EVENT Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS Tabelle der Toolbar-Events 20050105
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050105

Method CREATE_TOOLBAR_EVENTS on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TREE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050105
2 Exporting ET_EVENT Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS Tabelle der Tree-Events 20050105
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050105

Method CREATE_TREE_EVENTS on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TREE_EXCL_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting ET_EXCL_FUNC Call by reference Type reference (TYPE) UI_FUNCTIONS Tabelle der zu excludierenden Funktionen 20041014
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method CREATE_TREE_EXCL_FUNC on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TREE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting ET_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Erzeugter Feldkatalog 20041014
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method CREATE_TREE_FIELDCAT on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TREE_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Exporting ES_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Struktur HierarchyHeader 20050127
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018

Method CREATE_TREE_HIERARCHY_HEADER on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TREE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting ES_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO Erzeugtes Layout 20041014
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method CREATE_TREE_LAYOUT on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TREE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018

Method CREATE_TREE_TOOLBAR on class CL_ISH_SCR_ALV_TREE has no exception.

Method CREATE_TREE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041228
2 Exporting ES_VARIANT Call by reference Type reference (TYPE) DISVARIANT Variante des Trees 20041228
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041228
4 Exporting E_VARIANT_SAVE Call by reference Type reference (TYPE) CHAR1 Kennzeichen für Variantenmanagement des Trees 20041228

Method CREATE_TREE_VARIANT on class CL_ISH_SCR_ALV_TREE has no exception.

Method DEFINE_FOLDER_WITHOUT_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAYN Call by reference Type reference (TYPE) LVC_S_LAYN Layoutstruktur für Knoten 20050207
2 Exporting ET_LAYI Call by reference Type reference (TYPE) LVC_T_LAYI Layouttabelle 20050207

Method DEFINE_FOLDER_WITHOUT_CHECKBOX on class CL_ISH_SCR_ALV_TREE has no exception.

Method DEFINE_FOLDER_WITH_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAYN Call by reference Type reference (TYPE) LVC_S_LAYN Layoutstruktur für Knoten 20050207
2 Exporting ET_LAYI Call by reference Type reference (TYPE) LVC_T_LAYI Tabelle mit Layout 20050207

Method DEFINE_FOLDER_WITH_CHECKBOX on class CL_ISH_SCR_ALV_TREE has no exception.

Method DEFINE_LEAF_WITHOUT_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAYN Call by reference Type reference (TYPE) LVC_S_LAYN Layoutstruktur für Blatt 20050207
2 Exporting ET_LAYI Call by reference Type reference (TYPE) LVC_T_LAYI Tabelle Layout 20050207

Method DEFINE_LEAF_WITHOUT_CHECKBOX on class CL_ISH_SCR_ALV_TREE has no exception.

Method DEFINE_LEAF_WITH_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAYN Call by reference Type reference (TYPE) LVC_S_LAYN Layoutstruktur für Blatt 20050207
2 Exporting ET_LAYI Call by reference Type reference (TYPE) LVC_T_LAYI Tabelle Layout 20050207

Method DEFINE_LEAF_WITH_CHECKBOX on class CL_ISH_SCR_ALV_TREE has no exception.

Method DESELECT_ITEMS Signature

Method DESELECT_ITEMS on class CL_ISH_SCR_ALV_TREE has no parameter.
Method DESELECT_ITEMS on class CL_ISH_SCR_ALV_TREE has no exception.

Method DESTROY_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041124
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041124

Method DESTROY_TREE on class CL_ISH_SCR_ALV_TREE has no exception.

Method DISPLAY_MSG_AFTER_SYSEV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050303

Method DISPLAY_MSG_AFTER_SYSEV on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TOOLBAR_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050105
2 Changing CT_EVENT Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS Tabelle der Toolbar-Events 20050105
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050105

Method FINALIZE_TOOLBAR_EVENTS on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TREE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050105
2 Changing CT_EVENT Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS Tabelle der Tree-Events 20050105
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050105

Method FINALIZE_TREE_EVENTS on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TREE_EXCL_FUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Changing CT_EXCL_FUNC Call by reference Type reference (TYPE) UI_FUNCTIONS Tabelle mit zu excludierenden Funktionen 20041014
3 Exporting E_EXCL_FUNC_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Tabelle der zu excludierenden Funktionen wurde geändert 20041014
4 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method FINALIZE_TREE_EXCL_FUNC on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TREE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Changing CT_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog 20041014
3 Exporting E_FIELDCAT_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Feldkatalog wurde verändert 20041014
4 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method FINALIZE_TREE_FIELDCAT on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TREE_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Changing CS_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20050302
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018

Method FINALIZE_TREE_HIERARCHY_HEADER on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TREE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Changing CS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO Layout 20041014
3 Exporting E_LAYOUT_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Layout wurde geändert 20041014
4 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014

Method FINALIZE_TREE_LAYOUT on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TREE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041018
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041018

Method FINALIZE_TREE_TOOLBAR on class CL_ISH_SCR_ALV_TREE has no exception.

Method FINALIZE_TREE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041228
2 Changing CS_VARIANT Call by reference Type reference (TYPE) DISVARIANT Variante des Trees 20041228
3 Changing C_VARIANT_SAVE Call by reference Type reference (TYPE) CHAR1 Kennzeichen für Variantenmanagement des Grids 20041228
4 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041228
5 Exporting E_VARIANT_CHANGED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Variante wurde geändert 20041228

Method FINALIZE_TREE_VARIANT on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_ALLOW_MULTIPLE_CBX Signature

Method GET_ALLOW_MULTIPLE_CBX on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_ALLOW_MULTIPLE_CBX on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_ALV_TREE Signature

Method GET_ALV_TREE on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_ALV_TREE on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_CHECKED_ROW_FIELDVALS Signature

Method GET_CHECKED_ROW_FIELDVALS on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_CHECKED_ROW_FIELDVALS on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_CONFIG_ALV_TREE Signature

Method GET_CONFIG_ALV_TREE on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_CONFIG_ALV_TREE on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_OUTTAB_DDFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041020
2 Exporting ET_DDFIELDS Call by reference Type reference (TYPE) DDFIELDS DDFIELDS zu Outtab 20041020
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041020

Method GET_OUTTAB_DDFIELDS on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_OUTTAB_STRUCT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014
3 Exporting E_STRUCTURE_NAME Call by reference Type reference (TYPE) DD02L-TABNAME Strukturname der Outtab 20041014

Method GET_OUTTAB_STRUCT_NAME on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_ROW_FIELDVAL Signature

Method GET_ROW_FIELDVAL on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_ROW_FIELDVAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_SELECTED_ROW_FIELDVALS Signature

Method GET_SELECTED_ROW_FIELDVALS on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_SELECTED_ROW_FIELDVALS on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_UCOMM_COL Signature

Method GET_UCOMM_COL on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_UCOMM_COL on class CL_ISH_SCR_ALV_TREE has no exception.

Method GET_UCOMM_ROW Signature

Method GET_UCOMM_ROW on class CL_ISH_SCR_ALV_TREE has no parameter.
Method GET_UCOMM_ROW on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_BEFORE_UCOMM_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050207

Method HANDLE_BEFORE_UCOMM_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_BEFORE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UCOMM Call by reference Attribute reference (LIKE) 20041230

Method HANDLE_BEFORE_USER_COMMAND on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20050105
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050105

Method HANDLE_BUTTON_CLICK on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_CHECKBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Attribute reference (LIKE) 20041230
2 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20041230
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20041230

Method HANDLE_CHECKBOX_CHANGE on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20050105
2 Importing POSX Call by reference Attribute reference (LIKE) 20050105
3 Importing POSY Call by reference Attribute reference (LIKE) 20050105

Method HANDLE_DROPDOWN_CLICKED on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_EXPAND_NC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20041021

Method HANDLE_EXPAND_NC on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20041019

Method HANDLE_FUNCTION_SELECTED on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20050105
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050105

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050105

Method HANDLE_NODE_DOUBLE_CLICK on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20050322
2 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20050322
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050322
4 Importing SENDER Call by reference Attribute reference (LIKE) 20050322

Method HANDLE_ON_DRAG on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DRAG_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050324
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde behandelt 20050324
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050324
4 Importing IR_DND_SOURCE Call by reference Object reference (TYPE REF TO) CL_ISH_DND_TREE_SINGLE Quell-Daten 20050324
5 Importing IR_DRAGDROPOBJ Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20050324

Method HANDLE_ON_DRAG_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DRAG_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20050322
2 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20050322
3 Importing NODE_KEY_TABLE Call by reference Attribute reference (LIKE) 20050322
4 Importing SENDER Call by reference Attribute reference (LIKE) 20050322

Method HANDLE_ON_DRAG_MULTIPLE on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DRAG_MULTIPLE_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050324
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde behandelt 20050324
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050324
4 Importing IR_DND_SOURCE Call by reference Object reference (TYPE REF TO) CL_ISH_DND_TREE_MULT Quell-Daten 20050324
5 Importing IR_DRAGDROPOBJ Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20050324

Method HANDLE_ON_DRAG_MULTIPLE_INTERN on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20050322
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050322
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050322

Method HANDLE_ON_DROP on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20050322
2 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20050322
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050322
4 Importing SENDER Call by reference Attribute reference (LIKE) 20050322

Method HANDLE_ON_DROP_COMPLETE on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP_COMPLETE_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050324
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde behandelt 20050324
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050324
4 Importing IR_DND_SOURCE Call by reference Object reference (TYPE REF TO) CL_ISH_DND Quell-Daten 20050324
5 Importing IR_DND_TARGET Call by reference Object reference (TYPE REF TO) CL_ISH_DND_TREE_SINGLE Ziel-Daten 20050324
6 Importing IR_DRAGDROPOBJ Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20050324

Method HANDLE_ON_DROP_COMPLETE_INTERN on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP_COMPLETE_MULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20050322
2 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20050322
3 Importing NODE_KEY_TABLE Call by reference Attribute reference (LIKE) 20050322
4 Importing SENDER Call by reference Attribute reference (LIKE) 20050322

Method HANDLE_ON_DROP_COMPLETE_MULT on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP_COMPLETE_MULT_I Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050324
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde behandelt 20050324
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050324
4 Importing IR_DND_SOURCE Call by reference Object reference (TYPE REF TO) CL_ISH_DND Quell-Daten 20050324
5 Importing IR_DND_TARGET Call by reference Object reference (TYPE REF TO) CL_ISH_DND_TREE_MULT Ziel-Daten 20050324
6 Importing IR_DRAGDROPOBJ Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20050324

Method HANDLE_ON_DROP_COMPLETE_MULT_I on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP_GET_FLAVOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20050322
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050322
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050322

Method HANDLE_ON_DROP_GET_FLAVOR on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP_GET_FLAVOR_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050324
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde behandelt 20050324
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050324
4 Importing IR_DND_SOURCE Call by reference Object reference (TYPE REF TO) CL_ISH_DND Quell-Daten 20050324
5 Importing IR_DND_TARGET Call by reference Object reference (TYPE REF TO) CL_ISH_DND_TREE_SINGLE Ziel-Daten 20050324
6 Importing IR_DRAGDROPOBJ Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20050324

Method HANDLE_ON_DROP_GET_FLAVOR_INT on class CL_ISH_SCR_ALV_TREE has no exception.

Method HANDLE_ON_DROP_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050324
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde behandelt 20050324
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050324
4 Importing IR_DND_SOURCE Call by reference Object reference (TYPE REF TO) CL_ISH_DND Quell-Daten 20050324
5 Importing IR_DND_TARGET Call by reference Object reference (TYPE REF TO) CL_ISH_DND_TREE_SINGLE Ziel-Daten 20050324
6 Importing IR_DRAGDROPOBJ Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20050324

Method HANDLE_ON_DROP_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method INITIALIZE_R_OUTTAB Signature

Method INITIALIZE_R_OUTTAB on class CL_ISH_SCR_ALV_TREE has no parameter.
Method INITIALIZE_R_OUTTAB on class CL_ISH_SCR_ALV_TREE has no exception.

Method INITIALIZE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014
3 Importing IS_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20050302

Method INITIALIZE_TREE on class CL_ISH_SCR_ALV_TREE has no exception.

Method INTERN_COPY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050318
2 Exporting E_NKEY_NEW Call by reference Type reference (TYPE) LVC_NKEY Neuer Knoten 20050318
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050318
4 Importing I_MOVE_MODE Call by reference Type reference (TYPE) ISH_ON_OFF OFF ON: Move-Modus 20050318
5 Importing I_NKEY_FROM Call by reference Type reference (TYPE) LVC_NKEY Von Knoten 20050318
6 Importing I_NKEY_TO Call by reference Type reference (TYPE) LVC_NKEY Zu Knoten 20050318
7 Importing I_RELATIONSHIP Call by reference Type reference (TYPE) I Knotenbeziehung 20050318

Method INTERN_COPY_NODE on class CL_ISH_SCR_ALV_TREE has no exception.

Method IS_TOOLBAR_APPL_EVENT Signature

Method IS_TOOLBAR_APPL_EVENT on class CL_ISH_SCR_ALV_TREE has no parameter.
Method IS_TOOLBAR_APPL_EVENT on class CL_ISH_SCR_ALV_TREE has no exception.

Method IS_TREE_APPL_EVENT Signature

Method IS_TREE_APPL_EVENT on class CL_ISH_SCR_ALV_TREE has no parameter.
Method IS_TREE_APPL_EVENT on class CL_ISH_SCR_ALV_TREE has no exception.

Method MODIFY_NODE_BEFORE_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050318
2 Changing CS_LAYN Call by reference Type reference (TYPE) LVC_S_LAYN Nodelayout des neuen Knotens 20050318
3 Changing CS_OUTTAB Call by reference Type reference (TYPE) ANY Neuer Outtab-Eintrag 20050318
4 Changing CT_LAYI Call by reference Type reference (TYPE) LVC_T_LAYI Itemlayout des neuen Knotens 20050318
5 Changing C_NODE_TEXT Call by reference Type reference (TYPE) LVC_VALUE Neuer Knoten-Text 20050318
6 Changing C_RELATIONSHIP Call by reference Type reference (TYPE) I Knotenbeziehung 20050318
7 Exporting E_COPY_NODE Call by reference Type reference (TYPE) ISH_ON_OFF ON: Knoten soll kopiert werden 20050318
8 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050318
9 Importing I_MOVE_MODE Call by reference Type reference (TYPE) ISH_ON_OFF OFF ON: Move-Modus 20050318
10 Importing I_NKEY_FROM Call by reference Type reference (TYPE) LVC_NKEY Von Knoten 20050318
11 Importing I_NKEY_TO Call by reference Type reference (TYPE) LVC_NKEY Nach Knoten 20050318

Method MODIFY_NODE_BEFORE_COPY on class CL_ISH_SCR_ALV_TREE has no exception.

Method MOVE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050228
2 Exporting E_NKEY_NEW Call by reference Type reference (TYPE) LVC_NKEY Neuer (=verscobener) Knoten 20050318
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050228
4 Importing I_NKEY_FROM Call by reference Type reference (TYPE) LVC_NKEY Von Knoten 20050318
5 Importing I_NKEY_TO Call by reference Type reference (TYPE) LVC_NKEY Zu Knoten 20050318
6 Importing I_RELATIONSHIP Call by reference Type reference (TYPE) I Knotenbeziehungen 20050228

Method MOVE_NODE on class CL_ISH_SCR_ALV_TREE has no exception.

Method PREPARE_FOR_DRAG_AND_DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050322
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050322

Method PREPARE_FOR_DRAG_AND_DROP on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_EXPAND_NC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050207
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050207
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050207
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050207

Method PROCESS_EXPAND_NC on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_EXPAND_NC_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050207
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050207
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050207
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050207

Method PROCESS_EXPAND_NC_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_FUNC_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050104
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050104
3 Exporting E_UCOMM_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: UserCommand wurde verarbeitet 20050104
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM UserCommand 20050104

Method PROCESS_FUNC_SELECTED on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_FUNC_SELECTED_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050104
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050104
3 Exporting E_UCOMM_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: UserCommand wurde verarbeitet 20050104
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050104

Method PROCESS_FUNC_SELECTED_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_ITEM_DC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050302
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050302
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050302
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050302

Method PROCESS_ITEM_DC on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_ITEM_DC_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050302
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050302
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050302
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050302

Method PROCESS_ITEM_DC_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_NODE_DC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050222
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050222
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050222
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050222

Method PROCESS_NODE_DC on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_NODE_DC_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050222
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050222
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050222
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050222

Method PROCESS_NODE_DC_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_EXPAND_NC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050207
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050207
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050207
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050207

Method PROCESS_SYSEV_EXPAND_NC on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_EXPAND_NC_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050207
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050207
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050207
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050207

Method PROCESS_SYSEV_EXPAND_NC_INTERN on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_FUNC_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050104
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20050104
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050104
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050104

Method PROCESS_SYSEV_FUNC_SEL on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_FUNC_SEL_INTERNA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050104
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20050104
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050104
4 Importing I_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050104

Method PROCESS_SYSEV_FUNC_SEL_INTERNA on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_ITEM_DC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050302
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050302
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050302
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050302

Method PROCESS_SYSEV_ITEM_DC on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_ITEM_DC_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050302
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050302
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050302
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050302

Method PROCESS_SYSEV_ITEM_DC_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_NODE_DC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050222
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050222
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050222
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050222

Method PROCESS_SYSEV_NODE_DC on class CL_ISH_SCR_ALV_TREE has no exception.

Method PROCESS_SYSEV_NODE_DC_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050222
2 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Event wurde verarbeitet 20050222
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050222
4 Importing I_ROW_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Zeilen-Feldname 20050222

Method PROCESS_SYSEV_NODE_DC_INTERNAL on class CL_ISH_SCR_ALV_TREE has no exception.

Method REFRESH_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041015
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041015
3 Importing I_REFRESH_VARIANT Call by reference Type reference (TYPE) ISH_ON_OFF ON: Variante aktualisieren 20041228

Method REFRESH_TREE on class CL_ISH_SCR_ALV_TREE has no exception.

Method REMOVE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050318
2 Exporting E_NODE_REMOVED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Knoten wurde entfernt 20050318
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050318
4 Importing I_NKEY Call by reference Type reference (TYPE) LVC_NKEY Zu entfernender Knoten 20050318

Method REMOVE_NODE on class CL_ISH_SCR_ALV_TREE has no exception.

Method SET_ALLOW_MULTIPLE_CBX Signature

Method SET_ALLOW_MULTIPLE_CBX on class CL_ISH_SCR_ALV_TREE has no parameter.
Method SET_ALLOW_MULTIPLE_CBX on class CL_ISH_SCR_ALV_TREE has no exception.

Method SET_TOOLBAR_HANDLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20050105
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20050105
3 Importing I_ACTIVATION Call by reference Type reference (TYPE) ISH_ON_OFF ON ON: Eventhandler werden aktiviert 20050105

Method SET_TOOLBAR_HANDLERS on class CL_ISH_SCR_ALV_TREE has no exception.

Method SET_TREE_HANDLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041014
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041014
3 Importing I_ACTIVATION Call by reference Type reference (TYPE) ISH_ON_OFF ON ON: Eventhandler werden aktiviert 20041014

Method SET_TREE_HANDLERS on class CL_ISH_SCR_ALV_TREE has no exception.

Method SET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20041228
2 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041228
3 Importing IS_VARIANT Call by reference Type reference (TYPE) DISVARIANT Variante des Screens 20041228
4 Importing I_VARIANT_SAVE Call by reference Type reference (TYPE) CHAR1 Kennzeichen für Variantenmanagement 20041228
5 Importing I_VARIANT_SAVE_X Call by reference Type reference (TYPE) ISH_ON_OFF ON: I_VARIANT_SAVE übernehmen 20041228
6 Importing I_VARIANT_X Call by reference Type reference (TYPE) ISH_ON_OFF ON: IS_VARIANT übernehmen 20041228

Method SET_VARIANT on class CL_ISH_SCR_ALV_TREE has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 473