SAP ABAP Class CL_ISH_VIEW (Abstract Display Class for Views)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20021029
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20030430
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_LIST_DISPLAY Interface for Display Classes 20030430
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20030716
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_VIEWTYPE_OP IS-H*MED: Display Class Operations View Type 20021015
Properties
Class CL_ISH_VIEW  
Short Description Abstract Display Class for Views    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20021015   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20021029
2 IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20030430
3 IF_ISH_LIST_DISPLAY Interface for Display Classes 20030430
4 IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20030716
Friends
Class CL_ISH_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Public Attribute reference (LIKE) 20021030
2 CO_DD_FLAVOR Constant Public Type reference (TYPE) CHAR20 'ISH_PERF_PAT' Drag&Drop Flavor 20021031
3 CO_MODE_DELETE Instance attribute Public Attribute reference (LIKE) 20021030
4 CO_MODE_ERROR Instance attribute Public Attribute reference (LIKE) 20021030
5 CO_MODE_INSERT Instance attribute Public Attribute reference (LIKE) 20021030
6 CO_MODE_UNCHANGED Instance attribute Public Attribute reference (LIKE) 20021030
7 CO_MODE_UPDATE Instance attribute Public Attribute reference (LIKE) 20021030
8 CO_SEL_DSPCLS Instance attribute Public Attribute reference (LIKE) 20030430
9 CO_SEL_IMPOBJ Instance attribute Public Attribute reference (LIKE) 20030430
10 CO_SEL_OBJECT Instance attribute Public Attribute reference (LIKE) 20030430
11 CO_SEL_SRVOBJ Instance attribute Public Attribute reference (LIKE) 20030430
12 CO_SORT_DATE Instance attribute Public Attribute reference (LIKE) 20030430
13 CO_SORT_INDIVIDUAL Instance attribute Public Attribute reference (LIKE) 20030430
14 CO_SORT_OPOU Instance attribute Public Attribute reference (LIKE) 20030430
15 CO_SORT_OP_STD Instance attribute Public Attribute reference (LIKE) 20030430
16 CO_SORT_REQUESTER Instance attribute Public Attribute reference (LIKE) 20030430
17 CV_AUSTRIA Instance attribute Public Attribute reference (LIKE) 20021030
18 CV_CANADA Instance attribute Public Attribute reference (LIKE) 20021030
19 CV_FRANCE Instance attribute Public Attribute reference (LIKE) 20021030
20 CV_GERMANY Instance attribute Public Attribute reference (LIKE) 20021030
21 CV_ITALY Instance attribute Public Attribute reference (LIKE) 20021030
22 CV_NETHERLANDS Instance attribute Public Attribute reference (LIKE) 20021030
23 CV_SINGAPORE Instance attribute Public Attribute reference (LIKE) 20021030
24 CV_SPAIN Instance attribute Public Attribute reference (LIKE) 20021030
25 CV_SWITZERLAND Instance attribute Public Attribute reference (LIKE) 20021030
26 FALSE Instance attribute Public Attribute reference (LIKE) 20021030
27 GT_FIELDCAT Instance attribute Protected Attribute reference (LIKE) 20030430
28 GT_FILTER Instance attribute Protected Attribute reference (LIKE) 20030430
29 GT_NODES_OPEN Instance attribute Public Type reference (TYPE) ISHMED_T_DISPLAY_FIELDS Expanded/Collapsed Nodes 20070314
30 GT_SEL_CRIT Instance attribute Protected Attribute reference (LIKE) 20030430
31 GT_SORT Instance attribute Protected Attribute reference (LIKE) 20030430
32 GT_SORT_OBJECT Instance attribute Protected Type reference (TYPE) ISHMED_T_SORT_OBJECT Sort Objects 20021111
33 G_CONSTRUCT Instance attribute Protected Attribute reference (LIKE) 20030430
34 G_CONTAINER Instance attribute Protected Attribute reference (LIKE) 20030430
35 G_DRAGDROP Instance attribute Public Object reference (TYPE REF TO) CL_DRAGDROP Drag&Drop Instance 20021017
36 G_DRAG_LINE Static Attribute Public Type reference (TYPE) I Row Number of Dragged Object 20021024
37 G_DUMMY_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Dummy Container for Toolbar Object 20021107
38 G_ENVIRONMENT Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT Collection of All Objects in Memory 00000000
39 G_GRID Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV Grid 20021021
40 G_INSTITUTION Instance attribute Public Type reference (TYPE) EINRI Institution 20021023
41 G_LAYOUT Instance attribute Protected Attribute reference (LIKE) 20030430
42 G_NODES_OPEN Instance attribute Public Type reference (TYPE) ISH_ON_OFF All Nodes Opened (ON) or Closed (OFF) 20021025
43 G_SORT Instance attribute Protected Type reference (TYPE) N1SORTNO Sort Order 20021111
44 G_TOOLBAR Instance attribute Protected Attribute reference (LIKE) 20030430
45 G_TREE Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree 20021023
46 G_VIEW_ID Instance attribute Public Type reference (TYPE) NWVIEW-VIEWID View ID 20021016
47 G_VIEW_TYPE Instance attribute Public Type reference (TYPE) NWVIEW-VIEWTYPE View Type 20021023
48 G_WPLACE_ID Instance attribute Public Type reference (TYPE) NWPLACE-WPLACEID Work Environment ID 20021016
49 INACTIVE Instance attribute Public Attribute reference (LIKE) 20021030
50 NO Instance attribute Public Attribute reference (LIKE) 20021030
51 OFF Instance attribute Public Attribute reference (LIKE) 20021030
52 ON Instance attribute Public Attribute reference (LIKE) 20021030
53 TRUE Instance attribute Public Attribute reference (LIKE) 20021030
54 YES Instance attribute Public Attribute reference (LIKE) 20021030
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DATA_TO_DRAG_DROP_CONT Instance method Protected Method Add Data to Drag&Drop Container 20021118
2 BUILD_FIELDCAT Instance method Protected Method 20030430
3 CALL_BADI_VIEW_TITLE Instance method Protected Method Call BAdI for Changing View Title 20021021
4 CHECK_IF_EMPTY Instance method Public Method 20030430
5 DESTROY Instance method Public Method 20030430
6 DISPLAY Instance method Public Method 20030430
7 EXCL_TOOLBAR Instance method Protected Method Hide Functions in Toolbar 20031009
8 GET_DATA Instance method Public Method 20030430
9 GET_FRONTEND_LAYOUT Instance method Public Method Get Layout of Frontend (ALV Grid/Tree) 20021023
10 GET_OBJECT_FOR_IDENT Instance method Public Method Determine Objects from Identifying Object 20021108
11 GET_OBJECT_FOR_IMPOBJ Instance method Public Method Determine Objects from Creating Object 20021108
12 GET_ROWID_FOR_OBJECT Instance method Protected Method Determine Row Index for Various Objects (to Be Created) 20021121
13 GET_SELECTION Instance method Public Method 20030430
14 GET_TOOLBAR Instance method Public Method 20030430
15 GET_WP_ISH_OBJECT Instance method Public Method Fill Workplace Structure 20021104
16 HANDLE_GRID_AFTER_USER_COMMAND Instance method Protected Event handling method Eent Handler for Follow-Up User Action in Grid 20021018
17 HANDLE_GRID_BEFORE_USER_COMM Instance method Protected Event handling method Event Handler for Preprocessing User Action in Grid 20021128
18 HANDLE_GRID_CONTEXT_MENU Instance method Protected Event handling method Event Handler for Context Menu in Grid 20021018
19 HANDLE_GRID_DOUBLE_CLICK Instance method Protected Event handling method Event Handler for Double-Clicking in Grid 20021018
20 HANDLE_GRID_HOTSPOT_CLICK Instance method Protected Event handling method Event Handler for Hotspots in Grid 20021018
21 HANDLE_GRID_MENU_BUTTON Instance method Protected Event handling method Event Handler for Menu Button in Grid 20021018
22 HANDLE_GRID_ONDRAG Instance method Protected Event handling method Event Handler for Drag in Grid 20021018
23 HANDLE_GRID_ONDROP Instance method Protected Event handling method Event Handler for Drop in Grid 20021018
24 HANDLE_GRID_TOOLBAR Instance method Protected Event handling method Event Handler for Toolbar in Grid, Add Functions 20021018
25 HANDLE_GRID_USER_COMMAND Instance method Protected Event handling method Event Handler for User Actions in Grid 20021018
26 INITIALIZE Instance method Protected Method 20030430
27 INSERT_DATA Instance method Public Method 20030430
28 NODE_OPENCLOSE Instance method Protected Method Open / Close Nodes 20021105
29 NODE_OPENCLOSE_ALL Instance method Public Method Open / Close All Npdes 20021105
30 READ_OUTTAB_LINE Instance method Protected Method Read Row from Output Table 20021104
31 REFRESH Instance method Public Method 20030430
32 REFRESH_DATA Instance method Public Method 20030430
33 REGISTER_EVENTS Instance method Protected Method Register Events 20021018
34 REMOVE_DATA Instance method Public Method 20030430
35 SET_FUNCTION_CODE Instance method Public Method Send Standard Function Code to Grid/Tree (e.g. Print) 20021023
36 SET_LAYOUT Instance method Protected Method 20030430
37 SET_SCROLL_POSITION Instance method Public Method 20030430
38 SET_SELECTION Instance method Public Method 20030430
39 SET_SEL_CRITERIA Instance method Protected Method Determine Selection Criteria 20021021
40 SET_SORT_CRITERIA Instance method Public Method 20030430
41 SET_VIEW_DATA Instance method Public Method Transfer Data from View and Work Environment 20021016
42 SET_VIEW_LAYOUT Instance method Protected Method Determine Layout of View 20021021
43 SORT Instance method Protected Method Execute Sort (Internal) 20021111
Events
# Event Type Visibility Description Created on
1 AFTER_USER_COMMAND Instance Event
(0)
Public
(2)
20030430
2 BEFORE_USER_COMMAND Instance Event
(0)
Public
(2)
20030430
3 CONTEXT_MENU Instance Event
(0)
Public
(2)
20030430
4 DOUBLE_CLICK Instance Event
(0)
Public
(2)
20030430
5 HOTSPOT_CLICK Instance Event
(0)
Public
(2)
20030430
6 IS_EMPTY Instance Event
(0)
Public
(2)
20030430
7 ONDRAG Instance Event
(0)
Public
(2)
20030430
8 ONDROP Instance Event
(0)
Public
(2)
20030430
9 USER_COMMAND Instance Event
(0)
Public
(2)
20030430
Types
Class CL_ISH_VIEW has no local type.
Method Signatures

