Sapass

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



Index

EmployeePrivateAdrUS

EmployeePrivateAdrUS


The business object Employee address - US is information
supplied by an employee to the employer about the employee's personal addresses.


Structure


Employee address - US consists of several pieces of information, including the type of address (permanent residence, temporary
residence, emergency address, etc.) and address itself.


11-Dec-2005


Methods

Available Methods


  • Approve : Unlock Employee Address [ BAPI_ADDRESSEMP_APPROVE ]
  • Change : Change Employee Address [ BAPI_ADDRESSEMPUS_CHANGE ]
  • Create : Create [ BAPI_ADDRESSEMPUS_CREATE ]
  • CreateSuccessor : Create subsequent employee address record [ BAPI_ADDREMPUS_CREATESUCCESSOR ]
  • Delete : Delete Employee Address [ BAPI_ADDRESSEMP_DELETE ]
  • Delimit : Delimit Employee Address Validity Period [ BAPI_ADDRESSEMP_DELIMIT ]
  • Getdetail : Read employee address [ BAPI_ADDRESSEMPUS_GETDETAIL ]
  • Getdetailedlist : Read instances with data [ BAPI_ADDREMPUS_GETDETAILEDLIST ]
  • Getlist : Read Instances [ BAPI_ADDRESSEMP_GETLIST ]
  • Request : Create locked employee address record [ BAPI_ADDRESSEMPUS_REQUEST ]
  • Simulatecreation : Simulation: Create employee address [ BAPIADDREMPUS_SIMULATECREATION ]

11-Dec-2005


Approve

Approve


You can use this method to unlock an Addresses record (0006).

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


11-Dec-2005


Change

Change


You can use this method to change records of the Addresses infotype (Infotype 0006).

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. 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 records for the Addresses infotype (Infotype 0006).

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.

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


CreateSuccessor

CreateSuccessor


You can use this method to create a successor record for the Addresses infotype (Infotype 0006).

Example:

The address "A Street, City A" is maintained for an employee in the Addresses infotype (Infotype 0006) with a validity period of 01.01.1990 - 31.12.9999.


The employee moves on 01.01.1997. The new address is: "B Street, City B".

You can use the CREATESUCCESSOR method to create a successor recordwith the new address. This successor record is filled with data from the previos record; only the field Street and house no.
has to be overwritten with the new information.

The previous record is delimited on 31.12.1996.

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.

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 an Addresses record (0006).

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 chronologically delimit a data record for the Adresses infotype (0006).

Notes

Messages are returned in the RETURN parameter. The return codes and their meanings can be found in this parameter documentation.

The key fields used by the methods are described under the parameters.

This method can only be used if the ENQUEUE method of the EMPLOYEE business object has been called up first. You can find more information about the ENQUEUE method in the documentation of the
BAPI_EMPLOYEE_ENQUEUE function module.


11-Dec-2005


Getdetail

Getdetail


You can use this method to read an Addresses record (0006).

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 Addressesinfotype (Infotype 0006) 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


Getlist

Getlist


You can use this method to read the keys (instances) of Addresses records (0006) which are within the specified time interval.

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


Request

Request


You can use this method to created locked records of the Addresses infotype (Infotype 0006).

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 Return parameter. 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. 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_ADDRESSEMP_APPROVE.


11-Dec-2005


Simulatecreation

Simulatecreation


No document is available


11-Dec-2005