<?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 regarding mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992095#M953728</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;in his function module SO_NEW_DOCUMENT_ATT_SEND_API1 am passing 2 lines in packing_list-body_num to 2 lines,after sending mail to recipient, when he open that text file he is getting whole data in single line. Is there any changes we need to in coding to get 2 lines in the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide valuable suggestions/...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 09:33:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T09:33:01Z</dc:date>
    <item>
      <title>regarding mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992095#M953728</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;in his function module SO_NEW_DOCUMENT_ATT_SEND_API1 am passing 2 lines in packing_list-body_num to 2 lines,after sending mail to recipient, when he open that text file he is getting whole data in single line. Is there any changes we need to in coding to get 2 lines in the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide valuable suggestions/...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992095#M953728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: regarding mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992096#M953729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it depands on how ur appending the data into objbin table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatinate CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF at end of each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: S.r.v.r.Kumar on Jun 16, 2008 3:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992096#M953729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: regarding mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992097#M953730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the text file for the messagebody is passed thourgh CONTENTS_TXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992097#M953730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992098#M953731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When u r filling the data in the object table fill it in two lines...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992098#M953731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992099#M953732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open the files in BINARY MODE (and not text mode)&lt;/P&gt;&lt;P&gt;This will take care of &lt;/P&gt;&lt;P&gt;the NEW LINE Character&lt;/P&gt;&lt;P&gt;which is present in text files (at the end of each line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/09/07/sending-e-mail-from-abap--version-46d-and-lower--api-interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 09:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992099#M953732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T09:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992100#M953733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And check this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4422274"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-mail/m-p/3992100#M953733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:02:00Z</dc:date>
    </item>
  </channel>
</rss>

