SAP ABAP Class CL_ISH_GRID_BUTTONHANDLER (IS-H: Handler for ALV Grid Buttons)
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 20041206
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_FV_CONSTANTS IS-H: Constants for Field Values (Data Element NFVTYPE) 20041207
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20041207
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20041207
Properties
Class CL_ISH_GRID_BUTTONHANDLER  
Short Description IS-H: Handler for ALV Grid Buttons    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20041206   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISH_GRID_BUTTONHANDLER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20041206
2 IF_ISH_FV_CONSTANTS IS-H: Constants for Field Values (Data Element NFVTYPE) 20041207
3 IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20041207
4 IF_ISH_OBJECT_TYPES IS-H: Definition of Types 20041207
Friends
Class CL_ISH_GRID_BUTTONHANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FVTYPE_FV Instance attribute Public Attribute reference (LIKE) 20041207
2 CO_FVTYPE_IDENTIFY Instance attribute Public Attribute reference (LIKE) 20041207
3 CO_FVTYPE_SCREEN Instance attribute Public Attribute reference (LIKE) 20041207
4 CO_FVTYPE_SINGLE Instance attribute Public Attribute reference (LIKE) 20041207
5 CO_VCODE_DISPLAY Instance attribute Public Attribute reference (LIKE) 20041206
6 CO_VCODE_INSERT Instance attribute Public Attribute reference (LIKE) 20041206
7 CO_VCODE_UPDATE Instance attribute Public Attribute reference (LIKE) 20041206
8 GR_SCR_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_SCR_ALV_GRID IS-H: Base Class for ALV Grid Screens 20041206
9 GT_BUTTONDEF Instance attribute Protected Type reference (TYPE) ISH_T_GRID_BUTTONDEF IS-H: Table with CL_ISH_GRID_BUTTONDEF Objects 20041206
10 OFF Instance attribute Public Attribute reference (LIKE) 20041206
11 ON Instance attribute Public Attribute reference (LIKE) 20041206
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTONDEF Instance method Public Method Adds a Button Definition 20041206
2 COMPLETE_CONSTRUCTION Instance method Protected Method Completes the Instantiation (see CREATE_BUTTONHANDLER) 20041206
3 CREATE_BUTTONHANDLER Static method Public Method Creates a Button Handler 20041206
4 CREATE_EMPTY_COLUMN Instance method Public Method Returns an Empty Column FieldValue 20041207
5 DESTROY Instance method Public Method Destroys the Button Handler with All Button Definitions 20041206
6 FINALIZE_OUTTAB_ENTRY Instance method Public Method Complete an Outtab Entry 20041206
7 FINALIZE_ROW Instance method Public Method Complete a Row FieldValue 20041206
8 GET_BUTTON Instance method Public Method Returns the GridButton Object for a Cell 20041216
9 GET_CURSORFIELD Instance method Public Method Returns the Correct Field for Cursor Positioning 20041216
10 GET_TYPE Instance method Public Method 20041207
11 IS_A Instance method Public Method 20041207
12 IS_FIELD_SUPPORTED Instance method Public Method Returns Whether an Outtab Field Is Supported 20041206
13 IS_INHERITED_FROM Instance method Public Method 20041207
14 MODIFY_CELLSTYLE Instance method Public Method Modifies the Cell Style 20041214
15 MODIFY_FIELDCAT_PROPERTIES Instance method Public Method Modify Field Catalog for Buttons 20041206
16 PROCESS_BUTTON_CLICK Instance method Public Method Handling of a ButtonClick 20041207
17 REMOVE_BUTTONDEF Instance method Public Method Removes a Button Definition 20041206
Events
Class CL_ISH_GRID_BUTTONHANDLER has no event.
Types
Class CL_ISH_GRID_BUTTONHANDLER has no local type.
Method Signatures

Method ADD_BUTTONDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BUTTONDEF Call by reference Object reference (TYPE REF TO) CL_ISH_GRID_BUTTONDEF IS-H: Definition eines ALV Grid Buttons 20041206

Method ADD_BUTTONDEF on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method COMPLETE_CONSTRUCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SCR_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_ALV_GRID Zugrundeliegender ALV Grid Screen 20041206

