SAP ABAP Data Element P01_JAEG_VJ1TXT (Data from Previous Year to Check HI Remuneration Limit)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PA-PA-DE (Application Component) Germany
     PB01 (Package) HR Master Data: Germany
Basic Data
Data Element P01_JAEG_VJ1TXT
Short Description Data from Previous Year to Check HI Remuneration Limit  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TEXT30    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 10 Prev. Year 
Medium 17 Prev. Year's Data 
Long 20 Previous Year's Data 
Heading 53 Data from Previous Year to Check Max. HI Remuneration 
Documentation

Definition

Procedure to determine annual income in the previous year (calculated from the key date of the infotype).

Use

This indicator determines how report RPLSVED2 (check annual income limit for health insurance) handles the previous year.

You have the following options:

  • Automatic determination

    The annual income is determined from the available payroll results. If infotype 908 records are available whose key date lies in this year, then the remuneration from these infotype records is added.

  • Exceeding the income limit

    You assume that the annual income limit for this year will be exceeded. Any existing payroll results from the year with infotype 0908 records with remuneration are not taken into account.

  • Falling short of the income limit

    You assume that you will fall short of the annual income limit for this year. Any existing payroll results from the year with infotype 0908 records with remuneration are not taken into account.

Dependencies

The Data for Previous Years indicator is always evaluated for the newest infotype 0908 record only.

Infotype 0908 records whose key date lies after the evaluation month of report RPLSVED2 are ignored.

Example

An infotype 0908 records with the following data is defined for key date March 1, 2007:

  • Previous remuneration = EUR 350
  • Year 2006: - Exceeded income limit
  • Year 2005: - Exceeded income limit
  • Year 2004: - Exceeded income limit

The employee rejoins the company in July 2007. As a result, a second infotype 0908 record is created with key date July 1, 2007 and the following data:

  • Previous remuneration = EUR 5200
  • Year 2006: - Automatic determination
  • Year 2005: - Exceeded income limit
  • Year 2004: - Exceeded income limit

The infotype record from March 1, 2007 remains unchanged.

Report RPLSVED2 is started for evaluation month 01/2008.

Result:

The Data for Previous Years indicator from the first infotype record (key date March 1, 2007) is ignored because a newer infotype record (key date July 1, 2007) exists. However, the Previous Remuneration of both infotype records is taken into account for 2007.

The annual remuneration is calculated in report RPLSVED2 in a retroactive analysis as follows:

  • Retroactive analysis for 2007

    Annual remuneration is calculated from the payroll results from 2007, since there is no infotype 0908 record that overrides this determination. The Previous Remuneration EUR 350 + EUR 5200 from the two infotype 0908 records are added to this.

  • Retroactive analysis for 2006

    The annual remuneration is calculated from the payroll results, because Automatic Determination was selected in the newest infotype 0908 record. Since there are no infotype 0908 records with a key date in 2006, no remuneration is added.

  • Retroactive analysis for 2005

    The report assumes that the annual income limit was exceeded in 2005 because Exceeded Income Limit was selected in the newest infotype0908 record.

The indicator for 2004 is not evaluated because the year lies outside of the possible period for retroactive analysis.

History
Last changed by/on SAP  20071120 
SAP Release Created in 600