Sapass

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



Index

EmployeeW4W5InfoUS

EmployeeW4W5InfoUS


The business object W-4/W-5 withholding information is data
supplied by an employee to the employer for tax withholding purposes.


The employer uses this information to determine how much of the employee's salary should be withheld for income tax.


Structure


W-4/W-5 withholding information consists of several pieces of data, including:


  • Tax authority

  • Filing status

  • Number of allowances

  • Amounts to be withheld

  • Tax exemption status


  • 11-Dec-2005


    Methods

    Available Methods


    • Approve : Approve [ BAPI_W4W5INFOUS_APPROVE ]
    • Change : Change [ BAPI_W4W5INFOUS_CHANGE ]
    • Create : Create [ BAPI_W4W5INFOUS_CREATE ]
    • Delete : Delete [ BAPI_W4W5INFOUS_DELETE ]
    • Delimit : Delimit [ BAPI_W4W5INFOUS_DELIMIT ]
    • GetDetail : GetDetail [ BAPI_W4W5INFOUS_GETDETAIL ]
    • GetDetailedList : GetDetailedList [ BAPI_W4W5INFOUSGETDETAILEDLIST ]
    • GetList : GetList [ BAPI_W4W5INFOUS_GETLIST ]
    • Request : Request [ BAPI_W4W5INFOUS_REQUEST ]
    • SimulateCreation : [ BAPIW4W5INFOUSSIMULATECREATION ]

    11-Dec-2005


    Approve

    Approve


    You can use this method to unlock a W4/W5 record (infotype 0210).

    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 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 ENQUEUE method of the business object EMPLOYEE beforehand.

    Further Information

    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_FAMILY_REQUEST.


    11-Dec-2005


    Change

    Change


    You can use this method to change W4/W5 records for US employees (infotype 0210).

    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 ENQUEUE method of the business object EMPLOYEE beforehand.

    Further Information

    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 W4/W5 records for US employees (infotype 0210).

    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 ENQUEUE method of the business object EMPLOYEE beforehand.

    Further Information

    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 W4/W5 records for US employees (infotype 0210).

    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 ENQUEUE method ofthe business object EMPLOYEE beforehand. For more information on the ENQUEUE method, read the documentation on the function moduleBAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    Delimit

    Delimit


    You can use this method to delete W4/W5 records for US employees (infotype 0210).

    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 ENQUEUE method ofthe business object EMPLOYEE beforehand. For more information on the ENQUEUE method, read the documentation on the function moduleBAPI_EMPLOYEE_ENQUEUE.


    11-Dec-2005


    GetDetail

    GetDetail


    You can use this method to read W4/W5 records for US employees (infotype 0210).

    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 W4/W5 records for US employees (infotype 0210).

    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


    You can use this method to read the keys (instances) of W4/W5 records(infotype 0210) that are within the specified time interval.

    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


    Request

    Request


    You can use this method to create locked W4/W5 records for US employees (infotype 0210).

    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 ENQUEUE method of the business object EMPLOYEE beforehand.

    Further Information

    For more information on 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 W4/W5 records for US employees (infotype 0210).

    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 parameter
    documentation shows the return codes and their meanings.

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


    11-Dec-2005