Method COMPLETE_CONSTRUCTION on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method CREATE_BUTTONHANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SCR_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_ISH_SCR_ALV_GRID Zugrundeliegender ALV Grid Screen 20041206
2 Returning RR_BUTTONHANDLER Value transfer Object reference (TYPE REF TO) CL_ISH_GRID_BUTTONHANDLER Erzeugter Buttonhandler 20041206

Method CREATE_BUTTONHANDLER on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method CREATE_EMPTY_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20041207
2 Returning RS_COL_FIELDVAL Value transfer Type reference (TYPE) RNFIELD_VALUE IS-H: Struktur für Feldwerte 20041207

Method CREATE_EMPTY_COLUMN on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method DESTROY Signature

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

Method FINALIZE_OUTTAB_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OUTTAB Call by reference Type reference (TYPE) ANY Outtab-Eintrag 20041206

Method FINALIZE_OUTTAB_ENTRY on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method FINALIZE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROW_FIELDVAL Call by reference Object reference (TYPE REF TO) CL_ISH_FIELD_VALUES Zeilen-FieldValue Objekt 20041206
2 Importing IS_OUTTAB Call by reference Type reference (TYPE) ANY Outtab-Eintrag 20041206

Method FINALIZE_ROW on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method GET_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OUTTAB Call by reference Type reference (TYPE) ANY Outtab-Eintrag 20041216
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Spalten-Feldname 20041216
3 Returning RR_BUTTON Value transfer Object reference (TYPE REF TO) CL_ISH_GRID_BUTTON Zugehöriges GridButton-Objekt 20041216

Method GET_BUTTON on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method GET_CURSORFIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD Call by reference Type reference (TYPE) BAPI_FLD Ursprüngliches Cursorfeld 20041216
2 Returning R_FIELD Value transfer Type reference (TYPE) BAPI_FLD Tatsächliches Cursorfeld 20041216

Method GET_CURSORFIELD on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_ISH_GRID_BUTTONHANDLER has no parameter.
Method GET_TYPE on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method IS_A Signature

Method IS_A on class CL_ISH_GRID_BUTTONHANDLER has no parameter.
Method IS_A on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method IS_FIELD_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20041206
2 Returning R_SUPPORTED Value transfer Type reference (TYPE) ISH_ON_OFF ON: Feld wird unterstützt 20041206

Method IS_FIELD_SUPPORTED on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method IS_INHERITED_FROM Signature

Method IS_INHERITED_FROM on class CL_ISH_GRID_BUTTONHANDLER has no parameter.
Method IS_INHERITED_FROM on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method MODIFY_CELLSTYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OUTTAB Call by reference Type reference (TYPE) ANY Outtab-Eintrag 20041214
2 Exporting E_MODIFIED Call by reference Type reference (TYPE) ISH_ON_OFF ON: Zellenstil wurde modifiziert 20041214
3 Importing I_DISABLE_F4 Call by reference Type reference (TYPE) ISH_ON_OFF OFF ON: F4 disablen 20041214
4 Importing I_ENABLE Call by reference Type reference (TYPE) ISH_ON_OFF ON: Zelle eingabebereit schalten 20041214
5 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Spalten-Feldname 20041214

Method MODIFY_CELLSTYLE on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method MODIFY_FIELDCAT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20041206

Method MODIFY_FIELDCAT_PROPERTIES on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method PROCESS_BUTTON_CLICK 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 20041207
2 Changing CT_OUTTAB Call by reference Type reference (TYPE) STANDARD TABLE Gesamte Outtab 20041207
3 Exporting ET_MODI Call by reference Type reference (TYPE) LVC_T_MODI Modifizierte Zellen 20041209
4 Exporting E_HANDLED Call by reference Type reference (TYPE) ISH_ON_OFF ON: ButtonClick wurde behandelt 20041207
5 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20041207
6 Importing I_FIELDNAME_BUTTON Call by reference Type reference (TYPE) ISH_FIELDNAME Spaltenname des Buttons 20041207
7 Importing I_ROW_IDX Call by reference Type reference (TYPE) INT4 Zeilenindex des Buttons 20041207

Method PROCESS_BUTTON_CLICK on class CL_ISH_GRID_BUTTONHANDLER has no exception.

Method REMOVE_BUTTONDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BUTTONDEF Call by reference Object reference (TYPE REF TO) CL_ISH_GRID_BUTTONDEF IS-H: Definition eines ALV Grid Buttons 20041206

Method REMOVE_BUTTONDEF on class CL_ISH_GRID_BUTTONHANDLER has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 600