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

Function module for user details.

Former Member
0 Likes
963

Hi all,

I have to retrieve user email address based on the sap user id. Is there any function module to handle this.

If there is no function module can anyone give me other alternatives.

Regards,

Gautham

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

hi,

check BAPI_USER_GET_DETAIL

Check this FM.

CNV_GET_USER_ROLE

SO_CHECK_USER_ROLE

try this..

RSRA_USERS_OF_AGR_GET

Kishi.

3 REPLIES 3
Read only

Former Member
0 Likes
629

hi,

check BAPI_USER_GET_DETAIL

Check this FM.

CNV_GET_USER_ROLE

SO_CHECK_USER_ROLE

try this..

RSRA_USERS_OF_AGR_GET

Kishi.

Read only

Former Member
0 Likes
628

hi,

You can use FM "BAPI_USER_GET_DETAIL"

In that Export Parameters ADDRESS->E_MAIL for email of the user.

Regards,

manju

Read only

Former Member
0 Likes
628

Hi,

check BAPI_USER_GET_DETAIL

Regards