‎2007 Aug 17 8:27 AM
hi all,
can anybody tell me about functionmodule name in which user enter
user id and out put shows the personal no.
thanks .
‎2007 Aug 17 8:30 AM
you can directly use SELECt.
SELECT pernr into w_pernr FROM PA0105 where USRID = p_usrid
and subty = '0001'
and begda <= sy-datum
and endda >= sy-datum.
Regards,
Amit
Reward all helpful replies.
‎2007 Aug 17 8:34 AM
Also, here is the FM -
HR_GET_EMPLOYEES_FROM_USER
CRIF_GET_EMPLOYEE_FOR_USER
Regards,
Amit
Reward all helpful replies.
‎2007 Aug 17 9:31 AM
Hi,
Use the below function modules.
HRWPC_AP_GET_EMPLOYEE_FOR_USER
CRIF_GET_EMPLOYEE_FOR_USER
HR_GETEMPLOYEEDATA_FROMUSER
RP_GET_PERNR_FROM_USERID
HR_GET_EMPLOYEES_FROM_USER
‎2007 Aug 17 10:09 AM
Hi,
Use the function module: BAPI_USER_GET_DETAIL to get all the details about a User.
Regs,
Venkat