Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pa30

Former Member
0 Likes
718

How to find pernr from a particular ssn number.Please answer urgently,points will awarded undoubtedly?Plz tell the detailed steps.

1 ACCEPTED SOLUTION
Read only

former_member761936
Active Participant
0 Likes
694

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.

5 REPLIES 5
Read only

Former Member
0 Likes
694

I think SSN is stored in the field pa0002-PERID in infotype 0002. Maybe doing a select to pa0002 might help.

Read only

Former Member
0 Likes
694

hi go to pa0002-->perid field

Read only

0 Likes
694

perid field contain the ssn number,but how to get the pernr from it.

Read only

former_member761936
Active Participant
0 Likes
695

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.

Read only

Former Member
0 Likes
694

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