Method ADD_DATA_TO_DRAG_DROP_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DRAGDROPOBJ Value transfer Object reference (TYPE REF TO) CL_ISH_DISPLAY_DRAG_DROP_CONT Container für Drag&Drop der Displayklasse(n) 20021118
2 Changing C_ERRORHANDLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021118
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021118

Method ADD_DATA_TO_DRAG_DROP_CONT on class CL_ISH_VIEW has no exception.

Method BUILD_FIELDCAT Signature

Method BUILD_FIELDCAT on class CL_ISH_VIEW has no parameter.
Method BUILD_FIELDCAT on class CL_ISH_VIEW has no exception.

Method CALL_BADI_VIEW_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OUTTAB Call by reference Type reference (TYPE) ANY Ausgabetabelle 20021021

Method CALL_BADI_VIEW_TITLE on class CL_ISH_VIEW has no exception.

Method CHECK_IF_EMPTY Signature

Method CHECK_IF_EMPTY on class CL_ISH_VIEW has no parameter.
Method CHECK_IF_EMPTY on class CL_ISH_VIEW has no exception.

Method DESTROY Signature

Method DESTROY on class CL_ISH_VIEW has no parameter.
Method DESTROY on class CL_ISH_VIEW has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_ISH_VIEW has no parameter.
Method DISPLAY on class CL_ISH_VIEW has no exception.

