<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error while sending attachment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-sending-attachment/m-p/5980385#M1340742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I have used fm "so_new_document_att1_send_api1' in zprogram.&lt;/P&gt;&lt;P&gt;Now the issue is the program is active.&lt;/P&gt;&lt;P&gt;But when im calling va42 and selecting issue output it gives me error Erro while sending email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;V B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijaya B on Jul 30, 2009 5:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2009 15:33:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-30T15:33:23Z</dc:date>
    <item>
      <title>Error while sending attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-sending-attachment/m-p/5980385#M1340742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I have used fm "so_new_document_att1_send_api1' in zprogram.&lt;/P&gt;&lt;P&gt;Now the issue is the program is active.&lt;/P&gt;&lt;P&gt;But when im calling va42 and selecting issue output it gives me error Erro while sending email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;V B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijaya B on Jul 30, 2009 5:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 15:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-sending-attachment/m-p/5980385#M1340742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T15:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-sending-attachment/m-p/5980386#M1340743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what error are you getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 18:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-sending-attachment/m-p/5980386#M1340743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T18:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error while sending attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-sending-attachment/m-p/5980387#M1340744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an adobe form.&lt;/P&gt;&lt;P&gt;Now I have configured this adobe form and customised program of Sd_sdoc_print01 thru nace.&lt;/P&gt;&lt;P&gt;This customised program has a FM name SD_PDF_SEND_DATA which consists of functionality of sending mail,&lt;/P&gt;&lt;P&gt;where my pdf file is been attached and output device has been set.&lt;/P&gt;&lt;P&gt;call function 'SD_PDF_SEND_DATA'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      iv_device        = &lt;STRONG&gt;uv_device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      iv_email_subject = lv_mail_subject&lt;/P&gt;&lt;P&gt;      it_email_text    = lt_mail_text&lt;/P&gt;&lt;P&gt;      is_main_data     = &lt;STRONG&gt;us_pdf_file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      iv_language      = gv_language&lt;/P&gt;&lt;P&gt;      is_address       = ls_address&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      ev_send_to_all   = lv_send_to_all&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      exc_document     = 1&lt;/P&gt;&lt;P&gt;      exc_send_request = 2&lt;/P&gt;&lt;P&gt;      exc_address      = 3&lt;/P&gt;&lt;P&gt;      others           = 4.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Sending did fail&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    message e000 with &amp;lt;gs_vbdka&amp;gt;-vbeln&lt;/P&gt;&lt;P&gt;                 into gv_dummy.&lt;/P&gt;&lt;P&gt;    perform protocol_update.&lt;/P&gt;&lt;P&gt;    &amp;lt;gv_returncode&amp;gt; = 99.&lt;/P&gt;&lt;P&gt;    return.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;U can see the printer device is set "uv_device"&lt;/P&gt;&lt;P&gt;..This program works fine when i run va42 and save the file and the form is reached to the appropriate user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the requirment has changes where i have to attach two files : 1:PDF and the 2. Any format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM : so_new_document_att_send_api1 to send this two files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is activated showing no dumps but when i try to &lt;STRONG&gt;issue output to&lt;/STRONG&gt; using va42&lt;/P&gt;&lt;P&gt;It gives me error Update was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i have to set printer device coz this fm has no parameters for setting up device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to sort out this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Viju B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijaya B on Jul 31, 2009 2:26 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijaya B on Jul 31, 2009 2:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 12:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-sending-attachment/m-p/5980387#M1340744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T12:25:30Z</dc:date>
    </item>
  </channel>
</rss>

