SAP ABAP Class CL_ICLH_GRID_BASE (Basis Class for ALV Grid Controls)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_HEALTH (Package) FS-CM: Health Line of Insurance
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_NCI Basis Class for ALV Grid Controls 20020910
2 Inheritance (c INHERITING FROM c_ref)  CL_ICL_PAYMENT_PROP_UI Basis Class for ALV Grid Controls 20050405
3 Inheritance (c INHERITING FROM c_ref)  CL_ICL_INVOICE_POS_UI Grid for Priv.Health Insurance Invoice Items 20050228
4 Inheritance (c INHERITING FROM c_ref)  CL_ICL_GRID_BENCOV Accident: Selection of Benefit Types/Coverages 20050310
5 Inheritance (c INHERITING FROM c_ref)  CL_ICL_GRID_ACC_PAYSUGGEST ALV Grid for Accident Expenses 20040630
6 Inheritance (c INHERITING FROM c_ref)  CL_ICL_GRID_ACC_BASE Accident: Basis Class for ALV Grid Controls 20050614
7 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_TRAVEL ALV Grid for Benefit Decision Items (Travel Costs) 20040112
8 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_REM ALV Grids for Remedies 20050824
9 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_REIMBURSE ALV Grid Payment Items 20040203
10 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_AUX2 ALV Grids for Medical Devices 20020827
... Click here to see Used By full list (17 items)
Properties
Class CL_ICLH_GRID_BASE  
Short Description Basis Class for ALV Grid Controls    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_HEALTH   FS-CM: Health Line of Insurance 
Created 20020802   SAP 
Last change 20050705   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ISCM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ICLH_GRID_BASE has no interface implemented.
Friends
Class CL_ICLH_GRID_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_DUMMY_OKCODE Constant Private Type reference (TYPE) SYUCOMM '%DUMMY_PBO' Dummy OK Code to Trigger PAI/PBO 20041115
2 MC_FC_ITEM_CHECK Constant Protected Type reference (TYPE) UI_FUNC 'ITEM_CHECK' Function Code 20041112
3 MC_FC_NEW_LINE Instance attribute Protected Type reference (TYPE) UI_FUNC 'NEWLINE' UI_FUNC 20050824
4 MO_GRID Instance attribute Public Object reference (TYPE REF TO) CL_ICL_ALV_GRID ALV Grid 20020802
5 MO_GRID_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20020802
6 MO_TBM Instance attribute Protected Object reference (TYPE REF TO) CL_ALV_GRID_TOOLBAR_MANAGER ALV Grid Toolbar Administration 20031009
7 MR_ITEM Instance attribute Protected Object reference (TYPE REF TO) DATA Data Table for Grid Control 20020805
8 MR_ITEM_PBO Instance attribute Private Object reference (TYPE REF TO) DATA Dataset at Event PBO 20020805
9 MR_PATTERN_INIT_LINE Instance attribute Protected Object reference (TYPE REF TO) DATA Pattern of an Initial Line 20050603
10 MS_PROCURE Instance attribute Public Type reference (TYPE) ICL_PROCURE Procurement 20020802
11 MS_SUBCL Instance attribute Public Type reference (TYPE) ICL_ICLSUBCL ICL: Subclaim Information: Fields on Screen 20020802
12 MT_FCAT Instance attribute Protected Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20040408
13 MV_ACT_LINES Instance attribute Protected Type reference (TYPE) I Number of Actually Visible Initial Lines 20050824
14 MV_BP_SUBOBJCAT Instance attribute Protected Type reference (TYPE) ICL_SUBOBJCAT Claim Subobject Category 20031125
15 MV_INITIAL_LINES Instance attribute Protected Type reference (TYPE) I Number of Visible Lines in Grid 20020802
16 MV_INSOBJ Instance attribute Protected Type reference (TYPE) ICL_INSOBJ Insured Object Number 20050510
17 MV_ITEMCAT Instance attribute Protected Type reference (TYPE) ICL_ITEMCAT Claim Item Category 20030903
18 MV_ITEMCAT_NORMAL Instance attribute Protected Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20040707
19 MV_PAI_OK Instance attribute Public Type reference (TYPE) BOOLE_D 'X' Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20021107
20 MV_PDOCCAT Instance attribute Public Type reference (TYPE) ICL_PDOCCAT Claim Item Grouping Category 20020805
21 MV_PROCUREMENT Instance attribute Public Type reference (TYPE) ICL_PROCUREMENT ID of Claim Item Grouping 20020802
22 MV_REFRESH Instance attribute Protected Type reference (TYPE) XFELD Trigger Refresh with data_change_finished? 20040608
23 MV_RETURN Instance attribute Private Type reference (TYPE) FLAG ISCM_X Data_Changed Triggered by Pressing Return 20050523
24 MV_STFFD Instance attribute Protected Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20040408
25 MV_STRUCTURE_NAME Instance attribute Protected Type reference (TYPE) DD02L-TABNAME Table Name 20030903
26 MV_SUBCL Instance attribute Public Type reference (TYPE) ICL_SUBCL ID of Subclaim 20020802
27 MV_XAPPL_EVENTS Instance attribute Protected Type reference (TYPE) BOOLE_D Data Element for BOOLE Domain: TRUE (='X') und FALSE (=' ') 20041112
Methods
# Method Level Visibility Method type Description Created on
1 ACTIONS_AFTER_CHANGES Instance method Protected Method Actions After Items Have Been Added or Changed 20050527
2 ADD_INITIAL_LINE Instance method Protected Method Add Empty Line to Item Table 20050824
3 ADD_INITIAL_LINES Instance method Protected Method Addition of Empty Lines for Setting Up Grid 20050602
4 ALV_RFTD Instance method Protected Method Calls REFRESH_TABL_DISPLAY and Sets Selected Lines 20050322
5 ALV_STFFD Instance method Protected Method Calls Up SET_TABLE_FOR_FIRST_DISPLAY 20040408
6 BENTREE_GET Instance method Protected Method Get Benefit Type Tree for Claim Item Groupings 20020904
7 BP_CHANGE Instance method Protected Method Change Business Partner 20031117
8 CHECK_DATA Instance method Protected Method Check Mandatory Fields 20030731
9 CHECK_OBLIGATORY_DATA Instance method Protected Method Check Mandatory Fields 20021107
10 COUNT_ROWS Instance method Protected Method Count Empty Lines 20050824
11 CREATE_GRID Instance method Public Method Constructor 20020806
12 DELETE Instance method Protected Method Delete 20020802
13 F4_BENTYPES Instance method Public Method F4 Input Help for Benefit Types 20030625
14 F4_BPARTNER Instance method Protected Method F4 Help for Claim Participant 20031112
15 F4_COVERAGE Instance method Protected Method F4 Input Help for Coverages 20050302
16 F4_COVTYPES Instance method Protected Method F4 Input Help for Coverage Types 20050302
17 F4_REJREASON Instance method Protected Method F4 Help for Reject Reasons 20050520
18 F4_SERVCAT Instance method Protected Method F4 Help for Service Catalog Positions 20031027
19 FIELDCAT_UPDATE Instance method Protected Method Update Field Catalog 20030904
20 FREE Instance method Public Method Release Grid and Container 20021016
21 GET_FCAT Instance method Private Method Get Field Catalog 20020806
22 GET_INSOBJ Instance method Protected Method Determination of Insured Object 20050510
23 GET_LAYOUT Instance method Protected Method Get Layout 20030110
24 GET_PERMITTED_BENTYPES Instance method Protected Method Determination of Permitted Benefit Types 20050824
25 GET_REF_OF_DATA Instance method Public Method Get Reference to Data 20030814
26 GET_VARIANT Instance method Public Method Determines the Variant of the ALV Grid 20040928
27 HANDLE_AFTER_USER_COMMAND Instance method Protected Event handling method Event Handler 20040806
28 HANDLE_DATA_CHANGED Instance method Protected Event handling method Event handler 20030903
29 HANDLE_DATA_CHANGE_FINISHED Instance method Protected Event handling method Event handler 20030903
30 HANDLE_DOUBLE_CLICK Instance method Protected Event handling method Event handler 20030903
31 HANDLE_F4_HELP Instance method Protected Event handling method Event handler 20030903
32 HANDLE_TOOLBAR Instance method Protected Event handling method Event handler 20020807
33 HANDLE_USER_COMMAND Instance method Protected Event handling method Event handler 20021107
34 INSERT Instance method Protected Method Insert 20020802
35 ITEM_CHANGE Instance method Protected Method Change Items 20030213
36 MAP_GRID2MEM Instance method Protected Method Mapping of Grid to Memory 20020805
37 MAP_MEM2GRID Instance method Protected Method Mapping of Memory to Grid 20020805
38 PAI Instance method Public Method PAI 20020802
39 PBO Instance method Public Method PBO 20020802
40 PBO_GET_DATA Instance method Protected Method Select Claim Items to Be Displayed 20021111
41 POSNR_DEF_UNIT_GET Instance method Public Method Default Unit for Benefit Type 20020808
42 SET_BENTYPE Instance method Protected Method Sets Benefit Type 20030905
43 SET_BPARTNER Instance method Protected Method Get Business Partner 20031111
44 SET_BPROLE Instance method Protected Method Get Business Partner Role 20031111
45 SET_CELL_VALUES Instance method Protected Method Set Grid Values 20030903
46 SET_COVERAGE Instance method Protected Method Sets Coverage 20050302
47 SET_COVTYPE Instance method Protected Method Sets Coverage Type 20031107
48 SET_F4_HELP Instance method Protected Method Which Fields Have F4 Help 20030903
49 SET_INPUT_STATUS Instance method Public Method Set Ready for Input 20020802
50 SET_REF_TO_DATA Instance method Public Method Set Reference to Data 20020807
51 SET_SERVCAT_VALUES Instance method Protected Method Set Catalog Item 20031029
52 SET_STYLE_CELLTAB Instance method Protected Method Set Line Mode (CT) 20040211
53 SET_UNIT Instance method Protected Method Sets Default Unit 20030905
54 UPDATE Instance method Protected Method Change 20020802
Events
Class CL_ICLH_GRID_BASE has no event.
Types
Class CL_ICLH_GRID_BASE has no local type.
Method Signatures

