Sapass

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



Index

EmpBenefitInsurePlan

EmpBenefitInsurePlan


An employee benefit insurance plan contains information about an
insurance plan selected by an employee and offered by an employer. Many
employee insurance plan beneficiaries can exist in one employee benefit insurance plan.


11-Dec-2005


Methods

Available Methods


  • GetBeneficiaries : Beneficiary for insurance [ BAPI_BEN_BUS302902_GET_BEN ]
  • GetPossBeneficiaries : Possible beneficiaries for insurance [ BAPI_BEN_BUS302902_GET_POS_BEN ]

11-Dec-2005


GetBeneficiaries

GetBeneficiaries


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

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


GetPossBeneficiaries

GetPossBeneficiaries


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

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