SAP Managed Tags: ABAP Development Hi Manish Am attaching a sample code for your requirement of a sending data from your internal tables as a text attachment with an Email using FM SO_NEW_DOCUMENT_ATT_SEND_API1. Comments are inserted with the code to aid your understanding. Please reward ...
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...
A) is it possible to attach several files as attachment to mails sent via the mail adapter? Note: I do not want to send the message payload itself as attachment, but send an email with contents from the message payload and attach to this mail one or several files located at the disk ...
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...
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 ...
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...
FUNCTION zcrm_send_email_and_attach . *" *"*"Local Interface: *" IMPORTING *" VALUE(IV_TITLE) TYPE STRING OPTIONAL *" VA
SAP Managed Tags: ABAP Development Please help me with this issue: I have installed note 190669 and I make a Z report for send a report by email. E-mail standard in txt format include attachments two file: ali document.html and txtdocument.txt how can I change email format in html fo...
Triggering workflow to send an email whenever a material is created By Chandrasekhar V, EDS, from link. This example focuses on triggering a workflow whenever a material is created using MM01. TCod ...