Skip to Content
0
Jun 14, 2018 at 09:51 AM

Send mail to SAP inbox usin CL_BCS

825 Views Last edit Jun 14, 2018 at 09:55 AM 2 rev

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.