Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> UserExit>HRWAOSQ1



Index

HRWAOSQ1

Function Exits for Status Quo Report
In the Status Quo Report and Employee Review, the periods and wage types to be used are taken into account when determining the annual salary and bonus .

The SAP standard procedure takes the five most recent calendar years (including the current year) as periods. No specific wage types are defined for the annual salary and bonus. Thus, determination of the annual salary includes all of the wage types that are assigned to a person in the infotypes Basic Pay (0008), Recurring Payments and Deductions (0014), and Additional Payments (0015). No bonus is calculated.

Customers can modify the SAP standard procedure using a function exit.

To use this function exit, proceed as follows:

  • Create an enhancement project and assign the enhancement HRWAOSQ1 described here to your project.
  • The only component of HRWAOSQ1 is the function exit EXIT_SAPLHRWAO_STATUSQUO_001. Modify this function exit to suit your requirements.
  • Activate the enhancement project.

  • Function/Program:
    • EXIT_SAPLHRWAO_STATUSQUO_001: Function exit for module HRWAO_SQ_GET_WAGETYPES

02-Oct-2005