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

field help

Former Member
0 Likes
719

Hi experts,

I need to find the name and surname field of a user.

I have the field ERNAM from ekko.

Which table i have to go to find the name and surname.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
695

USER_ADDR is the view u can use to get

User Name in User Master Record

First name

Last name

Full Name of Person

First Telephone No.: Extension

Cost center

Building (number or code)

Room or Appartment Number

Department

Int. mail postal code

Name 1

City

City postal code

First name in upper case for search help

5 REPLIES 5
Read only

Former Member
0 Likes
694

Hi,

PLEASE CHECK IN TABLE KNA1 ---> General Data in Customer Master.

LFA1 ---> Vendor Master (General Section)

USR01 ---> User master record (runtime data)

Best regards,

raam

Read only

GauthamV
Active Contributor
0 Likes
694

hi,

check tables USR01,USR02,USR03,USR41.

reward points if hlpful.

Read only

Former Member
0 Likes
696

USER_ADDR is the view u can use to get

User Name in User Master Record

First name

Last name

Full Name of Person

First Telephone No.: Extension

Cost center

Building (number or code)

Room or Appartment Number

Department

Int. mail postal code

Name 1

City

City postal code

First name in upper case for search help

Read only

Former Member
0 Likes
694

Hi,

you can get that by using BAPI_USER_GET_DETAILS.

if you pass ERNAM as Input Paramete, you can get first name and last name from ADRESS parameter in that.

Regards

Sandeep Reddy

Read only

0 Likes
694

user_addr solved it thanks