<?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: Getting double internal table line size, in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758072#M1461189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; i dont know how. actually it is 72 but during execution i am getting it length increases to 144, can any body tell me what may the problem.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you checking the table size or the length ? How do you know that the length is 144, you checked in debugger ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways you must be knowing 1 character occupies 2 bytes of space that is why your table size is double the length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 08:49:26 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-04-12T08:49:26Z</dc:date>
    <item>
      <title>Getting double internal table line size,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758071#M1461188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, i am using 'CONVERT_OTF' function module. for that i am defining internal table for OTF type itcoo OCCURS 0 WITH HEADER LINE, in debugging i found thatotf internal table length is getting double, i dont know how. actually it is 72 but during execution i am getting it lenth increases to 144, can any body tell me what may the problem.&lt;/P&gt;&lt;P&gt;here i am emailing thePDF as  attachemnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for solution.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Junaid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 08:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758071#M1461188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T08:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting double internal table line size,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758072#M1461189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; i dont know how. actually it is 72 but during execution i am getting it length increases to 144, can any body tell me what may the problem.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you checking the table size or the length ? How do you know that the length is 144, you checked in debugger ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways you must be knowing 1 character occupies 2 bytes of space that is why your table size is double the length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 08:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758072#M1461189</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-12T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting double internal table line size,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758073#M1461190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose my internal table is tab_otf and if i write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab_otf[]         ======      938 X 144.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u will see TDPRINTCOM of ITC00 is 2  CHAR&lt;/P&gt;&lt;P&gt;            and TDPRINTPAR of  ITC00 is 70 CHAR&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;                                                            72 CHAR.&lt;/P&gt;&lt;P&gt;One point i have to mention is that same thing when i am checking in 4.7 version it is showing correct, i am facing this problem in ECC6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that internal table of PDF should be of length 255 only then only u will get the PDF emailed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u understant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Junaid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 09:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758073#M1461190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting double internal table line size,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758074#M1461191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes i am checking this in debugger and i am talking about the lentgh of single line of internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Junaid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 09:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758074#M1461191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting double internal table line size,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758075#M1461192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; One point i have to mention is that same thing when i am checking in 4.7 version it is showing correct, i am facing this problem in ECC6.0.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Junaid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;This is because in ECC enabled systems each character is represented by 2bytes&lt;/STRONG&gt;&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your 72 characters is represented by 72*2 = 144 bytes which is what is visible in the debugger &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.7 version must not be unicode enabled because of the which it shows you the table-line size as 72.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 09:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-double-internal-table-line-size/m-p/6758075#M1461192</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-12T09:57:56Z</dc:date>
    </item>
  </channel>
</rss>

