SAP ABAP Data Element P01C_KGPRZ (Profit Sharing)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PA-PF-DE (Application Component) Company Pension Scheme Germany
     P01A (Package) HR Germany: Retirement Pension Plan
Basic Data
Data Element P01C_KGPRZ
Short Description Profit Sharing  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type P01C_KONST    
Data Type CHAR   Character String 
Length 5    
Decimal Places 0    
Output Length 5    
Value Table T5DC1    
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 10 % Profit 
Medium 15 Percent Profit 
Long 20 Profit Sharing 
Heading ProSh 
Documentation

Definition

The percentage rate of the dividend is the basis for determining the yearly dividend in the yearly module procedure.

Use

If you want your yearly module procedure to calculate dividends, maintain the percentage constant for the yearly percentage dividend here.

The total yearly module is then calculated as the total of the basic module and dividend.

If your pension scheme uses a different calculation method to the one described below, you can use a customer module to process the individual calculation steps. Be sure to note the age factor of the respective module procedure.

Dependencies

The dividend is calculated as follows in the standard module procedure: total yearly modules from previous years * percentage constant for dividend for the current year.

The yearly module is the sum of the basic module and the dividend.

Yearly variations of the dividend are taken into account in the yearly module procedure. If the dividend percentage changes during the year, the constant value at the end of the year is used for the valuation. Therefore, the dividend for the year is not valuated proportionally.

Example

Calendar year    Contribution    Annuitization factor    Basic module    Profit sharing percentage    Dividend    Yearly module

2000    4648    0.0209    8.10    5.0%    0.00    8.10

2001    4648    0.0209    8.10    3.2%    0.26    8.36

2002    4648    0.0209    8.10    3.5%    0.58    8.68

The basic module is calculated as the respective annuitization factor * yearly contribution, divided by 12, as a monthly pension is involved.

History
Last changed by/on SAP  20011218 
SAP Release Created in 470