‎2008 Jun 13 2:02 PM
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
‎2008 Jun 13 2:06 PM
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
‎2008 Jun 13 2:04 PM
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
‎2008 Jun 13 2:05 PM
hi,
check tables USR01,USR02,USR03,USR41.
reward points if hlpful.
‎2008 Jun 13 2:06 PM
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
‎2008 Jun 13 2:07 PM
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
‎2008 Jun 13 2:11 PM