cancel
Showing results for 
Search instead for 
Did you mean: 

function module for email id

ravi_kumar221
Participant
0 Kudos

hi can u please tell me    funtion module for   getting email adress from position

Accepted Solutions (0)

Answers (2)

Answers (2)

pratap_l
Participant
0 Kudos

HI Ravi,

I am not so of your requirement.

Do you already have the positions of the Users? If yes then please do as said by Deepthi.

However you can get the E-mail ID's of all the Users based on the Country by executing the Users_Gen transaction.

Please let me know if you needed further inputs.

BR// 420

ravi_lanjewar
Contributor
0 Kudos

I think you will not get directly the email address from the position. First get the employees id from the position. the read email id from info type 105 for employees no read from the position.

ravi_kumar221
Participant
0 Kudos

how to  do  it please tell me

Former Member
0 Kudos

Hi Ravi,

You will need to use 2 Function modules :

1. Pass the position ID to get the user ID:

BBP_OM_STRUC_GET_USER_FROM_POS

2.Pass the user ID and get the email address:

BAPI_USER_GET_DETAIL