Fonction SAP BAPI_ADDRESSEMPES_CHANGE - Change employee address

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CITY BAPIP0006-ORT01 C 40 X Location
COMMNUMBER1 BAPIP0006LES-COMMNUMBER1 C 20 X Communication number 1
COMMNUMBER2 BAPIP0006LES-COMMNUMBER2 C 20 X Communication number 2
COMMNUMBER3 BAPIP0006LES-COMMNUMBER3 C 20 X Communication number 3
COMMNUMBER4 BAPIP0006LES-COMMNUMBER4 C 20 X Communication number 4
COMMTYPE1 BAPIP0006LES-COMMTYPE1 C 4 X Communication type 1
COMMTYPE2 BAPIP0006LES-COMMTYPE2 C 4 X Communication type 2
COMMTYPE3 BAPIP0006LES-COMMTYPE3 C 4 X Communication type 3
COMMTYPE4 BAPIP0006LES-COMMTYPE4 C 4 X Communication type 4
CONAME BAPIP0006-NAME2 C 40 X C/O Name
COUNTRY BAPIP0006-LAND1 C 3 X Country key
DISTRICT BAPIP0006-ORT02 C 40 X District
EMPLOYEENUMBER BAPIP0006-PERNR N 8 Personnel number
HOUSE_NO BAPIP0006LES-HOUSE_NO C 10 X
LOCKINDICATOR BAPIP0006-SPRPS C 1 Lock indicator for HR master record
NOCOMMIT BAPI_STAND-NO_COMMIT C 1 X Communication number 6
OBJECTID BAPIP0006-OBJPS C 2 Object identification
POSTA BAPIP0006LES-POSTA C 10 X
POSTALCODECITY BAPIP0006-PSTLZ C 10 X Postal code
RECORDNUMBER BAPIP0006-SEQNR N 3 Number of infotype record
SCNDADDRESSLINE BAPIP0006-LOCAT C 40 X Address complement
STATE BAPIP0006-STATE C 3 X Region
STREET BAPIP0006-STRAS C 60 X House number and street
STREETABV BAPIP0006LES-STREETABV C 2 X
SUBTYPE BAPIP0006-SUBTY C 4 Subtype
TELEPHONENUMBER BAPIP0006-TELNR C 14 X Telephone number
VALIDITYBEGIN BAPIP0006-BEGDA D 8 Valid from date
VALIDITYEND BAPIP0006-ENDDA D 8 Valid to date

Paramètre Reférence Type Long. Description
RETURN BAPIRETURN1 u 470 Structure for return parameter

Functionality
With this method, you can modify the infotype´s data recordAddresses (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 businessobject EMPLOYEE is called before hand. Information regarding themethod ENQUEUE, can be found in the function module documentationBAPI_EMPLOYEE_ENQUEUE.