Sapass

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



Index

EmployeePersonalID

EmployeePersonalID


The business object EMPPERSID - Personal ID Info is information
supplied by an employee to the employer about the employee's personal identifications data like Passport, Driving license, etc.


Structure


  • Personal ID consists of several information including the type
    of personal-id (passport, driving license, etc.) and personal id data like Identification No., Issuing date, expiry date, etc.

  • Personal Identification Number

  • Personal Idenfitication Issuing Authority

  • Personal Idenfitication Issuing Date

  • Personal Idenfitication Expiry Date, etc.

  • 11-Dec-2005


    Methods

    Available Methods


    • Approve : Unlock Personal-ID details [ BAPI_EMPPERSID_APPROVE ]
    • Change : Change Personal-ID [ BAPI_EMPPERSID_CHANGE ]
    • Create : Create Personal-ID [ BAPI_EMPPERSID_CREATE ]
    • Delete : Delete Personal-ID [ BAPI_EMPPERSID_DELETE ]
    • Delimit : Delimit Personal-ID [ BAPI_EMPPERSID_DELIMIT ]
    • GetDetail : Read Personal-ID [ BAPI_EMPPERSID_GETDETAIL ]
    • GetDetailedList : Read instances with data Personal-ID [ BAPI_EMPPERSID_GETDETAILEDLIST ]

    11-Dec-2005


    Approve

    Approve


    You can use this method to unlock a Personal-ID record (0185).

    It enables you to implement the "double verification principle" inconjunction with the REQUEST 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 transferred to the RETURN parameter. The relevantparameter documentation contains the return values 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 ENQUEUE method of the business object EMPLOYEE beforehand. For more information on the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    For more information on the REQUEST method, read the documentation on the function module BAPI_EMPPERSID_REQUEST.


    11-Dec-2005


    Change

    Change


    You can use this method to change a Personal-ID record (0185).

    Notes

    Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values 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 ENQUEUE method of the business object EMPLOYEE beforehand. For more information on 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 a Personal-ID record (0185).

    Notes

    Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values 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 ENQUEUE method of the business object EMPLOYEE beforehand. For more information on the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    Delete

    Delete


    You can use this method to delete a Personal-ID record (0185).

    Notes

    Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values 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 ENQUEUE method of the business object EMPLOYEE beforehand. For more information on the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    Delimit

    Delimit


    You can use this method to Delimit a Personal-ID record (0185).

    Notes

    Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values 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 ENQUEUE method of the business object EMPLOYEE beforehand. For more information on the ENQUEUE method, read the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    GetDetail

    GetDetail


    You can use this method to read a Personal-ID record (0185).

    Notes

    Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values 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 records of the Personal-IDinfotype (Infotype 0185) that exist within the specified time interval.

    Notes

    Messages are returned in the Return parameter 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