Application Development 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: 

Function module for user details.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

hi,

You can use FM "BAPI_USER_GET_DETAIL"

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

Regards,

manju

Former Member
0 Kudos

Hi,

check BAPI_USER_GET_DETAIL

Regards