Method EXCL_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLBAR_EXCL Call by reference Type reference (TYPE) UI_FUNCTIONS Auszublendende Funktionen 20031009

Method EXCL_TOOLBAR on class CL_ISH_VIEW has no exception.

Method GET_DATA Signature

Method GET_DATA on class CL_ISH_VIEW has no parameter.
Method GET_DATA on class CL_ISH_VIEW has no exception.

Method GET_FRONTEND_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog 20021023
2 Exporting ET_FILTER Call by reference Type reference (TYPE) LVC_T_FILT Filterbedingungen 20021023
3 Exporting ET_SORT Call by reference Type reference (TYPE) LVC_T_SORT Sortierkriterien 20021023
4 Exporting E_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO Layout 20021023

Method GET_FRONTEND_LAYOUT on class CL_ISH_VIEW has no exception.

Method GET_OBJECT_FOR_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021108
2 Exporting ET_SEL_OBJECT Value transfer Type reference (TYPE) ISH_T_SEL_OBJECT Ermittelte Objekte 20021108
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021108
4 Importing I_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT Identifizierendes Objekt (OBJECT) 20021108

Method GET_OBJECT_FOR_IDENT on class CL_ISH_VIEW has no exception.

Method GET_OBJECT_FOR_IMPOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021108
2 Exporting ET_SEL_OBJECT Value transfer Type reference (TYPE) ISH_T_SEL_OBJECT Ermittelte Objekte 20021108
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021108
4 Importing I_IMPOBJ Value transfer Object reference (TYPE REF TO) OBJECT Erzeugendes OO-Objekt 20021108

