SAP ABAP Data Element ICL_NCPER (Percentage)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     ICL_CDC (Package) FS-CM: Data Capture
Basic Data
Data Element ICL_NCPER
Short Description Percentage  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ICL_NC_PERCENT    
Data Type DEC   Counter or amount field with comma and sign 
Length 8    
Decimal Places 2    
Output Length 6    
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 Percent Share 
Long  
Heading  
Documentation

Definition

Percentage relationship between benefit amount and a calculation factor that influences the benefit amount.

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  20080505 
SAP Release Created in