Method ACTIONS_AFTER_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XINSERT Value transfer Type reference (TYPE) BOOLE_D SPACE 'X' - es wurden Items hinzugefügt 20050527
2 Importing IV_XUPDATE Value transfer Type reference (TYPE) BOOLE_D SPACE 'X' - es wurden Items geändert 20050527

Method ACTIONS_AFTER_CHANGES on class CL_ICLH_GRID_BASE has no exception.

Method ADD_INITIAL_LINE Signature

Method ADD_INITIAL_LINE on class CL_ICLH_GRID_BASE has no parameter.
Method ADD_INITIAL_LINE on class CL_ICLH_GRID_BASE has no exception.

Method ADD_INITIAL_LINES Signature

Method ADD_INITIAL_LINES on class CL_ICLH_GRID_BASE has no parameter.
Method ADD_INITIAL_LINES on class CL_ICLH_GRID_BASE has no exception.

Method ALV_RFTD Signature

Method ALV_RFTD on class CL_ICLH_GRID_BASE has no parameter.
Method ALV_RFTD on class CL_ICLH_GRID_BASE has no exception.

Method ALV_STFFD Signature

Method ALV_STFFD on class CL_ICLH_GRID_BASE has no parameter.
Method ALV_STFFD on class CL_ICLH_GRID_BASE has no exception.

