Sapass

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



Index

EmployeeFamilyTH

EmployeeFamilyTH


The business object Family - TH refers to information supplied
by an employee to the employer about the employee's family and dependents.



Structure



Family - TH consists of information regarding the employee's spouse,
children and other relatives. The following details are available for all the family members :


  • Personal details

  • Employment details

  • Address details


  • 11-Dec-2005


    Methods

    Available Methods


    • Approve : Unlock Family Details - Thailand [ BAPI_FAMILYTH_APPROVE ]
    • Change : Family TH: Change record [ BAPI_FAMILYTH_CHANGE ]
    • Create : Family TH: Create record [ BAPI_FAMILYTH_CREATE ]
    • Createsuccessor : Family TH: Create subsequent family record [ BAPI_FAMILYTH_CREATESUCCESSOR ]
    • Delete : Delete Family Thailand [ BAPI_FAMILYTH_DELETE ]
    • Delimit : Delimit Family Thailand [ BAPI_FAMILYTH_DELIMIT ]
    • Getdetail : Family TH: Read Record [ BAPI_FAMILYTH_GETDETAIL ]
    • Getdetailedlist : Family TH: Read instances with data [ BAPI_FAMILYTH_GETDETAILEDLIST ]
    • Getlist : Read Instances Family Thailand [ BAPI_FAMILYTH_GETLIST ]
    • Request : Family TH: Create locked record [ BAPI_FAMILYTH_REQUEST ]
    • Simulatecreation : Family TH: Simulate record creation [ BAPI_FAMILYTH_SIMULATECREATION ]

    11-Dec-2005


    Approve

    Approve


    No document is available


    11-Dec-2005


    Change

    Change


    You can use this method to change family/related-person records for US employees (infotypes 0021/0106).

    Notes

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    The key fields used by the method are described in the parameter documentation.

    You can use this method only if you have called the ENQUEUEmethod of the business object EMPLOYEE beforehand. For more informationon the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    Create

    Create


    You can use this method to create family/related-person records for US employees (infotypes 0021/0106).

    Notes

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    The key fields used by the method are described in the parameter documentation.

    You can use this method only if you have called the ENQUEUEmethod of the business object EMPLOYEE beforehand. For more informationon the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    Createsuccessor

    Createsuccessor


    You can use this method to create family/related-person records for US employees (infotypes 0021/0106).

    Notes

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    The key fields used by the method are described in the parameter documentation.

    You can use this method only if you have called the ENQUEUEmethod of the business object EMPLOYEE beforehand. For more informationon the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    Delete

    Delete


    No document is available


    11-Dec-2005


    Delimit

    Delimit


    No document is available


    11-Dec-2005


    Getdetail

    Getdetail


    You can use this method to read family/related-person records for US employees (infotypes 0021/0106).

    Notes

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    The key fields used by the method are described in the parameter documentation.


    11-Dec-2005


    Getdetailedlist

    Getdetailedlist


    You can use this method to read family/related-person records for US employees (infotypes 0021/0106).

    Notes

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    The key fields used by the method are described in the parameter documentation.


    11-Dec-2005


    Getlist

    Getlist


    No document is available


    11-Dec-2005


    Request

    Request


    You can use this method to create locked family/related-person records for US employees (infotypes 0021/0106).

    It enables you to implement the "double verification principle" inconjunction with the APPROVE method. According to this principle, atleast two users must take part in writing an active record to the database. One user creates a locked record using the
    REQUEST
    method. The other user unlocks or 'activates' this record using the APPROVE method.

    Notes

    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    The key fields used by the method are described in the parameter documentation.

    You can use this method only if you have called the ENQUEUEmethod of the business object EMPLOYEE beforehand. For more informationon the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    For more information on the APPROVE method, read the documentation on the function module BAPI_FAMILY_APPROVE.


    11-Dec-2005


    Simulatecreation

    Simulatecreation


    You can use this method to simulate the creation of family/related-person records for US employees (infotypes 0021/0106).

    During the simulation all necessary consistency checks are performed, but the record is not written to the database.

    Notes


    Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.

    The key fields used by the method are described in the parameter documentation.


    11-Dec-2005