Method GET_OBJECT_FOR_IMPOBJ on class CL_ISH_VIEW has no exception.

Method GET_ROWID_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021121
2 Exporting ET_INDEX_ROWS Value transfer Type reference (TYPE) LVC_T_ROW Indizes der selektierten Zeilen 20021121
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021121
4 Importing IT_OBJECT Value transfer Type reference (TYPE) ISH_OBJECTLIST Zu markierende Objekte (OO) 20021121

Method GET_ROWID_FOR_OBJECT on class CL_ISH_VIEW has no exception.

Method GET_SELECTION Signature

Method GET_SELECTION on class CL_ISH_VIEW has no parameter.
Method GET_SELECTION on class CL_ISH_VIEW has no exception.

Method GET_TOOLBAR Signature

Method GET_TOOLBAR on class CL_ISH_VIEW has no parameter.
Method GET_TOOLBAR on class CL_ISH_VIEW has no exception.

Method GET_WP_ISH_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021104
2 Exporting ET_ISH_OBJECT Call by reference Type reference (TYPE) ISH_T_DRAG_DROP_DATA WP-Struktur 20021104
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021104
4 Importing IT_OBJECT Call by reference Type reference (TYPE) ISH_T_SEL_OBJECT Objekte (OO) 20021104
5 Importing I_INSTITUTION Value transfer Type reference (TYPE) EINRI Einrichtung 20021104
6 Importing I_SEL_ATTRIBUTE Value transfer Type reference (TYPE) ISH_SEL_OBJECT-ATTRIBUTE '*' Attribut der ausgewählten Einträge 20021104
7 Importing I_SET_EXTERN_VALUES Value transfer Type reference (TYPE) ISH_ON_OFF SPACE Externe Werte (PATNR, FALNR, ...) befüllen (ON/OFF) 20021216
8 Importing I_VIEW_ID Value transfer Type reference (TYPE) NWVIEW-VIEWID Sicht-ID 20021104
9 Importing I_VIEW_TYPE Value transfer Type reference (TYPE) NWVIEW-VIEWTYPE Sicht-Typ 20021104

Method GET_WP_ISH_OBJECT on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_AFTER_USER_COMMAND Signature

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

Method HANDLE_GRID_AFTER_USER_COMMAND on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_BEFORE_USER_COMM Signature

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

Method HANDLE_GRID_BEFORE_USER_COMM on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_CONTEXT_MENU Signature

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