Method BENTREE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TICL161 Call by reference Type reference (TYPE) TICL161 Version des Leistungsartbaums 20020904
# Exception Resumable Description Created on
1 BENTREE_ERROR 20020904

Method BP_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20031117
2 Importing IV_DELETE_OLD_BP Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031118
3 Importing IV_ITEM Call by reference Type reference (TYPE) ICL_SCLITEM Anspruchsposten 20031117

Method BP_CHANGE on class CL_ICLH_GRID_BASE has no exception.

Method CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030731
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL 20030731
3 Importing IV_UCOMM Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20050915

Method CHECK_DATA on class CL_ICLH_GRID_BASE has no exception.

Method CHECK_OBLIGATORY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ITEM Call by reference Object reference (TYPE REF TO) DATA Ref to Items 20021107

Method CHECK_OBLIGATORY_DATA on class CL_ICLH_GRID_BASE has no exception.

Method COUNT_ROWS Signature

Method COUNT_ROWS on class CL_ICLH_GRID_BASE has no parameter.
Method COUNT_ROWS on class CL_ICLH_GRID_BASE has no exception.

Method CREATE_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20020806
2 Importing IV_CONTAINER_NAME Call by reference Type reference (TYPE) C Containername 20020806
3 Importing IV_INITIAL_LINES Call by reference Type reference (TYPE) I 3 Anzahl Leerzeilen im Grid 20020806
4 Importing IV_ITEMCAT Call by reference Type reference (TYPE) ICL_ITEMCAT Anspruchspostentyp 20030903
5 Importing IV_PDOCCAT Value transfer Type reference (TYPE) ICL_PDOCCAT Anspruchspostengruppierungstyp 20020806
6 Importing IV_STRUC_NAME Value transfer Type reference (TYPE) DD02L-TABNAME Strukturname 20020806
7 Importing IV_TOOLBAR_EXCLUDE Value transfer Type reference (TYPE) CLIKE Tabelle mit den ausgeschlossenen Buttons 20050617
8 Importing IV_XAPPL_EVENTS Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030903

