<?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: Internal table length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616788#M600669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   declare the variable as string type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: BEGIN OF TY_FINAL ,&lt;/P&gt;&lt;P&gt;TEXT type string,&lt;/P&gt;&lt;P&gt;END OF TY_FINAL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 17:38:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T17:38:38Z</dc:date>
    <item>
      <title>Internal table length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616787#M600668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the decleration below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:  BEGIN OF TY_FINAL ,&lt;/P&gt;&lt;P&gt;       TEXT(300) ,&lt;/P&gt;&lt;P&gt;       END OF TY_FINAL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is more intresting is that it is not able to hold value in field TEXT with&lt;/P&gt;&lt;P&gt;more length&lt;/P&gt;&lt;P&gt;for example i am trying to store below value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PX,"0000000000","000010","0000002","07/26/2007@00:00:01","07/26/2007@23:59:00","07/26/2007@00:00:01","07/26/2007@23:59:59",000.000,000.000,000000.000,0000000.4360,0000020.0000,00000000000.00,00000000000.00,0000020.0000,0000000000000.0000,0000002,0000001,0000.0000,111.0000,00000.0000,00000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT INTERNAL TABLE IS HOLDING value till&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PX,"0000000000","000010","0000002","07/26/2007@00:00:01","07/26/2007@23:59:00","07/26/2007@00:00:01","07/26/2007@23:59:59",000.000,000.000,000000.000,0000000.4360,0000020.0000,00000000000.00,00000000000.00,0000020.0000,0000000000000.0000,0000002,0000001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even though i increase the size of the internal table nothing is happening&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 17:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616787#M600668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T17:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616788#M600669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   declare the variable as string type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: BEGIN OF TY_FINAL ,&lt;/P&gt;&lt;P&gt;TEXT type string,&lt;/P&gt;&lt;P&gt;END OF TY_FINAL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 17:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616788#M600669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T17:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616789#M600670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not that it is not able to hold it, it is just that you are not able to see it as debugging shows you only about 250 characters. To make sure you have all the string characters, enter itab-text+250(50) in debugging, and see if you get the last 50 characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 17:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616789#M600670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616790#M600671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's giving me error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"T_FINAL" cannot be a table, a reference, a string, or contain any of&lt;/P&gt;&lt;P&gt;these objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i declared in manner in which you said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 17:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616790#M600671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T17:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616791#M600672</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; Increase your line-size to 500 and try prining the content of the table .. it will show you every thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 17:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616791#M600672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616792#M600673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the code again..&lt;/P&gt;&lt;P&gt; you have mis spelled. its ty_final not t_final.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 17:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616792#M600673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T17:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616793#M600674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are right ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 17:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-length/m-p/2616793#M600674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T17:48:10Z</dc:date>
    </item>
  </channel>
</rss>

