SAP ABAP Class CL_ICL_SEARCH_BDT_XT (Search Processor 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_BDT_EXT Search Processor for BDT Search - Enhancements f.EXPERT TCDs 20050426
Properties
Class CL_ICL_SEARCH_BDT_XT  
Short Description Search Processor for Claim Search (ICLEXPERT)    
Super Class CL_IGN_SEARCH_BDT_EXT Search Processor for BDT Search - Enhancements f.EXPERT TCDs 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICL_CDC   FS-CM: Data Capture 
Created 20050104   SAP 
Last change 20060920   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ISCM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ICL_SEARCH_BDT_XT has no interface implemented.
Friends
Class CL_ICL_SEARCH_BDT_XT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ALL_LINES Constant Public Type reference (TYPE) STRING 'ALL_LINES' 20060627
2 GC_ONE_LINE_PER_CLAIM Constant Public Type reference (TYPE) STRING 'ONE_LINE_PER_CLAIM' 20060627
3 GC_ONE_LINE_PER_SUBCL Constant Public Type reference (TYPE) STRING 'ONE_LINE_PER_SUBCL' 20060627
4 GC_P_ACT Constant Public Type reference (TYPE) STRING 'P_ACT' Parameters From Selection Screen Claim Search 20050104
5 GS_CLAIMANT Instance attribute Protected Type reference (TYPE) TY_CLAIMANT_LINE 20050104
6 GS_DESCR Instance attribute Protected Type reference (TYPE) TY_DESCR_LINE 20060627
7 GS_POLH Instance attribute Protected Type reference (TYPE) TY_POLH_LINE 20050104
8 GT_CLAIMANT Instance attribute Protected Type reference (TYPE) TY_CLAIMANT_TAB Claimant Table 20050104
9 GT_CLAIMS Instance attribute Protected Type reference (TYPE) ICL_CLAIM_T Claim Number 20050104
10 GT_DESCR Instance attribute Protected Type reference (TYPE) TY_DESCR_TAB 20060627
11 GT_PARTNER Instance attribute Protected See coding 20060627
12 GT_POLH Instance attribute Protected Type reference (TYPE) TY_POLH_TAB Policyholder Table 20050104
Methods
# Method Level Visibility Method type Description Created on
1 GET_CLAIMANT Instance method Protected Method Provide Claimant 20050104
2 GET_CLAIM_NUMBERS Instance method Protected Method Get Claim Numbers From Results List 20050104
3 GET_PARTNER_DESCRIPTION Instance method Protected Method Provide Description of BP 20060627
4 GET_POLICY_HOLDER Instance method Protected Method Provide Policyholder 20050104
5 LOAD_CLAIMANT Instance method Protected Method Load Claimant Data 20050104
6 LOAD_PARTNER_DESCRIPTIONS Instance method Protected Method Load Descriptions for BP 20060627
7 LOAD_POLICY_HOLDER Instance method Protected Method Load Policyholder Data 20050104
Events
Class CL_ICL_SEARCH_BDT_XT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CLAIMANT_LINE Protected See coding 20050104 BEGIN OF ty_claimant_line, partner TYPE bu_partner, claim TYPE icl_claim, subclaim TYPE iclsubcl-subclaim, END OF ty_claimant_line
2 TY_CLAIMANT_TAB Protected See coding 20050104 ty_claimant_tab TYPE SORTED TABLE OF ty_claimant_line WITH NON-UNIQUE KEY claim subclaim
3 TY_DESCR_LINE Protected See coding 20060627 BEGIN OF ty_descr_line, partner TYPE bu_partner, descr TYPE bu_descrip, END OF ty_descr_line
4 TY_DESCR_TAB Protected See coding 20060627 ty_descr_tab TYPE HASHED TABLE OF ty_descr_line WITH UNIQUE KEY partner
5 TY_POLH_LINE Protected See coding 20050104 BEGIN OF ty_polh_line, partner TYPE bu_partner, claim TYPE icl_claim, END OF ty_polh_line
6 TY_POLH_TAB Protected See coding 20050104 ty_polh_tab TYPE SORTED TABLE OF ty_polh_line WITH NON-UNIQUE KEY claim
Method Signatures

Method GET_CLAIMANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLAIMANT Value transfer Type reference (TYPE) BU_PARTNER Anspruchsteller 20050104
2 Exporting EV_CLAIMANT_NAME Value transfer Type reference (TYPE) ICL_POLHNAME Kurzbeschreibung des Anspruchstellers 20050104
3 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050104
4 Importing IV_SUBCLAIM Call by reference Type reference (TYPE) ICL_SUBCL Teilfall 20050104

Method GET_CLAIMANT on class CL_ICL_SEARCH_BDT_XT has no exception.

Method GET_CLAIM_NUMBERS Signature

Method GET_CLAIM_NUMBERS on class CL_ICL_SEARCH_BDT_XT has no parameter.
Method GET_CLAIM_NUMBERS on class CL_ICL_SEARCH_BDT_XT has no exception.

Method GET_PARTNER_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20060627
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) BU_DESCRIP Kurzbeschreibung eines Geschäftspartners 20060627

Method GET_PARTNER_DESCRIPTION on class CL_ICL_SEARCH_BDT_XT has no exception.

Method GET_POLICY_HOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_POLH Value transfer Type reference (TYPE) ICL_POLH Versicherungsnehmer 20050104
2 Exporting EV_POLHNAME Value transfer Type reference (TYPE) ICL_POLHNAME Kurzbeschreibung des Versicherungsnehmers 20050104
3 Importing IV_CLAIM Call by reference Type reference (TYPE) ICL_CLAIM Nummer des Schaden-/Leistungsfalls 20050104

Method GET_POLICY_HOLDER on class CL_ICL_SEARCH_BDT_XT has no exception.

Method LOAD_CLAIMANT Signature

Method LOAD_CLAIMANT on class CL_ICL_SEARCH_BDT_XT has no parameter.
Method LOAD_CLAIMANT on class CL_ICL_SEARCH_BDT_XT has no exception.

Method LOAD_PARTNER_DESCRIPTIONS Signature

Method LOAD_PARTNER_DESCRIPTIONS on class CL_ICL_SEARCH_BDT_XT has no parameter.
Method LOAD_PARTNER_DESCRIPTIONS on class CL_ICL_SEARCH_BDT_XT has no exception.

Method LOAD_POLICY_HOLDER Signature

Method LOAD_POLICY_HOLDER on class CL_ICL_SEARCH_BDT_XT has no parameter.
Method LOAD_POLICY_HOLDER on class CL_ICL_SEARCH_BDT_XT has no exception.
History
Last changed by/on SAP  20060920 
SAP Release Created in 600