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 for sending emails

Former Member
0 Kudos

STEP 1>

I have created a PO and i m viewing it thru me23n. Now i want to send this PO thru email, so in me23n, i select the PO no. and on top I click on 'Messages'. In output type I select 'NEU' and in Medium I select 'External send' .

STEP 2> Now on top I click on ' Communication Method' . In Communication Strategy I select 'CS01' and logical destination is 'LP01'

STEP 3> Now when I save it, It automatically sends an email to the vendor. This email address is taken from vendor master's email address field.

So, how can I add a 'CC' and 'BCC' field, so that emails can be sent to multiple person.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Add this line with mail id and other details to receivers table

gs_reclist-copy = 'X'.

Regards,

Amit

former_member536879
Active Contributor
0 Kudos

Hi,

use this FM SO_DOCUMENT_REPOSITORY_MANAGER .

In that in the table parameters Receipents

SOOS1-SNDCP = 'X'. (CC)

SNDBC = 'X'. (BC)

For any needs refer the above FM.

With Regards,

Sumodh.P