‎2009 May 13 11:16 AM
Dear All,
Does anybody know the tabe for Address in SU01?
Regards,
On
‎2009 May 13 11:19 AM
‎2009 May 13 11:23 AM
Hi,
You have to use tables USR21 and ADR6
Use the Person number and Address number from USR21 in ADR6. The field SMTP_ADDR in ADR6 gives the address
Regards
Edited by: Rajvansh Ravi on May 13, 2009 12:23 PM
‎2009 May 13 11:24 AM
HI,
You can get the same by joining the following tables.
USR21, ADRC.
Regards,
Ankur Parab
‎2009 May 13 11:39 AM
Use function module BAPI_USER_GET_DETAIL to retrieve any values which are displayed in SU01 transaction.
Regards,
Siva.
‎2009 May 14 6:35 AM
Dear all,
Which table or function module can be use for get the Role for each User?
Regards,
Luke
‎2009 May 14 6:37 AM
Use function module BAPI_USER_GET_DETAIL to retrieve any values which are displayed in SU01 transaction.
This FM gives roles, address, everything which displayed in SU01 transaction
Regards,
Siva.
‎2009 May 14 7:11 AM
Hi Luke,
You can try function module CRM_ROLES_OF_USER_GET.
Regards
‎2009 May 14 7:29 AM
Hi Rajvansh Ravi ,
I can't find this function module in SE37. Is it not existing in 4.6C version ?
Regards,
Luke
‎2009 May 14 7:41 AM
Hi Luke,
I was checking in ECC6. Any way your problem is solved. You can have a look at SUSR_USER_AGR_ACTIVITYGR_GET.
Regards
‎2009 May 14 7:10 AM