<?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 Header part getting truncated when sending e-mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-part-getting-truncated-when-sending-e-mail/m-p/1165485#M121654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to send a mail thru sap connect  which contains the xls attachment, In this attachment the header part(i.e) (columns heading(more than 255 chars))some  of the headings are getting truncated. but in the data part all data&amp;#146;s are showing without any truncation. plz advice where is problem? is this with length of header or some other &lt;/P&gt;&lt;P&gt;.Below is sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE objbin LINES tab_lines.&lt;/P&gt;&lt;P&gt;  objhead = 'ORDERS'.&lt;/P&gt;&lt;P&gt;  APPEND objhead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Creation of the entry for the compressed attachment&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  objpack-transf_bin = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; objpack-head_start = 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; objpack-head_num   = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  objpack-body_start = 1.&lt;/P&gt;&lt;P&gt;  objpack-body_num   = tab_lines.&lt;/P&gt;&lt;P&gt;  objpack-doc_type   = 'XLS'.&lt;/P&gt;&lt;P&gt;  objpack-obj_name   = 'WEBSITE'.&lt;/P&gt;&lt;P&gt;  objpack-obj_descr  = 'Test.XLS'.&lt;/P&gt;&lt;P&gt;  objpack-doc_size   = tab_lines * 255.&lt;/P&gt;&lt;P&gt;  APPEND objpack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : objbin contains tow records &lt;/P&gt;&lt;P&gt;1. header(its above 255 chars) - its getting truncated&lt;/P&gt;&lt;P&gt;2. corresponding data - it show all the values but some of heading are missing   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz anybody can give me suggesstion how to proceed.&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;palani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2006 11:15:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-16T11:15:21Z</dc:date>
    <item>
      <title>Header part getting truncated when sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-part-getting-truncated-when-sending-e-mail/m-p/1165485#M121654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to send a mail thru sap connect  which contains the xls attachment, In this attachment the header part(i.e) (columns heading(more than 255 chars))some  of the headings are getting truncated. but in the data part all data&amp;#146;s are showing without any truncation. plz advice where is problem? is this with length of header or some other &lt;/P&gt;&lt;P&gt;.Below is sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE objbin LINES tab_lines.&lt;/P&gt;&lt;P&gt;  objhead = 'ORDERS'.&lt;/P&gt;&lt;P&gt;  APPEND objhead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Creation of the entry for the compressed attachment&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  objpack-transf_bin = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; objpack-head_start = 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; objpack-head_num   = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  objpack-body_start = 1.&lt;/P&gt;&lt;P&gt;  objpack-body_num   = tab_lines.&lt;/P&gt;&lt;P&gt;  objpack-doc_type   = 'XLS'.&lt;/P&gt;&lt;P&gt;  objpack-obj_name   = 'WEBSITE'.&lt;/P&gt;&lt;P&gt;  objpack-obj_descr  = 'Test.XLS'.&lt;/P&gt;&lt;P&gt;  objpack-doc_size   = tab_lines * 255.&lt;/P&gt;&lt;P&gt;  APPEND objpack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : objbin contains tow records &lt;/P&gt;&lt;P&gt;1. header(its above 255 chars) - its getting truncated&lt;/P&gt;&lt;P&gt;2. corresponding data - it show all the values but some of heading are missing   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz anybody can give me suggesstion how to proceed.&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;palani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 11:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-part-getting-truncated-when-sending-e-mail/m-p/1165485#M121654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Header part getting truncated when sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-part-getting-truncated-when-sending-e-mail/m-p/1165486#M121655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the documentation the doc size is calculated like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(lines - 1) * 255 + (length of last line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably not relevant, but who know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 11:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-part-getting-truncated-when-sending-e-mail/m-p/1165486#M121655</guid>
      <dc:creator>roland_spindler</dc:creator>
      <dc:date>2006-01-16T11:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Header part getting truncated when sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-part-getting-truncated-when-sending-e-mail/m-p/1165487#M121656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks problem resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 04:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-part-getting-truncated-when-sending-e-mail/m-p/1165487#M121656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-16T04:58:37Z</dc:date>
    </item>
  </channel>
</rss>

