2008 Jul 11 3:33 PM
How to find pernr from a particular ssn number.Please answer urgently,points will awarded undoubtedly?Plz tell the detailed steps.
2008 Jul 14 6:31 AM
Hi Ajaya,
To get pernr from Perid , try the following select statement
Select Pernr
from pa0002
into w_pernr
where endda GE sy-datum
and begda LE sy-datum
and perid EQ P_PERID
ENDSELECT.
You can get Pernr(w_pernr) for given Perid(SSN) P_PERID.
How to find pernr from a particular ssn number.Please answer urgently,points will awarded undoubtedly?Plz tell the detailed steps.
2008 Jul 11 3:39 PM
I think SSN is stored in the field pa0002-PERID in infotype 0002. Maybe doing a select to pa0002 might help.
2008 Jul 11 4:06 PM
2008 Jul 12 6:23 PM
perid field contain the ssn number,but how to get the pernr from it.
2008 Jul 14 6:31 AM
Hi Ajaya,
To get pernr from Perid , try the following select statement
Select Pernr
from pa0002
into w_pernr
where endda GE sy-datum
and begda LE sy-datum
and perid EQ P_PERID
ENDSELECT.
You can get Pernr(w_pernr) for given Perid(SSN) P_PERID.
2008 Jul 14 6:36 AM
Hi ajay,
pls chk with the following links......
sap.cmich.edu/fihr/hr/personnel/Creation%20of%20Student.doc
www.uky.edu/IRIS/HR/EMPLOYEEDATASection.pdf
it.toolbox.com/wiki/index.php/SAP_HR_-_Check_your_basics-Answers-1 - 129k
thanks
karthik
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |