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 to get user details from user email

Former Member
0 Likes
4,698

Hi,

Is there any RFC enabled FM or BAPI to get user data using email id of the user as an input?

1 ACCEPTED SOLUTION
Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
2,545

Hi Gauri,

BAPI: BAPI_USER_GETLIST

SELECTION_RANGE:

  • parameter = ADDRESS
  • FIELD = E_MAIL
  • S = I
  • OP = EQ
  • LOW = email ID

For more details, you can take a look at the BAPI / function module documentation.

Best regards

Thorsten

4 REPLIES 4
Read only

Former Member
0 Likes
2,545

You can try function 'SUSR_USER_ADDRESS_READ'.

Read only

0 Likes
2,545

Thanks for your response Scott.

But i'm looking for a FM which imports email id of the user and returns user data.

Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
2,546

Hi Gauri,

BAPI: BAPI_USER_GETLIST

SELECTION_RANGE:

  • parameter = ADDRESS
  • FIELD = E_MAIL
  • S = I
  • OP = EQ
  • LOW = email ID

For more details, you can take a look at the BAPI / function module documentation.

Best regards

Thorsten

Read only

0 Likes
2,545

Thanks Thorsten! This BAPI is exactly what I was looking for.!