Method CREATE_GRID on class CL_ICLH_GRID_BASE has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM Call by reference Type reference (TYPE) ICL_SCLITEM Anspruchsposten 20020802

Method DELETE on class CL_ICLH_GRID_BASE has no exception.

Method F4_BENTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BENTYPE Call by reference Type reference (TYPE) ICL_BENTYPE Leistungsart 20030625
2 Exporting EV_BENTYPEN Call by reference Type reference (TYPE) ICL_BENTYPEN Bezeichnung der Leistungsart 20050520
3 Exporting EV_COVERAGE Call by reference Type reference (TYPE) ICL_POLM Deckung 20050302
4 Exporting EV_COVERAGEN Call by reference Type reference (TYPE) ICL_COVERAGEN_D Bezeichnung der Deckung 20050520
5 Exporting EV_COVTYPE Call by reference Type reference (TYPE) ICL_COVTYPE Deckungsart 20030625
6 Exporting EV_COVTYPEN Call by reference Type reference (TYPE) ICL_COVTYPEN Bezeichnung der Deckungsart 20050520
7 Importing IV_DISPLAY Call by reference Type reference (TYPE) CHAR01 Display-Flag 20030625
8 Importing IV_XWITHDIALOG Call by reference Type reference (TYPE) CHAR01 'X' Dialog anzeigen 20030812

Method F4_BENTYPES on class CL_ICLH_GRID_BASE has no exception.

Method F4_BPARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BPARTNER Call by reference Type reference (TYPE) ICL_PART Fallbeteiligter 20031112
2 Exporting EV_DESCRIP Call by reference Type reference (TYPE) ICL_DESCRIP_NAME Beteiligter am Schaden-/Leistungsfall: Name 20031112
3 Exporting EV_ROLE Call by reference Type reference (TYPE) ICL_ROLE Schlüssel der Beteiligtenrolle 20031113
4 Exporting EV_ROLEN Call by reference Type reference (TYPE) ICL_ROLEN Langbezeichnung der Beteiligtenrolle 20031113
5 Importing IV_ROLE Value transfer Type reference (TYPE) ICL_ROLE SPACE Schlüssel der Beteiligtenrolle 20031112

Method F4_BPARTNER on class CL_ICLH_GRID_BASE has no exception.

Method F4_COVERAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COVERAGE Call by reference Type reference (TYPE) ICL_POLM Deckung 20050302
2 Exporting EV_COVTYPE Call by reference Type reference (TYPE) ICL_COVTYPE Deckungsart 20050302
3 Importing IV_DISPLAY Call by reference Type reference (TYPE) CHAR01 Display-Flag 20050302
4 Importing IV_XWITHDIALOG Call by reference Type reference (TYPE) CHAR01 'X' Dialog anzeigen 20050302

