'Please find the log details as an attachment (This is the body of email) ' Content contains the file which contains the body of the mail. Username contains the email address to which the mail has to be sent.
email_adress TYPE ad_smtpadr, flag TYPE os_boolean, attachment_subject TYPE so_obj_des, attachment_content TYPE soli_tab, attachment_type TYPE so_obj_tp. INITIALIZATION. email_adress = 'GUOLIANG.ZHOU@SAP.COM'. subject = 'ABAP automatically send email test'. attachment_subject = 'Attachment1...
SAP Managed Tags ABAP Development hi all, please guide me how to use function module named SO_NEW_DOCUMENT_ATT_SEND_API1. i have text files in internal table. please guide me how can i send files in my internal table as in attachment.Reply...
t_receivers like somlreci1 occurs 0 with header line, t_attachment like solisti1 occurs 0 with header line, t_object_header like solisti1 occurs 0 with header line, w_cnt type i, w_sent_all(1) type c, w_doc_data like sodocchgi1. ld_email = p_email. ld_mtitle = p_mtitle...
SAP Managed Tags ABAP Development Hi, How to restrict specifi users, So ABAP program do not send emails. I designed a program to send materials to users with attachment. At the same time, I want to restrict few users, program do not send them email with attachment. Ex: there are 10 ...
Then using function module LIST_FROM_MEMORY program imports list from memory, convert it into ascii format using function module LIST_TO_ASCI. After some text processing it converts output in csv format and compose email with attachment using class CL_BCS....
packing_list LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE, it_message TYPE STANDARD TABLE OF solisti1 INITIAL SIZE 0 WITH HEADER LINE, it_receivers LIKE somlreci1 OCCURS 0 WITH HEADER LINE, it_contents LIKE solisti1 OCCURS 0 WITH HEADER LINE, it_attachment LIKE solisti1 OCCURS 0 WITH ...
With the first call of either SENDEXT or REFEXT, the repository of the external tool is first emptied and then filled with the external script. Later calls of SENDEXT send data without emptying the repository of the external tool. Was this page helpful? YesNoCopyright...
Converting Smartform to PDF and send as email attachment Go to solution Former Member 2008 Jun 20 9:07 AM 0 Kudos 2,484 SAP Managed Tags: ABAP Development Hi I want to send the Smartform to mail as PDF attachment. I found the p...
mimetype=gc_mimetypeIMPORTINGbuffer=gv_xstringEXCEPTIONSfailed=1OTHERS=2.*Add the file header for utf-16le. .IFsy-subrc =0.CONCATENATEcl_abap_char_utilities=>byte_order_mark_little gv_xstringINTOgv_xstringINBYTEMODE.ENDIF.CALLFUNCTION'SCMS_XSTRING_TO_BINARY'EXPORTINGbuffer=gv_xstringTABLESbinar...