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.