SAP ABAP Class CL_ICL_ALV_GRID_EH (Event Handler for ALV Grids in Claims)
Hierarchy
☛
INSURANCE (Software Component) SAP Insurance
⤷
FS-CM (Application Component) Claims Management
⤷
ICL_BASIS (Package) FS-CM: General Functionality
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ICL_ALV_GRID_XT_EH | Enhanced Event Handler for ALV Grids in Claims | 20040130 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ITEM_DISPLAY_GRID_BASE | Displayer ALV-Grid Control Basis Class Claim Item | 20040909 |
Properties
| Class | CL_ICL_ALV_GRID_EH | |
| Short Description | Event Handler for ALV Grids in Claims | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ICL_BASIS | FS-CM: General Functionality |
| Created | 20030114 | SAP |
| Last change | 20060208 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ICL_ALV_GRID_EH has no interface implemented.
Friends
Class CL_ICL_ALV_GRID_EH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV Grid Instance | 20031030 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ALV_GRID_TOOLBAR_MANAGER | ALV Grid Toolbar Administration | 20030915 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | GTY_BUS000CUAF_TAB | FCODE Table | 20030114 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TTB_BTNMNU | Assignment of Toolbar Button to Context Menu | 20030902 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TTB_BUTTON | Toolbar Buttons | 20030114 |
Methods
Events
Class CL_ICL_ALV_GRID_EH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_BUS000CUAF_TAB | Private | See coding | 20030114 | |
Method Signatures
Method ADD_TOOLBAR_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_STATIC_CTMENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | Statisches Kontextmenue fuer Funktionscode | 20030902 | |||
| 2 | IV_BUTTON_TYPE | Call by reference | Type reference (TYPE) | TB_BTYPE | '0' | Toolbarbuttontyp | 20030114 | ||
| 3 | IV_CHECK_ACTIVE_FUNCTIONS | Call by reference | Type reference (TYPE) | XFELD | 'X' | Button nur einfuegen, wenn FCODE im BDT aktiv ist 'X' = Ja | 20030115 | ||
| 4 | IV_DISABLED | Call by reference | Type reference (TYPE) | XFELD | Funktion inaktiv 'X' = Ja | 20030114 | |||
| 5 | IV_FCODE | Call by reference | Type reference (TYPE) | CLIKE | Funktionscode | 20030114 | |||
| 6 | IV_ICON | Call by reference | Type reference (TYPE) | CLIKE | Name einer Ikone, z.B. ICON_INSERT_ROW | 20030114 | |||
| 7 | IV_QUICKINFO | Call by reference | Type reference (TYPE) | CLIKE | Quickinfo | 20030114 | |||
| 8 | IV_TEXT | Call by reference | Type reference (TYPE) | CLIKE | Button Text | 20030114 |
Method ADD_TOOLBAR_BUTTON on class CL_ICL_ALV_GRID_EH has no exception.
Method ADD_TOOLBAR_SEPARATOR Signature
Method ADD_TOOLBAR_SEPARATOR on class CL_ICL_ALV_GRID_EH has no parameter.
Method ADD_TOOLBAR_SEPARATOR on class CL_ICL_ALV_GRID_EH has no exception.
Method CHANGE_ALV_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ALV_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_ALV_EVENT_TOOLBAR_SET | ALV Toolbar Objekt | 20030114 | |||
| 2 | IV_ADD_FRONT | Call by reference | Type reference (TYPE) | XFELD | 'X' | Funktionen vorne anfuegen = 'X', hinten = ' ' | 20030114 |
Method CHANGE_ALV_TOOLBAR on class CL_ICL_ALV_GRID_EH has no exception.
Method CHECK_FCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FCODE | Call by reference | Type reference (TYPE) | CLIKE | GUI-Funktionscode | 20030114 | |||
| 2 | RV_EXISTS | Value transfer | Type reference (TYPE) | XFELD | FCODE existiert 'X' = Ja | 20030114 |
Method CHECK_FCODE on class CL_ICL_ALV_GRID_EH has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20030915 |
Method CONSTRUCTOR on class CL_ICL_ALV_GRID_EH has no exception.
Method DELETE_TOOLBAR_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ALV_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_ALV_EVENT_TOOLBAR_SET | ALV Toolbar Objekt | 20040505 | |||
| 2 | IV_FCODE | Call by reference | Type reference (TYPE) | CLIKE | zu löschender Funktionscode | 20040505 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Funktionscode nicht gefunden | 20040505 |
Method HANDLE_AFTER_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_NOT_PROCESSED | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 3 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_AFTER_USER_COMMAND on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_CONTEXT_MENU_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_CONTEXT_MENU_REQUEST on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | E_ONF4 | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 3 | E_ONF4_AFTER | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 4 | E_ONF4_BEFORE | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 5 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 6 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_DATA_CHANGED on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 3 | E_ROW | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 4 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_DOUBLE_CLICK on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_EVENT_DATA | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 3 | ET_BAD_CELLS | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 4 | E_DISPLAY | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 5 | E_FIELDNAME | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 6 | E_FIELDVALUE | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 7 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_F4 on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_HOTSPOT_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | E_COLUMN_ID | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 3 | E_ROW_ID | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 4 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_HOTSPOT_CLICK on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_MENU_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 3 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_MENU_BUTTON on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Call by reference | Attribute reference (LIKE) | 20030114 | |||||
| 2 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20030114 | |||||
| 3 | SENDER | Call by reference | Attribute reference (LIKE) | 20030114 |
Method HANDLE_TOOLBAR on class CL_ICL_ALV_GRID_EH has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20031118 | |||||
| 2 | SENDER | Call by reference | Attribute reference (LIKE) | 20031118 |
Method HANDLE_USER_COMMAND on class CL_ICL_ALV_GRID_EH has no exception.
Method RESET_TOOLBAR_BUFFER Signature
Method RESET_TOOLBAR_BUFFER on class CL_ICL_ALV_GRID_EH has no parameter.
Method RESET_TOOLBAR_BUFFER on class CL_ICL_ALV_GRID_EH has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 471 |