Sapass

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



Index

EmployeePrivAdrE

EmployeePrivAdrE


No description is available


11-Dec-2005


Methods

Available Methods


  • Approve : Unlock Employee Address [ BAPI_ADDRESSEMP_APPROVE ]
  • Change : Change employee address [ BAPI_ADDRESSEMPES_CHANGE ]
  • Create : Create employee address [ BAPI_ADDRESSEMPES_CREATE ]
  • Createsuccessor : Create subsequent employee address record [ BAPI_ADDREMPES_CREATESUCCESSOR ]
  • Delete : Delete Employee Address [ BAPI_ADDRESSEMP_DELETE ]
  • Delimit : Delimit Employee Address Validity Period [ BAPI_ADDRESSEMP_DELIMIT ]
  • Getdetail : Read employee address [ BAPI_ADDRESSEMPES_GETDETAIL ]
  • Getdetailedlist : Read instances with data [ BAPI_ADDREMPES_GETDETAILEDLIST ]
  • Getlist : Read Instances [ BAPI_ADDRESSEMP_GETLIST ]
  • Request : Create locked employee address record [ BAPI_ADDRESSEMPES_REQUEST ]
  • Simulatecreation : Simulation: Create employee address [ BAPIADDREMPES_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


With this method, you can modify the infotypeエs data record Addresses (0006).

Notes

Notifications will be assigned in parametre RETURN. In the parametredocumentation, you can find the return value and its description.

The key fields used by th method are described in the parametre.


This method can only be used if the method ENQUEUE of the business object EMPLOYEE is called before hand. Information regarding the method ENQUEUE,can be found in the function module documentation BAPI_EMPLOYEE_ENQUEUE.


11-Dec-2005


Create

Create


With this method, you can create a record date for the infotype Addresses (0006).

Notes

Notifications will be assigned in parametre RETURN. In the parametredocumentation, you can find the return value and its meaning.

The key fields, used by the method, are described in parametre.


This method can only be used if the ENQUEUE business object method EMPLOYEE is called. For further information regarding the ENQUEUE method, go to the function module documentation BAPI_EMPLOYEE_ENQUEUE.


11-Dec-2005


Createsuccessor

Createsuccessor


With this method, you can create a new record for the infotype Addresses (0006).

Beispiel:

An employee has been updated in infotype Addresses (0006) in thefollowing address : A Street, A city, during the validity period from 1 January 1990 - 31 December 1999.


The employer moved out on 1 January 1997. The new address : B Street, B city.

With the method CREATESUCCESSOR, you can create a new record with thenew address. This new record is filled in with the old record and only the fields House number and Street
are filled in with the new information.

The old information will be delimited from 31 December 1996.

Notes

Notifications will be assigned in parametre RETURN. In the parametredocumentation, you can find the return value and its descriptions.


The key fields used by the method are described in parametre.

This method can only be used if the business object ENQUEUE method EMPLOYEE is called. Further information on the ENQUEUE method can be found in the function module documentation.


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


With this method, you can read the infotype data record Addresses (0006).

Notes

Notifications will be assigned in parametre RETURN. In the parametredocumentation, you can find the return value and its description.

The key fields, used by the method are described in parametre.



11-Dec-2005


Getdetailedlist

Getdetailedlist


With this method, you can read the infotype data record Addresses(0006) located within the indicated time interval.

Notes

Notifications will be assigned in parametre RETURN. In the parametredocumentation, you will find the return value and its descriptions.


The key fields, used by the method, are described in the documentation for parametre ADDRESS.


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


With this method, you can create for the infotype Addresses a locked data record.

Together with the APPROVE method, the dual control is carried out.Following this dual control, there are at least two users introducingactive record data in the data bank. One of the users creates with the
method REQUEST a locked record infotype. The other user activates the record data with the APPROVE method.

Notes

Notifications will be assigned in parametre RETURN. In the parametredocumentation, you will find the return value and its descriptions.


The key fields used by this method are described in parametre.

This method can only be used if the ENQUEUE business object method EMPLOYEE is called. Further information regarding the ENQUEUE method can be found in the function module documentation.
BAPI_EMPLOYEE_ENQUEUE
.

Further information on the APPROVE method can be found in the function module documentation. BAPI_ADDRESSEMP_APPROVE.


11-Dec-2005


Simulatecreation

Simulatecreation


You can simulate the creation of data record for the infotype Addresses (0006) with this method.

Here, takes place all the necessary consistency checks, the data record however, will not be described in the data bank.

Notes


Notifications will be assigned in parametre RETURN. In the parametre'sdocumentation, you will find the return values and its meainings.

The key fields used by the method are described in parametre.


11-Dec-2005