cancel
Showing results for 
Search instead for 
Did you mean: 

Link between portal user id and employee personal number.

former_member199125
Active Contributor
0 Kudos

Hi Guys,

In my company we are developing custome ESS applications ( some application for particular employees only ). We will intergrate these application into client portal.

Now my question is..

employee logs into portal with his user id and password ( as we know portal is java application ) , then in his ESS applications

how can we fetch the corresponding employee data.

how can we get the user id which is maintained in Java based application ( portal ) to ESS ( which is in webdynpro ABAP ).

How can we fetch ? I hope you guys understand my question.

Any kind of ideas or suggestion are welcome.

Thanks & Regards

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sana,

you can get portal id by using FM 'HR_GET_EMPLOYEES_FROM_USER'.

check this...

Cheers,

Kris.

Answers (2)

Answers (2)

former_member199125
Active Contributor
0 Kudos

Any more suggestions guys?

Regards

Srinivas

former_member182598
Active Contributor
0 Kudos

Incase of ESS-MSS the link is established through Infotype 105 Subtype 1.

For a perner xxx the corresponding SAP User say US1. If single sign on is established between portal and R3, same ID US1 will be used to login to portal. You can use the function module given in above post to get the PERNR for the current user by passing the Sy-Uname. What is important is Infotype 105 Subtype 1 should have been maintained for the function module to work.

Thanks

Prashant