SAP ABAP Class CL_ICL_ALV_GRID_XT_EH (Enhanced 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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ICL_ALV_GRID_EH Event Handler for ALV Grids in Claims 20040130
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ICLE_ALV_REQI Collective Subrogation/Recovery: ALV Receivable Items 20070731
2 Inheritance (c INHERITING FROM c_ref)  CL_ICL_ALV_GRID_INVOICE_EH Event Handler / Help Functions for Invoices 20040130
3 Inheritance (c INHERITING FROM c_ref)  CL_ICL_MY_CLAIMS Event Handler / Help Functions for "My Claims" 20040202
4 Inheritance (c INHERITING FROM c_ref)  CL_ICL_REPREIMB_ACC_ALV_EH Event Handler/Auxiliary Functions Account ALV 20040513
5 Inheritance (c INHERITING FROM c_ref)  CL_ICL_SUBRO_ALV_BASE_UI Subrogation/Recovery: Basis Class for ALV UI 20050512
6 Inheritance (c INHERITING FROM c_ref)  CL_ICL_WCOMP_ALV_EH WComp ALV Event Handler Class 20040927
7 Inheritance (c INHERITING FROM c_ref)  CL_IGN_BDT_SEARCH_RESULTS_BASE Results of Claim Search via ICLEXPERT 20040914
Properties
Class CL_ICL_ALV_GRID_XT_EH  
Short Description Enhanced Event Handler for ALV Grids in Claims    
Super Class CL_ICL_ALV_GRID_EH Event Handler for ALV Grids in Claims 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_BASIS   FS-CM: General Functionality 
Created 20040130   SAP 
Last change 20050615   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ICL_ALV_GRID_XT_EH has no forward declaration.
Interfaces
Class CL_ICL_ALV_GRID_XT_EH has no interface implemented.
Friends
Class CL_ICL_ALV_GRID_XT_EH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_LAYOUT Instance attribute Public Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20040130
2 GS_VARIANT Instance attribute Public Type reference (TYPE) DISVARIANT Layout (External Use) 20040130
3 GT_FCAT Instance attribute Public Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20040130
4 GT_OPT_EXCL Instance attribute Public Type reference (TYPE) STRING_TABLE Exceptions for ALV Optimization 20040130
5 GT_SORT Instance attribute Public Type reference (TYPE) LVC_T_SORT ALV control: Table of sort criteria 20040130
6 GT_SPGRP Instance attribute Public Type reference (TYPE) LVC_T_SGRP ALV Control: Table of Field Groups 20040130
7 GT_TOOLBAR_EXCL Instance attribute Public Type reference (TYPE) UI_FUNCTIONS Excluded Function Codes in ALV 20040130
8 GV_OPTIMIZE_ALV Instance attribute Public Type reference (TYPE) XFELD 'X' Optimize ALV Output? 20040130
9 GV_REFRESH_TOOLBAR Instance attribute Protected Type reference (TYPE) XFELD Is Toolbar Refresh Required? 20040130
10 GV_SAVE Instance attribute Public Type reference (TYPE) CHAR01 'A' Save Display Variant? 20040130
11 GV_STFFD Instance attribute Private Type reference (TYPE) XFELD Execute set_table_for_first_display Method? 20040130
Methods
# Method Level Visibility Method type Description Created on
1 ALV_CHANGE_PBO Instance method Public Method ALV Changes (Layout/Field Category) at PBO Event 20040131
2 BUILD_ALV_DATA Instance method Public Method Set Up ALV Data Table 20040130
3 CALL_STFFD Instance method Public Method Execute set_table_for_first_display? 20040130
4 CLOSE_GRID Static method Public Method Close ALV Grid Plus Container Plus Event Handler 20040130
5 DELETE_EDIT_FUNCTIONS Instance method Public Method Remove ALV Editing Functions 20050524
6 GET_ACTTYP Instance method Protected Method Check Activity Type 20040131
7 OPTIMIZE_ALV Instance method Public Method ALV Optimization 20040131
8 REFRESH_TOOLBAR Instance method Public Method Reformat Toolbar After Certain Changes 20040202
9 SET_FIELDCATALOG Instance method Public Method Update ALV Field Catalog 20040131
10 SET_HIDE_FUNCTIONS Instance method Public Method Determine ALV Exclude Functions 20040131
11 SET_INPUT_ON_OFF Instance method Public Method Change Output Characteristic of Grid 20040131
12 SET_LAYOUT Instance method Public Method Determine ALV Layout 20040131
13 SET_SORTFIELDS Instance method Public Method Determine ALV Sorting 20040131
14 SET_SPECIAL_GROUPS Instance method Public Method Determine Group Key 20040131
15 SET_STFFD Instance method Public Method Set Flag: Execute set_table_for_first_display 20040130
16 SET_TOOLBAR_REFRESH Instance method Public Method Set Flag -> ALV Toolbar Refresh Is Required 20040203
17 SET_VARIANT Instance method Public Method Set ALV Variant Data 20040131
Events
Class CL_ICL_ALV_GRID_XT_EH has no event.
Types
Class CL_ICL_ALV_GRID_XT_EH has no local type.
Method Signatures

Method ALV_CHANGE_PBO Signature

Method ALV_CHANGE_PBO on class CL_ICL_ALV_GRID_XT_EH has no parameter.
Method ALV_CHANGE_PBO on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method BUILD_ALV_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA1 Call by reference Object reference (TYPE REF TO) DATA Pointer auf beliebigen Datenbereich 20040130
2 Importing IR_DATA2 Call by reference Object reference (TYPE REF TO) DATA Pointer auf beliebigen Datenbereich 20040130
3 Importing IR_DATA3 Call by reference Object reference (TYPE REF TO) DATA Pointer auf beliebigen Datenbereich 20040130

Method BUILD_ALV_DATA on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method CALL_STFFD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ANSWER Value transfer Type reference (TYPE) XFELD Antwort 'X' = Ja 20040130

Method CALL_STFFD on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method CLOSE_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040130
2 Changing CO_CONTAINER Call by reference Type reference (TYPE) ANY GUI Container 20040130
3 Changing CO_EH Call by reference Type reference (TYPE) ANY Event Handler Referenz 20040130

Method CLOSE_GRID on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method DELETE_EDIT_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) CL_ALV_EVENT_TOOLBAR_SET Toolbarobjekt 20050524