Method HANDLE_GRID_CONTEXT_MENU on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20021018
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20021018
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20021018
4 Importing SENDER Call by reference Attribute reference (LIKE) 20021018

Method HANDLE_GRID_DOUBLE_CLICK on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20021018
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20021018
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20021018
4 Importing SENDER Call by reference Attribute reference (LIKE) 20021018

Method HANDLE_GRID_HOTSPOT_CLICK on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_MENU_BUTTON Signature

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

Method HANDLE_GRID_MENU_BUTTON on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_ONDRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20021018
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20021018
3 Importing E_DRAGDROPOBJ Call by reference Attribute reference (LIKE) 20021018
4 Importing E_ROW Call by reference Attribute reference (LIKE) 20021018
5 Importing SENDER Call by reference Attribute reference (LIKE) >SENDER< 20021018

Method HANDLE_GRID_ONDRAG on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_ONDROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20021018
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20021018
3 Importing E_DRAGDROPOBJ Call by reference Attribute reference (LIKE) 20021018
4 Importing E_ROW Call by reference Attribute reference (LIKE) 20021018
5 Importing SENDER Call by reference Attribute reference (LIKE) 20021018

Method HANDLE_GRID_ONDROP on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_TOOLBAR Signature

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

Method HANDLE_GRID_TOOLBAR on class CL_ISH_VIEW has no exception.

Method HANDLE_GRID_USER_COMMAND Signature

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

Method HANDLE_GRID_USER_COMMAND on class CL_ISH_VIEW has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_ISH_VIEW has no parameter.
Method INITIALIZE on class CL_ISH_VIEW has no exception.

Method INSERT_DATA Signature

Method INSERT_DATA on class CL_ISH_VIEW has no parameter.
Method INSERT_DATA on class CL_ISH_VIEW has no exception.

Method NODE_OPENCLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021105
2 Exporting ET_OUTTAB Value transfer Type reference (TYPE) ISHMED_T_DISPLAY_FIELDS Ausgabetabelle 20021105
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021105
4 Exporting E_REFRESH Value transfer Type reference (TYPE) ISH_ON_OFF Aktualisierung notwendig 20021105
5 Importing IT_FIELDCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog 20021105
6 Importing I_FIELDNAME Value transfer Type reference (TYPE) LVC_FNAME Feldname 20021105
7 Importing I_NODE_ATTRIBUTE Value transfer Type reference (TYPE) ISH_ON_OFF '*' 'X' - öffnen, ' ' - schließen, '*' - bestimmen -> 20021105
8 Importing I_OUTTAB Value transfer Type reference (TYPE) RN1DISPLAY_FIELDS Zeile der Ausgabetabelle 20021105

Method NODE_OPENCLOSE on class CL_ISH_VIEW has no exception.

Method NODE_OPENCLOSE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021105
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021105
3 Importing I_NODE_ATTRIBUTE Value transfer Type reference (TYPE) ISH_ON_OFF '*' 'X' - öffnen, ' ' - schließen, '*' - bestimmen -> 20021105

Method NODE_OPENCLOSE_ALL on class CL_ISH_VIEW has no exception.

Method READ_OUTTAB_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerbearbeitung 20021104
2 Exporting ET_OUTTAB_LINES Value transfer Type reference (TYPE) ISHMED_T_DISPLAY_FIELDS Zeilen der Ausgabetabelle 20021113
3 Exporting E_OUTTAB_LINE Value transfer Type reference (TYPE) RN1DISPLAY_FIELDS Zeile der Ausgabetabelle 20021104
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021104
5 Importing IT_INDEX_ROWS Value transfer Type reference (TYPE) LVC_T_ROW Indizes der selektierten Zeilen 20021113
6 Importing I_INDEX Value transfer Type reference (TYPE) LVC_INDEX Index der Ausgabetabelle 20021104

Method READ_OUTTAB_LINE on class CL_ISH_VIEW has no exception.

Method REFRESH Signature

Method REFRESH on class CL_ISH_VIEW has no parameter.
Method REFRESH on class CL_ISH_VIEW has no exception.

