cancel
Showing results for 
Search instead for 
Did you mean: 

Email

Former Member
0 Kudos

Hi all,

Is there any other FM other than BBP_USER_GET_DETAIL to get the Email Id when we enter the user ID of the person..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Joseph,

You can also use:

DATA:

user_name LIKE soud-usrnam,

mailadress TYPE bapiadsmtp OCCURS 0 WITH HEADER LINE,

return TYPE bapiret2 OCCURS 0.

CALL FUNCTION 'BAPI_USER_GET_DETAIL'

EXPORTING

username = user_name

TABLES

return = return

addsmtp = mailadress.

hope this helps you to have several options...

Regards,

Gerardo.

Former Member
0 Kudos

Hi,

Updated thread...

Regards,

Marcin

Former Member
0 Kudos

Hi

Use FM BBP_USER_GET_EMAIL_ADRESS.

Key in user ID and user type as B2B_USER.

Rgds

Reddy