Method DELETE_EDIT_FUNCTIONS on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method GET_ACTTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTTYP Value transfer Type reference (TYPE) BU_AKTYP Aktivitätstyp 20040131

Method GET_ACTTYP on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method OPTIMIZE_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ALV_DATA Call by reference Type reference (TYPE) TABLE ALV Daten 20040131
2 Importing IV_ICL_OPTIMIZE Call by reference Type reference (TYPE) XFELD 'X' 'X' = ICL_ALV_OPTIMIZE, ' ' = 'ALV_OPTIMIZE_OUTPUT 20040131

Method OPTIMIZE_ALV on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method REFRESH_TOOLBAR Signature

Method REFRESH_TOOLBAR on class CL_ICL_ALV_GRID_XT_EH has no parameter.
Method REFRESH_TOOLBAR on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20040131
2 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) CLIKE Strukturname für ALV Feldkatalog aufbau 20040131
3 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) CLIKE BDT View Name 20040131

Method SET_FIELDCATALOG on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_HIDE_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FUNC Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20040131

Method SET_HIDE_FUNCTIONS on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_INPUT_ON_OFF Signature

Method SET_INPUT_ON_OFF on class CL_ICL_ALV_GRID_XT_EH has no parameter.
Method SET_INPUT_ON_OFF on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20040131

Method SET_LAYOUT on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_SORTFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SORT Call by reference Type reference (TYPE) LVC_T_SORT ALV-Contol: Tabelle der Sortierkriterien 20040131

Method SET_SORTFIELDS on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_SPECIAL_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) CLIKE BDT Sicht 20040131

Method SET_SPECIAL_GROUPS on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_STFFD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STFFD Call by reference Type reference (TYPE) XFELD 'X' = set_table_for_first_display ausführen 20040130

Method SET_STFFD on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_TOOLBAR_REFRESH Signature

Method SET_TOOLBAR_REFRESH on class CL_ICL_ALV_GRID_XT_EH has no parameter.
Method SET_TOOLBAR_REFRESH on class CL_ICL_ALV_GRID_XT_EH has no exception.

Method SET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_VARIANT Call by reference Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20040131
2 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) CLIKE BDT Sicht 20040131

Method SET_VARIANT on class CL_ICL_ALV_GRID_XT_EH has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in 472