Method REFRESH_DATA Signature

Method REFRESH_DATA on class CL_ISH_VIEW has no parameter.
Method REFRESH_DATA on class CL_ISH_VIEW has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_ISH_VIEW has no parameter.
Method REGISTER_EVENTS on class CL_ISH_VIEW has no exception.

Method REMOVE_DATA Signature

Method REMOVE_DATA on class CL_ISH_VIEW has no parameter.
Method REMOVE_DATA on class CL_ISH_VIEW has no exception.

Method SET_FUNCTION_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UCOMM Value transfer Type reference (TYPE) SY-UCOMM Funktionscode (z.b. Drucken = '&RNT') 20021023

Method SET_FUNCTION_CODE on class CL_ISH_VIEW has no exception.

Method SET_LAYOUT Signature

Method SET_LAYOUT on class CL_ISH_VIEW has no parameter.
Method SET_LAYOUT on class CL_ISH_VIEW has no exception.

Method SET_SCROLL_POSITION Signature

Method SET_SCROLL_POSITION on class CL_ISH_VIEW has no parameter.
Method SET_SCROLL_POSITION on class CL_ISH_VIEW has no exception.

Method SET_SELECTION Signature

Method SET_SELECTION on class CL_ISH_VIEW has no parameter.
Method SET_SELECTION on class CL_ISH_VIEW has no exception.

Method SET_SEL_CRITERIA Signature

Method SET_SEL_CRITERIA on class CL_ISH_VIEW has no parameter.
Method SET_SEL_CRITERIA on class CL_ISH_VIEW has no exception.

Method SET_SORT_CRITERIA Signature

Method SET_SORT_CRITERIA on class CL_ISH_VIEW has no parameter.
Method SET_SORT_CRITERIA on class CL_ISH_VIEW has no exception.

Method SET_VIEW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLACEID Value transfer Type reference (TYPE) NWPLACE-WPLACEID Identifikation des Arbeitsumfeldes 20021016
2 Importing I_VIEWID Value transfer Type reference (TYPE) NWVIEW-VIEWID Identifikation der Sicht 20021016

Method SET_VIEW_DATA on class CL_ISH_VIEW has no exception.

Method SET_VIEW_LAYOUT Signature

Method SET_VIEW_LAYOUT on class CL_ISH_VIEW has no parameter.
Method SET_VIEW_LAYOUT on class CL_ISH_VIEW has no exception.

Method SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ERRORHANDLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING Instanz zur Fehlerabarbeitung 20021111
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20021111
3 Importing IT_SORT_OBJECT Value transfer Type reference (TYPE) ISHMED_T_SORT_OBJECT eigene Sortierung übergeben 20021111
4 Importing I_SORT Value transfer Type reference (TYPE) N1SORTNO Sortierung 20021111

Method SORT on class CL_ISH_VIEW has no exception.
Event Signatures

Event AFTER_USER_COMMAND Signature
Event AFTER_USER_COMMAND on class CL_ISH_VIEW has no parameter.
Event BEFORE_USER_COMMAND Signature
Event BEFORE_USER_COMMAND on class CL_ISH_VIEW has no parameter.
Event CONTEXT_MENU Signature
Event CONTEXT_MENU on class CL_ISH_VIEW has no parameter.
Event DOUBLE_CLICK Signature
Event DOUBLE_CLICK on class CL_ISH_VIEW has no parameter.
Event HOTSPOT_CLICK Signature
Event HOTSPOT_CLICK on class CL_ISH_VIEW has no parameter.
Event IS_EMPTY Signature
Event IS_EMPTY on class CL_ISH_VIEW has no parameter.
Event ONDRAG Signature
Event ONDRAG on class CL_ISH_VIEW has no parameter.
Event ONDROP Signature
Event ONDROP on class CL_ISH_VIEW has no parameter.
Event USER_COMMAND Signature
Event USER_COMMAND on class CL_ISH_VIEW has no parameter.
History
Last changed by/on SAP  20070917 
SAP Release Created in 471