2008 May 31 11:13 AM
Hello,
Can anyone please guide me how to fetch a personnel number (PERNR) by giving a USER ID (this ID is used on a portal for login).
Ok, there is one way, i.e. by using PA0105 table, i can fetch, but i need to know standard class names which are used for the same purpose.
So, can you please mention names of any such Standard SAP class names used for such functionality?
Thanx
Ruchir
2008 May 31 11:28 AM
hi check this.....
i hope it is possible with the infotype 0105..
regards,
venkat
2008 May 31 11:30 AM
Hi venkat,
thanx for your suggestion.
Ya i know that it is possible by using infotype 0105, but i need any SAP standard class name used for the same purpose.
thanx
Ruchir
2008 May 31 12:55 PM
Not able to find the class,but you can use Function Module - RP_GET_PERNR_FROM_USERID.
2008 Jun 02 9:38 AM
Hi,
Use this FM to get the details of an employee from user id.
HR_GETEMPLOYEEDATA_FROMUSER
This can be used in a report , a TCODE can be made an then the TCODE can be linked
to the ESS.
Have Fun!!
Ira!!
2008 Jul 30 7:37 AM