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

SU01 Address table

Former Member
0 Likes
11,239

Dear All,

Does anybody know the tabe for Address in SU01?

Regards,

On

10 REPLIES 10
Read only

Former Member
0 Likes
4,740

Check the tables : USR01,USR21,ADRC,ADRP,ADCP.

Read only

Former Member
0 Likes
4,740

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

Read only

Former Member
0 Likes
4,740

HI,

You can get the same by joining the following tables.

USR21, ADRC.

Regards,

Ankur Parab

Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
4,740

Use function module BAPI_USER_GET_DETAIL to retrieve any values which are displayed in SU01 transaction.

Regards,

Siva.

Read only

Former Member
0 Likes
4,740

Dear all,

Which table or function module can be use for get the Role for each User?

Regards,

Luke

Read only

0 Likes
4,740

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.

Read only

0 Likes
4,740

Hi Luke,

You can try function module CRM_ROLES_OF_USER_GET.

Regards

Read only

0 Likes
4,740

Hi Rajvansh Ravi ,

I can't find this function module in SE37. Is it not existing in 4.6C version ?

Regards,

Luke

Read only

0 Likes
4,740

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

Read only

Former Member
0 Likes
4,740

Dear All,

Thank you very much.

Regards,

Luke