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

Mails from SAP

Former Member
0 Likes
476

Hi all,

im doing a program in which im sending mails to number of users,everything is going perfect.im using the Fm SO_NEW_DOCUMENT_SEND_API1.now my clients wants to put all the mails as cc,so he wants to know the other mail recipents .how to do

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Hi,

You can fill the internal table RECIVERS.

It has a field COPY.

Set it to 'X'.

Hope this helps.

Regards,

Shashank

Hi all,

im doing a program in which im sending mails to number of users,everything is going perfect.im using the Fm SO_NEW_DOCUMENT_SEND_API1.now my clients wants to put all the mails as cc,so he wants to know the other mail recipents .how to do

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hi,

You can fill the internal table RECIVERS.

It has a field COPY.

Set it to 'X'.

Hope this helps.

Regards,

Shashank

Read only

Former Member
0 Likes
461

Hi Babita,

in RECEIVERS parameter you have option to mark it as CC.

<b>RECEIVERS-...

RECEIVERS-COPY = 'X'.</b>

this will enable CC , who ever id's mentioned this flag they will recieve as CC

regards

vijay