Solved: Hello Gurus, I have an ABAP program that creates an email and sends it to a list of Users, this works with no problems, I'm using the CL_BCS class to do this. My
SAP Managed Tags: ABAP Development Dear all, Thinking aloud... I have not tried this. You can create in outlook server a Public folder. Send to this public folder a CC or BCC using cl_bcs . Regards. Eitan. Reply Sandra_Rossi Active Contributor 2016 Jun 05 8:29 AM 0 Kudos...
https://www.samplecodeabap.com/alv-report-output-email-sap-abap/#comment-1510This utility report runs specified ALV report behind the scene and extract its output, converts that to csv and send it to email recipients. Very useful if you want to send output of report to user(s) ...
In-order to send the email out of SAP to its final email destination you simply selected the row you want to send and select 'Start Send Process for Selection' from execute type icon. The send process can also be started automatically by submiting the SAP ABAP start send process reportRSC...
SAP Managed Tags: ABAP Development You can send the email in the future using the OO methods as well. Just not well documented but if you dig into the class itself, you'll find that CL_BCS has a public attribute called SEND_REQUEST which is of type CL_SEND_REQUEST_BCS. This class ...
SAP Managed Tags: ABAP Development Hi, you can get a formatted excel attachemnt using cl_bcs_convert=>string_to_solix U need to pass the Line heading in the first time of the loop , from the next cycle of the loop , u need to take the values for the flds in order and concaten...
I need to send the abap report output through email to the required people. So i have used FM - SO_NEW_DOCUMENT_SEND_API1. But getting run time error on exection and the error is as follows : In program "SAPFSSOA" the system tried to access field "SOLI" with length 0. Partial ...
SAP Managed Tags: ABAP Development ... or use the alternative ([Sending an Email along with PDF as an attachment|http://wiki.sdn.sap.com/wiki/display/Snippets/Sending+attachmentusingcl_bcsclasses]), adapt to your needs. method ONACTIONSUBMIT . TYPE-POOLS: ixml. DATA: w_pdf_source TY...
SAP Managed Tags: ABAP Development Hi binay, 1. One thing you can try is to send email using sap inbox (SO01) to an external email address. 2. Check whether that appears in SCOT or not. regards, amit m. Reply Former Member In response to Barada_Swain 2008 Jun 24 2:17 PM...