BAPI PAR EMPLOYEE CREATE PW RE
Function Module:
BAPI_PAR_EMPLOYEE_CREATE_PW_RE
Functionality
Using
this function module, you can create an entry for a contact person in
table BAPIUSW01. The entry is created for user type BUS1006001. Before
calling the function module, you need to check the contact person's
number. You can only call the function module if the contact person
number exists. After you have successfully carried out this function,
you can assign a password to the contact person by using Initialize
contact person's password
Pattern:
CALL FUNCTION 'BAPI_PAR_EMPLOYEE_CREATE_PW_RE'
EXPORTING
PARTNEREMPLOYEEID =
" IMPORTING
" RETURN =
.
Show Full Details