<?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: Alignment Problem in Email Attachment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194352#M1520305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Am passing the internal table data to the objbin tble of FM. the attachments are required in TXT format so am givin the doc_type as TXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Aug 2010 12:01:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-03T12:01:07Z</dc:date>
    <item>
      <title>Alignment Problem in Email Attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194350#M1520303</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 am using the function module 'SO_NEW_DOCUMENT_ATT_SEND_API1'  to send two text files as attachment. The FM is working fine and it is generating two files with correct data as attachments. The problem is in its alignment. The Text Files are displaying data with a new tab increase in every line, that goes in a slant manner. ( am unable to show the slant here).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Kindly help to get the data in the proper line format as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 0 1 8 - 3 4 0 3 0 1 8 - 3 4 0 3 &lt;/P&gt;&lt;P&gt; 0 1 8 - 3 4 0 6 0 1 8 - 3 4 0 6 &lt;/P&gt;&lt;P&gt; 0 1 8 - U S 0 2 U S 0 1   S t o c k   V a r i ance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194350#M1520303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment Problem in Email Attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194351#M1520304</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;you doing any code page conversions before passing the data into the function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you passing the hexadecimal data or TXT data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 11:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194351#M1520304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T11:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment Problem in Email Attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194352#M1520305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Am passing the internal table data to the objbin tble of FM. the attachments are required in TXT format so am givin the doc_type as TXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 12:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194352#M1520305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T12:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment Problem in Email Attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194353#M1520306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paste your code snippet here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your system is unicode, so characters are each internally coded on 2 bytes ("A" is coded hex 4100 or 0041). SAP should convert it to UTF-8 ("A" becomes 41) to build the mail content, but for some reasons in your code, SAP do not convert them, so "ABC" is sent as 410042004300 for example, and when you display them, system thinks it's UTF-8, 41 is interpreted as "A", 00 is interpreted as a space, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to the following thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1494656"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 12:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-email-attachment/m-p/7194353#M1520306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T12:17:53Z</dc:date>
    </item>
  </channel>
</rss>

