Application Development 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: 

How to add "CC" field in this function module SO_NEW_DOCUMENT_SEND_API1

Former Member
0 Kudos

Hi,

I have a receiver field in this function module SO_NEW_DOCUMENT_SEND_API1.

But i wanted to add a CC field also to this.. How do i do it???

Thanks & regards,

Aswin

1 ACCEPTED SOLUTION

Former Member
0 Kudos

in the Fm for receivers structure SOMLRECI1 check the field COPY Send: As copy. Enable this for cc.

Br,

vijay.

3 REPLIES 3

Former Member
0 Kudos

in the Fm for receivers structure SOMLRECI1 check the field COPY Send: As copy. Enable this for cc.

Br,

vijay.

Former Member
0 Kudos

In the internal table for receivers which is of type SOMLRECI1,make the field SOMLRECI1-copy = 'X'.

This email address will be sent as CC.

Edited by: Arun Rajan on Feb 24, 2010 2:05 PM

Former Member
0 Kudos

when you add the receiver entry in the receivers table, just make the parameter copy as 'X'. This will put the receiver in CC.

And if you want to put it in BCC use the parameter Blind copy.

Regards,

Lalit Mohan Gupta