2018 Jun 14 10:51 AM
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.
2018 Jun 14 12:59 PM
Check SO16, Mail sys. group tab, Setting "Send to home address" will forward a copy of every SapOffice mail to their email address.