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: 

Send mail to SAP inbox usin CL_BCS

0 Kudos
1,200

Hi,

is there any option to send mail only to SAP inbox? When I'm using

l_recipient = cl_sapuser_bcs=>create( i_uname ).

and then

ar_bcs->add_recipient(
i_recipient = l_recipient
i_express = 'X'
i_copy = i_copy
i_blind_copy = i_blind_copy
i_no_forward = i_no_forward ).

It's sending both SAP mail and external mail to address which is assigned in SAP user.

Best regards.

1 REPLY 1

pokrakam
Active Contributor
0 Kudos
374

Check SO16, Mail sys. group tab, Setting "Send to home address" will forward a copy of every SapOffice mail to their email address.