Method F4_COVERAGE on class CL_ICLH_GRID_BASE has no exception.

Method F4_COVTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COVTYPE Call by reference Type reference (TYPE) ICL_COVTYPE Deckungsart 20050302
2 Importing IV_DISPLAY Call by reference Type reference (TYPE) CHAR01 Display-Flag 20050302
3 Importing IV_XWITHDIALOG Call by reference Type reference (TYPE) CHAR01 'X' Dialog anzeigen 20050302

Method F4_COVTYPES on class CL_ICLH_GRID_BASE has no exception.

Method F4_REJREASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REJREASON Call by reference Type reference (TYPE) ICL_REJREASON Anspruchspostenablehnungsgrund 20050520
2 Exporting EV_REJREASONN Call by reference Type reference (TYPE) ICL_REJREASONN Bezeichnung Ablehnungsgrund 20050520

Method F4_REJREASON on class CL_ICLH_GRID_BASE has no exception.

Method F4_SERVCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SCPOSID_EXT Call by reference Type reference (TYPE) ICL_SERVCAT_POSID FS-CM: ID einer Leistungs-/Gebührenkatalogposition 20031029
2 Exporting EV_SCPOSID_INT Call by reference Type reference (TYPE) ICL_SERVCAT_POSID_INT ID SERVCAT Position 20031027
3 Exporting EV_SERVCATID Call by reference Type reference (TYPE) ICL_SERVCATID FS-CM: Identifikation eines Leistungs-/Gebührenkatalogs 20031029
4 Importing IV_DISPONLY Call by reference Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20080328
5 Importing IV_SERVCATID Value transfer Type reference (TYPE) ICL_SERVCATID SPACE FS-CM: Identifikation eines Leistungs-/Gebührenkatalogs 20031103

Method F4_SERVCAT on class CL_ICLH_GRID_BASE has no exception.

Method FIELDCAT_UPDATE Signature

Method FIELDCAT_UPDATE on class CL_ICLH_GRID_BASE has no parameter.
Method FIELDCAT_UPDATE on class CL_ICLH_GRID_BASE has no exception.

Method FREE Signature

Method FREE on class CL_ICLH_GRID_BASE has no parameter.
Method FREE on class CL_ICLH_GRID_BASE has no exception.

Method GET_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20020806
2 Importing IV_STRUC_NAME Call by reference Type reference (TYPE) DD02L-TABNAME Tabellenname 20020806

Method GET_FCAT on class CL_ICLH_GRID_BASE has no exception.

Method GET_INSOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INSURED_OBJECT Value transfer Type reference (TYPE) ICL_INSOBJ Nummer des versicherten Objektes 20050510

Method GET_INSOBJ on class CL_ICLH_GRID_BASE has no exception.

Method GET_LAYOUT Signature

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

Method GET_LAYOUT on class CL_ICLH_GRID_BASE has no exception.

Method GET_PERMITTED_BENTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_POLM Value transfer Type reference (TYPE) ICL_POLM_EXT Erweiterte ICLPOLM (Deckung im Vertragsspiegel) 20050824
2 Importing IT_POLM Call by reference Type reference (TYPE) ICL_POLM_T Tabelle icl_polm_ext 20050824

Method GET_PERMITTED_BENTYPES on class CL_ICLH_GRID_BASE has no exception.

Method GET_REF_OF_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ITEM Call by reference Object reference (TYPE REF TO) DATA 20030814
2 Exporting ER_ITEM_PBO Call by reference Object reference (TYPE REF TO) DATA 20030814

Method GET_REF_OF_DATA on class CL_ICLH_GRID_BASE has no exception.

Method GET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VARIANT Call by reference Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20040928

Method GET_VARIANT on class CL_ICLH_GRID_BASE has no exception.

Method HANDLE_AFTER_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) 20040806

Method HANDLE_AFTER_USER_COMMAND on class CL_ICLH_GRID_BASE has no exception.

Method HANDLE_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Call by reference Attribute reference (LIKE) 20030903
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20030903
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20030903
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20030903
5 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20030903

Method HANDLE_DATA_CHANGED on class CL_ICLH_GRID_BASE has no exception.

