2006 Mar 08 1:35 PM
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
2006 Mar 08 1:42 PM
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
2006 Mar 08 1:42 PM
Hi,
You can fill the internal table RECIVERS.
It has a field COPY.
Set it to 'X'.
Hope this helps.
Regards,
Shashank
2006 Mar 08 1:45 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |