cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding sending mails to group of users from ABAP program

Former Member
0 Kudos

Hi,

I have a program which sends Email's to group of users.

And code for that purpose is written as below.

<b>* Insert distribution list name into i_send

i_send-receiver = 'TEST-DIST'. "Distribution List</b>

Can anybody tell me where the mail id's[Group of] will be given for this purpose.

TEST-DIST will be having set of mail id's where does i can see them and change.

If anybody knows please post!

Thanks in advance.

Thanks & Regards,

Prasad.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I got the issue.

It will be in SO01.

Where we can give Mail ID's for Shared/Private Distribution List(s).

Thanks,

Prasad.