Method HANDLE_DATA_CHANGE_FINISHED Signature

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

Method HANDLE_DATA_CHANGE_FINISHED on class CL_ICLH_GRID_BASE has no exception.

Method HANDLE_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) 20030903
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20030903
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20030903

Method HANDLE_DOUBLE_CLICK on class CL_ICLH_GRID_BASE has no exception.

Method HANDLE_F4_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20030903
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20030903
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20030903
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20030903
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20030903
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20030903

Method HANDLE_F4_HELP on class CL_ICLH_GRID_BASE has no exception.

Method HANDLE_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) 20020807
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20020807

Method HANDLE_TOOLBAR on class CL_ICLH_GRID_BASE has no exception.

Method HANDLE_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) 20040806

Method HANDLE_USER_COMMAND on class CL_ICLH_GRID_BASE has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ITEM Call by reference Type reference (TYPE) ICL_SCLITEM a 20020802
2 Importing IS_ITEM Call by reference Type reference (TYPE) ANY a 20020802

Method INSERT on class CL_ICLH_GRID_BASE has no exception.

Method ITEM_CHANGE Signature

Method ITEM_CHANGE on class CL_ICLH_GRID_BASE has no parameter.
Method ITEM_CHANGE on class CL_ICLH_GRID_BASE has no exception.

Method MAP_GRID2MEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ITEM Call by reference Type reference (TYPE) ICL_ITEMLIST ICL: GUI-Struktur für Claimed item list (Dynpro 301) 20020808
2 Importing IS_DATA Call by reference Type reference (TYPE) ANY Daten 20020805
3 Importing IS_ITEM_OLD Call by reference Type reference (TYPE) ICL_ITEMLIST ICL: GUI-Struktur für Claimed item list (Dynpro 301) 20020808

Method MAP_GRID2MEM on class CL_ICLH_GRID_BASE has no exception.

Method MAP_MEM2GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY a 20020805
2 Importing IS_ITEMLIST Call by reference Type reference (TYPE) ICL_ITEMLIST ICL: GUI-Struktur für Claimed item list (Dynpro 301) 20020805

Method MAP_MEM2GRID on class CL_ICLH_GRID_BASE has no exception.

Method PAI Signature

Method PAI on class CL_ICLH_GRID_BASE has no parameter.
Method PAI on class CL_ICLH_GRID_BASE has no exception.

Method PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROC Call by reference Type reference (TYPE) ICL_PROCUREMENT ID einer Anspruchspostengruppierung 20020807
2 Importing IV_SUBCL Call by reference Type reference (TYPE) ICL_SUBCL Teilschaden 20020807

Method PBO on class CL_ICLH_GRID_BASE has no exception.

Method PBO_GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEMLIST Call by reference Type reference (TYPE) ICL_ITEMLIST_TAB Anspruchsposten 20021111
2 Importing IV_PROC Call by reference Type reference (TYPE) ICL_PROCUREMENT ID eines Beschaffungsdokuments 20021111
3 Importing IV_SUBCL Call by reference Type reference (TYPE) ICL_SUBCL Teilschaden 20021111

Method PBO_GET_DATA on class CL_ICLH_GRID_BASE has no exception.

Method POSNR_DEF_UNIT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_UNIT Call by reference Type reference (TYPE) TICL056-LIMUNIT Maßeinheit des Limits 20020808
2 Importing IV_BENTYPE Call by reference Type reference (TYPE) ICL_BENTYPE Leistungsart 20020808

Method POSNR_DEF_UNIT_GET on class CL_ICLH_GRID_BASE has no exception.

Method SET_BENTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030905
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20030905
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20030905

Method SET_BENTYPE on class CL_ICLH_GRID_BASE has no exception.

Method SET_BPARTNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031111
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20031111
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20031111

Method SET_BPARTNER on class CL_ICLH_GRID_BASE has no exception.

Method SET_BPROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031111
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20031111
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20031111

Method SET_BPROLE on class CL_ICLH_GRID_BASE has no exception.

Method SET_CELL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030903
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20030903
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20030903
4 Importing IS_ONF4 Call by reference Type reference (TYPE) CHAR01 X => Ausgelöst von einer F4-Hilfe 20061116

