<?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 Re: sending email without layout  only  text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550566#M1074560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 17:18:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T17:18:59Z</dc:date>
    <item>
      <title>sending email without layout  only  text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550562#M1074556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I want to send mail  from  sap without  smartform or SAP script  &lt;/P&gt;&lt;P&gt;  o&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 20:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550562#M1074556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T20:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: sending email without layout  only  text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550563#M1074557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check my post: [Email with Formatting |http://help-abap.blogspot.com/2008/09/sapconnect-email-with-formatting.html]on my professional blog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 20:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550563#M1074557</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-10-01T20:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: sending email without layout  only  text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550564#M1074558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function send a simple e-mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                document_data              = doc_chng&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                object_content             = objtxt&lt;/P&gt;&lt;P&gt;                receivers                  = reclist&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                too_many_receivers         = 1&lt;/P&gt;&lt;P&gt;                document_not_sent          = 2&lt;/P&gt;&lt;P&gt;                operation_no_authorization = 4&lt;/P&gt;&lt;P&gt;                OTHERS                     = 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marcio Medeiros&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 20:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550564#M1074558</guid>
      <dc:creator>marcio_medeiros</dc:creator>
      <dc:date>2008-10-01T20:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: sending email without layout  only  text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550565#M1074559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asha, &lt;/P&gt;&lt;P&gt;   You can FM-SO_NEW_DOCUMENT_SEND_API1 to send mails from SAP.  Program RKSCMAMAIL has information on how to use this Function moddule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 20:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550565#M1074559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T20:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: sending email without layout  only  text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550566#M1074560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 17:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550566#M1074560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T17:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: sending email without layout  only  text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550567#M1074561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I sending  mail through  HTML code , Text  is going to correct email address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; but i want to print  dynamic  values, it printing same  text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********&lt;/P&gt;&lt;P&gt;    wa_objtxt-line = '&amp;lt;p&amp;gt; Project Name: wt_mail-project &amp;lt;/p&amp;gt;'.&lt;/P&gt;&lt;P&gt;  APPEND wa_objtxt TO t_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_objtxt-line = '&amp;lt;p&amp;gt; Your time period wt_mail-stdate to wt_mail-edate has been wt_mail-text &amp;lt;/p&amp;gt;'.&lt;/P&gt;&lt;P&gt;  APPEND wa_objtxt TO t_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_objtxt-line = '&amp;lt;p&amp;gt; Your productivity score for this period was wt_mail-per &amp;lt;/p&amp;gt;'.&lt;/P&gt;&lt;P&gt;  APPEND wa_objtxt TO t_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CONCATENATE '&amp;lt;td&amp;gt;' 'This is Approved Text' '&amp;lt;/td&amp;gt; &amp;lt;/tr&amp;gt;' INTO wa_objtxt-line.&lt;/P&gt;&lt;P&gt;    APPEND wa_objtxt TO t_objtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output  showing as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project Name: wt_mail-project&lt;/P&gt;&lt;P&gt;Your time period wt_mail-stdate to wt_mail-edate has been wt_mail-text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need output as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project Name: Aspenserv&lt;/P&gt;&lt;P&gt;Your time period 08.08.2008 to 30.08.2008 has been Approved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 04:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-email-without-layout-only-text/m-p/4550567#M1074561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T04:07:08Z</dc:date>
    </item>
  </channel>
</rss>

