SAP ABAP Class CL_ICL_SEARCH_ALV_MANAGER (ALV Grid Output for Claim Search (ICLEXPERT))
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_CDC (Package) FS-CM: Data Capture
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IGN_SEARCH_ALV_MANAGER ALV Grid Manager (Template Class) 20040918
Properties
Class CL_ICL_SEARCH_ALV_MANAGER  
Short Description ALV Grid Output for Claim Search (ICLEXPERT)    
Super Class CL_IGN_SEARCH_ALV_MANAGER ALV Grid Manager (Template Class) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_CDC   FS-CM: Data Capture 
Created 20040918   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ICL_SEARCH_ALV_MANAGER has no forward declaration.
Interfaces
Class CL_ICL_SEARCH_ALV_MANAGER has no interface implemented.
Friends
Class CL_ICL_SEARCH_ALV_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ET_CLAIMS Constant Public Type reference (TYPE) STRING 'ET_CLAIMS' Parameters From Dialog Module ICL_CLAIM_SEARCH 20041112
2 GC_ET_SUBCLAIMS Constant Public Type reference (TYPE) STRING 'ET_SUBCLAIMS' Parameters From Dialog Module ICL_CLAIM_SEARCH 20041112
3 GC_P_EXT Constant Public Type reference (TYPE) STRING 'P_EXT' Parameters From Dialog Module ICL_CLAIM_SEARCH 20041116
4 GO_EVT Instance attribute Private Object reference (TYPE REF TO) LCL_EVT Local Event Handler 20041109
5 GV_CLAIM Instance attribute Protected Type reference (TYPE) ICL_CLAIM Number of Claim (One Claim Selected) 20050103
6 GV_CLAIM_BUNDLE Instance attribute Protected Type reference (TYPE) XFELD Search Called From Claim Bundle? 20041112
7 GV_ONE_LINE_PER_CLAIM Instance attribute Protected Type reference (TYPE) ICL_ONE_LN_PER_CLAIM_DE Claim Search Result List - One Line per Claim 20060627
8 GV_ONE_LINE_PER_SUBCL Instance attribute Protected Type reference (TYPE) ICL_ONE_LN_PER_SUBCL_DE Result List of Claim Search - One Line per Claim/Subclaim 20060627
9 GV_SHOW_ACTIVITIES Instance attribute Protected Type reference (TYPE) XFELD Display Column for Activities? 20050104
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041012
2 GET_SELECTED_CLAIMS Instance method Protected Method Provide Selected Claims in ALV 20041112
3 GET_SELECTED_SUBCLAIMS Instance method Protected Method Provide Selected Subclaims in ALV 20041112
4 LEAVE_ALV Instance method Protected Method Exit ALV 20041112
5 PROCESS_CLAIM Instance method Protected Method Display/Change Claim 20041110
6 PROXY_ALLOC Instance method Protected Method Allocate Proxy 20041110
Events
# Event Type Visibility Description Created on
1 CLAIMS_SELECTED Static Event
(1)
Public
(2)
Claims Selected for Bundle Assignment 20050104
2 SUBCLAIMS_SELECTED Static Event
(1)
Public
(2)
Subclaims Selected for Bundle Assignment 20050104
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CLAIMANT_LINE Protected See coding 20041116 BEGIN OF ty_claimant_line, claim TYPE icl_claim, subclaim TYPE iclsubcl-subclaim, partner TYPE bu_partner, descr TYPE bu_descrip, END OF ty_claimant_line
2 TY_CLAIMANT_TAB Protected See coding 20041116 ty_claimant_tab TYPE SORTED TABLE OF ty_claimant_line WITH NON-UNIQUE KEY claim subclaim
3 TY_POLH_LINE Protected See coding 20041116 BEGIN OF ty_polh_line, claim TYPE icl_claim, partner TYPE bu_partner, descr TYPE bu_descrip, END OF ty_polh_line
4 TY_POLH_TAB Protected See coding 20041116 ty_polh_tab TYPE SORTED TABLE OF ty_polh_line WITH NON-UNIQUE KEY claim
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTAINER_NAME Value transfer Type reference (TYPE) CLIKE Name des Custom Containers 20041012
2 Importing IV_GRID_ID Value transfer Type reference (TYPE) ALV_GRID_ID ID eines ALV Grids 20041012
3 Importing IV_SEARCH_REF Value transfer Object reference (TYPE REF TO) IF_IGN_SEARCH Referenz auf Suchobjekt 20041012

Method CONSTRUCTOR on class CL_ICL_SEARCH_ALV_MANAGER has no exception.

Method GET_SELECTED_CLAIMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CLAIMS Value transfer Type reference (TYPE) ICL_CLAIM_T Fälle 20041112

Method GET_SELECTED_CLAIMS on class CL_ICL_SEARCH_ALV_MANAGER has no exception.

Method GET_SELECTED_SUBCLAIMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SUBCLAIMS Value transfer Type reference (TYPE) ICL_CLSRCH1_TAB Fälle 20041112

Method GET_SELECTED_SUBCLAIMS on class CL_ICL_SEARCH_ALV_MANAGER has no exception.

Method LEAVE_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBCLAIM Call by reference Type reference (TYPE) XFELD Teilfälle = 'X' oder Fälle = ' ' 20041112

Method LEAVE_ALV on class CL_ICL_SEARCH_ALV_MANAGER has no exception.

Method PROCESS_CLAIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTTYP Call by reference Type reference (TYPE) BU_AKTYP Aktivitätstyp 20041110
2 Importing IV_NAVIGATE Value transfer Type reference (TYPE) ICL_ACTNAV Navigationsziel 20041110
3 Importing IV_SELECTED_ROW Call by reference Type reference (TYPE) SIMPLE Selektierte Tabellenzeile 20041110

Method PROCESS_CLAIM on class CL_ICL_SEARCH_ALV_MANAGER has no exception.

Method PROXY_ALLOC Signature

Method PROXY_ALLOC on class CL_ICL_SEARCH_ALV_MANAGER has no parameter.
Method PROXY_ALLOC on class CL_ICL_SEARCH_ALV_MANAGER has no exception.
Event Signatures

Event CLAIMS_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ET_CLAIM Exporting Value transfer Type reference (TYPE) ICL_CLAIM_T Schadennummer 20050105

Event SUBCLAIMS_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ET_SUBCLAIM Exporting Value transfer Type reference (TYPE) ICL_CLSRCH1_TAB Fall und Teilfall 20050105
History
Last changed by/on SAP  20050224 
SAP Release Created in 473