Sapass

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



Index

EmpBenefitSavingPlan

EmpBenefitSavingPlan


An employee's benefit savings plan contains information about a benefit
savings plan offered by an employer and taken up by an employee. An
employee's benefit savings plan has many employee's benefit saving plan items.


11-Dec-2005


Methods

Available Methods


  • GetBeneficiaries : Beneficiary for savings plan [ BAPI_BEN_BUS302903_GET_BEN ]
  • GetInvestments : Investments for savings plan [ BAPI_BEN_BUS302903_GET_INV ]
  • GetPossBeneficiaries : Possible beneficiaries for savings plans [ BAPI_BEN_BUS302903_GET_POS_BEN ]
  • GetPossInvestments : Possible investments for savings plan [ BAPI_BEN_BUS302903_GET_POS_INV ]

11-Dec-2005


GetBeneficiaries

GetBeneficiaries


This function module is used as the basis for the BAPI method EmpBenefitSavingPlan.GetBeneficiaries.

This method returns a list of the beneficiaries an employee hasincluded in benefit plan enrollments. It reads the employee's savings plan enrollments on a specified date, and returns the list of
beneficiaries.

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


GetInvestments

GetInvestments


This function module is used as the basis for the BAPI method EmpBenefitSavingPlan.GetInvestments.

This method returns a list of the investments an employee has selectedin benefit plan enrollments. It reads the employee's savings planenrollments on a specified date, and returns the list of investments.


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


GetPossBeneficiaries

GetPossBeneficiaries


This function module is used as the basis for the BAPI method EmpBenefitSavingPlan.GetPossBeneficiaries.

This method returns a list of the beneficiaries an employee may include in savings plan enrollments on a specified date.

The method uses the following algorithm:


  • it ensures that EmployeeBenefit.GetOffer has returned an offer thatincludes at least one savings plan which permits at least one beneficiary.
  • it then fetches the persons' and organizations' names stored for theemployee in HR master data, and lists them as possible beneficiaries.

  • 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


    GetPossInvestments

    GetPossInvestments


    This function module is used as the basis for the BAPI method EmpBenefitSavingPlan.GetPossInvestments.

    This method returns a list of the investments an employee may select in savings plan enrollments on a specified date.

    The method uses the following algorithm:


  • it ensures that EmployeeBenefit.GetOffer has returned an offer thatincludes at least one savings plan which permits an investment selection.
  • it then fetches a list of possible investments for those plans.
  • Notes

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


    11-Dec-2005