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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ALL_LINES' | 20060627 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ONE_LINE_PER_CLAIM' | 20060627 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ONE_LINE_PER_SUBCL' | 20060627 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'P_ACT' | Parameters From Selection Screen Claim Search | 20050104 | |
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_CLAIMANT_LINE | 20050104 | |||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_DESCR_LINE | 20060627 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_POLH_LINE | 20050104 | |||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_CLAIMANT_TAB | Claimant Table | 20050104 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ICL_CLAIM_T | Claim Number | 20050104 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_DESCR_TAB | 20060627 | |||
11 | ![]() |
Instance attribute | Protected | See coding | 20060627 | ||||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_POLH_TAB | Policyholder Table | 20050104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Provide Claimant | 20050104 |
2 | ![]() |
Instance method | Protected | Method | Get Claim Numbers From Results List | 20050104 |
3 | ![]() |
Instance method | Protected | Method | Provide Description of BP | 20060627 |
4 | ![]() |
Instance method | Protected | Method | Provide Policyholder | 20050104 |
5 | ![]() |
Instance method | Protected | Method | Load Claimant Data | 20050104 |
6 | ![]() |
Instance method | Protected | Method | Load Descriptions for BP | 20060627 |
7 | ![]() |
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 | ![]() |
EV_CLAIMANT | Value transfer | Type reference (TYPE) | BU_PARTNER | Anspruchsteller | 20050104 | ||
2 | ![]() |
EV_CLAIMANT_NAME | Value transfer | Type reference (TYPE) | ICL_POLHNAME | Kurzbeschreibung des Anspruchstellers | 20050104 | ||
3 | ![]() |
IV_CLAIM | Call by reference | Type reference (TYPE) | ICL_CLAIM | Nummer des Schaden-/Leistungsfalls | 20050104 | ||
4 | ![]() |
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 | ![]() |
IV_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20060627 | ||
2 | ![]() |
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 | ![]() |
EV_POLH | Value transfer | Type reference (TYPE) | ICL_POLH | Versicherungsnehmer | 20050104 | ||
2 | ![]() |
EV_POLHNAME | Value transfer | Type reference (TYPE) | ICL_POLHNAME | Kurzbeschreibung des Versicherungsnehmers | 20050104 | ||
3 | ![]() |
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 |