Application Development 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: 

FM for getting First name and last name in HR

Former Member
0 Kudos

Dear all,

can anyone tell me the Functrion module for getting <b>first name</b> and <b>last name</b> in HR.

Regards,

Vineel

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

No need for a function module, you could simply select NACHN and VORNA from table PA0002.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi vineel,

1. We can get from PA0002 table also.

Where Pernr = mypernr

2. VORNA = First Name

NACHN = Last Name

regards,

amit m.

Former Member
0 Kudos

use the FM HR_TMW_GET_EMPLOYEE_NAME

Former Member
0 Kudos

Hi Vineel,

Use FM

<b> HRWPC_GET_EMPLOYEE_NAME</b>

<b> HR_TMW_GET_EMPLOYEE_NAME</b>

Reward points if helpful.

Regards,

Hemant