Sapass

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



Index

EmpBenefitMiscelPlan

EmpBenefitMiscelPlan


An employee's benefits miscellaneous plan contains information on a
benefits miscellaneous plan offered by the employer and selected by the
employee. An employee's benefit miscellaneous plan has several employee benefits miscellaneous items.


11-Dec-2005


Methods

Available Methods


  • GetBeneficiaries : Beneficiary for miscellaneous plans [ BAPI_BEN_BUS302906_GET_BEN ]
  • GetDependents : Dependents [ BAPI_BEN_BUS302906_GET_DEP ]
  • GetInvestments : Investments for miscellaneous plans [ BAPI_BEN_BUS302906_GET_INV ]
  • GetPossBeneficiaries : Possible beneficiaries for misc. plans [ BAPI_BEN_BUS302906_GET_POS_BEN ]
  • GetPossDependents : Possible dependents for miscellaneous plans [ BAPI_BEN_BUS302906_GET_POS_DEP ]
  • GetPossInvestments : Possible investments for miscellaneous plans [ BAPI_BEN_BUS302906_GET_POS_INV ]

11-Dec-2005


GetBeneficiaries

GetBeneficiaries


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

This method returns a list of the beneficiaries an employee has included in benefit plan enrollments. It reads the employee'smiscellaneous 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


GetDependents

GetDependents


This function module is used as the basis for the BAPI method EmpBenefitMiscelPlan.GetDependents.

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


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 EmpBenefitMiscelPlan.GetInvestments.

This method returns a list of the investments an employee has selectedin benefit plan enrollments. It reads the employee's miscellaneous 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 EmpBenefitMiscelPlan.GetPossBeneficiaries.

This method returns a list of the beneficiaries an employee may include in miscellaneous 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 miscellaneous 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


    GetPossDependents

    GetPossDependents


    This function module is used as the basis for the BAPI method EmpBenefitMiscelPlan.GetPossDependents.

    This method returns a list of the dependents an employee may include in miscellaneous 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 miscellaneous plan which permits at least one dependent.
  • it then fetches the family/related person records (infotype 0021)stored under the employee's personnel number in HR master data, and lists all possible dependents' names.

  • 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 EmpBenefitMiscelPlan.GetPossInvestments.

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

    The method uses the following algorithm:


  • it ensures that EmployeeBenefits.GetOffer has returned an offer thatincludes at least one miscellaneous 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