Method SET_CELL_VALUES on class CL_ICLH_GRID_BASE has no exception.

Method SET_COVERAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050302
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20050302
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20050302

Method SET_COVERAGE on class CL_ICLH_GRID_BASE has no exception.

Method SET_COVTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031107
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20031107
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20031107

Method SET_COVTYPE on class CL_ICLH_GRID_BASE has no exception.

Method SET_F4_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_F4 Call by reference Type reference (TYPE) LVC_T_F4 ALV-Control: Tabelle für F4-Behandlung registrierte Felder 20030903

Method SET_F4_HELP on class CL_ICLH_GRID_BASE has no exception.

Method SET_INPUT_STATUS Signature

Method SET_INPUT_STATUS on class CL_ICLH_GRID_BASE has no parameter.
Method SET_INPUT_STATUS on class CL_ICLH_GRID_BASE has no exception.

Method SET_REF_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ITEM Call by reference Type reference (TYPE) REF TO DATA a 20020807
2 Importing IR_ITEM_PBO Call by reference Type reference (TYPE) REF TO DATA a 20020807

Method SET_REF_TO_DATA on class CL_ICLH_GRID_BASE has no exception.

Method SET_SERVCAT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031029
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20031029
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20031029
4 Importing IV_SCPOSID_INT_CHANGED Call by reference Type reference (TYPE) CHAR01 Kennzeichen, dass sich das Feld scposid_int geändert hat 20061116

Method SET_SERVCAT_VALUES on class CL_ICLH_GRID_BASE has no exception.

Method SET_STYLE_CELLTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CELLTAB Call by reference Type reference (TYPE) LVC_T_STYL ALV-Control: Styletabelle für Zellen 20040211

Method SET_STYLE_CELLTAB on class CL_ICLH_GRID_BASE has no exception.

Method SET_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_XERROR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030905
2 Importing IR_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20030905
3 Importing IS_GOOD Call by reference Type reference (TYPE) LVC_S_MODI ALV Control: Geänderte Zellen für Anwendung 20030905

Method SET_UNIT on class CL_ICLH_GRID_BASE has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ITEM Call by reference Type reference (TYPE) ANY a 20020802

Method UPDATE on class CL_ICLH_GRID_BASE has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_NCI Basis Class for ALV Grid Controls 20020910
2 Inheritance (c INHERITING FROM c_ref)  CL_ICL_PAYMENT_PROP_UI Basis Class for ALV Grid Controls 20050405
3 Inheritance (c INHERITING FROM c_ref)  CL_ICL_INVOICE_POS_UI Grid for Priv.Health Insurance Invoice Items 20050228
4 Inheritance (c INHERITING FROM c_ref)  CL_ICL_GRID_BENCOV Accident: Selection of Benefit Types/Coverages 20050310
5 Inheritance (c INHERITING FROM c_ref)  CL_ICL_GRID_ACC_PAYSUGGEST ALV Grid for Accident Expenses 20040630
6 Inheritance (c INHERITING FROM c_ref)  CL_ICL_GRID_ACC_BASE Accident: Basis Class for ALV Grid Controls 20050614
7 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_TRAVEL ALV Grid for Benefit Decision Items (Travel Costs) 20040112
8 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_REM ALV Grids for Remedies 20050824
9 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_REIMBURSE ALV Grid Payment Items 20040203
10 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_AUX2 ALV Grids for Medical Devices 20020827
11 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_HOSPITAL_ETL ALV Grids for Internal Transfers (Hospital) 20030827
12 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_HOSPITAL_APP ALV Grids for Cost Coverage (Hospital) 20030820
13 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_GP ALV Grids for General Process 20030623
14 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_EXCLUSIONS ALV Grids for Interruptions 20031104
15 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_DHC ALV Grids for Home Health Care 20020807
16 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_DENTAL ALV Grids for Fee Items 20031028
17 Inheritance (c INHERITING FROM c_ref)  CL_ICLH_GRID_DAILY_BENEFIT ALV Grids for Benefit Periods (Per Diem Benefits) 20031007
History
Last changed by/on SAP  20050705 
SAP Release Created in