SAP ABAP Data Element ICL_TOTSUM (Total Amount of Repetitive Payment)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_CDC (Package) FS-CM: Data Capture
Basic Data
Data Element ICL_TOTSUM
Short Description Total Amount of Repetitive Payment  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ICL_ITAMT    
Data Type CURR   Currency field, stored as DEC 
Length 15    
Decimal Places 2    
Output Length 16    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium 15 Total Amount 
Long  
Heading  
Documentation

Definition

Absolute relationship between benefit amount and a calculation factor that influences the benefit amount (example from Care insurance: You can configure the system so that the amount of the benefit in kind is displayed in this field. This allows you to provide an explanation of the care benefit that is paid in the form of a repetitive payment).

Use

The three fields Total Amount, Share and Explanation must be seen in conjunction with one another.

By default, these fields are not filled automatically. They are intended for customer-specific use, to explain the results of the calculation of the individual benefits.

To display the fields in claims processing and to have them filled automatically, you should proceed as follows:

  1. Implement a function module

    To do so, use the interface IF_ICL_ITEM_EXT, method UPDATE_ITEM.

    Consider the following:

    • The absolute total amount (CS_ICLH6B-TOTAL_SUM) is stored in the field IS_ITEMLIST-ACV.
    • The percentage share (CS_ICLH6B-NON_CASH_PERCENT) is stored in the field IS_ITEMLIST-ACVPERCENT.
    • The explanation (CD_ICLH6B-NON_CASH_DESCR) is stored in the field IS_ITEMLIST-SCPOSID_EXT.
  2. In the Business Data Toolset (BDT) add this function module to view ICLH6D as an additional check.

Dependencies

Example

With periodic payments resulting from a P&C liability insurance or a life insurance, you can store the connection/reference to the calculation basis and the index version (like the cost of living index) here. With care insurance, here you can record the share of the benefits in kind when combined care benefits are awarded (as an absolute amount or as a percentage share). You are able to explain the amount paid out as a care benefit and/or refer to exclusion facts that reduce the benefit amount.

History
Last changed by/on SAP  20060313 
SAP Release Created in