2016 Dec 01 11:29 AM
Hi All,
I want to send email from cl_bcs class but before sending it should open Outlook screen such that i can edit my contents .
I didnt found any page which can help me all r showing how to send email which will not open outlook screen it will help to send email directly in back end.
Regard,
Rewati Raman
2016 Dec 01 11:36 AM
I hope not possible, I am not recommending to you than Develop a Zscreen, map the cl_bcs fields then send the Data. with Cl_bcs.
2016 Dec 15 4:50 AM
Thanks NewB To Abap.
I resolve my issue with SAP UI5 mailtrigger() method but i want to do this requirement from backend.
The issue with UI5 is i can send only strings and maximum 2 Byte of data i can add as string.
2016 Dec 01 1:40 PM
CL_BCS is not suitable to open an outlook window. Instead, in creates emails directly, not touching outlook. If you really like to have outlook popping up, search for ABAP OLE integration for outlook. But be warned, thats neither easy nor nice. Also, you have to deal with the restrictive outlook security settings of different users.
2016 Dec 01 2:28 PM
Hi,
Why not just use transaction S00 from there users can create and send emails from SAP
Kind regards, Rob Dielemans
2016 Dec 01 3:18 PM
Hello,
you can try method cl_bcs->short_message( ... ). It allows users to modify e-mail content before sending it.
2016 Dec 02 10:30 PM
What exactly would you edit that you cannot do programmatically? What is the business requirement?
2016 Dec 15 4:47 AM
The requirement is like before sending the email i need to get the outlook screen which contain whole content ....in that contain i can edit some line ...
Also i need to add some templates to the mails ..and template should filled with my data .
The template should contain SAP header logo and some yellow background and lots of coloring i need to add.
Regard,
Rewati Raman