Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>EmployeeBenAdjReason



Index

EmployeeBenAdjReason

EmployeeBenAdjReason


An employee benefits adjustment reason contains information on a
benefits adjustment reason that is relevant for the employee and that he/she is allowed to receive an new benefits offer.


11-Dec-2005


Methods

Available Methods


  • CalculateEndDate : Determination of the (new) end date of an existing adjustment reason [ BAPI_BEN_BENADJREAS_CALC_ENDDA ]
  • Delimit : Delimit adjustment reason (time-based) [ BAPI_BEN_BENADJREAS_DELIMIT ]
  • GetList : Define adjustment reasons that are currently valid for an employee [ BAPI_BEN_BENADJREAS_GET_LIST ]

11-Dec-2005


CalculateEndDate

CalculateEndDate


This function module is used as the basis for the BAPI method EmployeeBenAdjReason.CalculateEndDate .

This method calculates a new end date for benefits adjustment processing.

You can set up benefits adjustment reasons to allow changes byemployees over a certain period of time following the occurrence of the reason.


In addition, you can also specify the time remaining for employees tochange their benefits selections after the first change due to the reason in question.

If you specify the time remaining after first selection, you can usethis method to calculate a new end date for the adjustment processing
period. Note that the new end date cannot be after the end date of the adjustment reason BEFORE the first selection.

Notes

Messages are returned in the RETURN parameter. You will find the returncodes and their definitions in the documentation for this parameter.


11-Dec-2005


Delimit

Delimit


This function module is used as the basis for the BAPI method EmployeeBenAdjReason.Delimit .

This method delimits a Benefits Adjustment Reason (Infotype 0378) record.

The delimit date is calculated by the BAPI method EmployeeBenAdjReason.CalculateEndDate .


Notes

Messages are returned in the RETURN parameter. You will find the returncodes and their definitions in the documentation for this parameter.


11-Dec-2005


GetList

GetList


This function module is used as the basis for the BAPI method EmployeeBenAdjReason.GetList.

This method delivers a list of all active benefit adjustment reasonsfor an employee on the date specified. Active benefit adjustmentreasons allow an employee to make changes to her benefits elections, which are otherwise not usually allowed.


Notes

Messages are returned in the RETURN parameter. You will find the returncodes and their definitions in the documentation for this parameter.

Further Information


11-Dec-2005