<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786554#M649721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field strings are a special form of dynamic string, which &lt;/P&gt;&lt;P&gt;have all the capabilities of a dynamic string, but may also &lt;/P&gt;&lt;P&gt;represent a defined part of a random file buffer or a &lt;/P&gt;&lt;P&gt;defined part of a dynamic string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field strings must always be declared using LOCAL.They may &lt;/P&gt;&lt;P&gt;be used in the same manner as a dynamic string variable, or &lt;/P&gt;&lt;P&gt;they can be bound to a file buffer for an open random-&lt;/P&gt;&lt;P&gt;access file or a dynamic string using a corresponding FIELD &lt;/P&gt;&lt;P&gt;statement.  Each field string occupies sixteen bytes of &lt;/P&gt;&lt;P&gt;memory, and requires slightly more general overhead than a &lt;/P&gt;&lt;P&gt;regular dynamic string variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TABLES statement automatically defines a field string .&lt;/P&gt;&lt;P&gt;they are mainly used in screen painter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 11:06:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T11:06:35Z</dc:date>
    <item>
      <title>internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786551#M649718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is different b/n internal table and fieldstring?&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;rajarao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 10:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786551#M649718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T10:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786552#M649719</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;The header line is a field string with the same structure as a row of the body, but it can only hold a single row. &lt;/P&gt;&lt;P&gt;but in the Internal table we can hold lot of number os records in it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 10:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786552#M649719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T10:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786553#M649720</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;An Internal table is a temporary table sotred in RAM on application server, it is created and filled by a program during execution and is discard when program ends&lt;/P&gt;&lt;P&gt;Internal table consists of HEADER and BODY or only BODY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEADER nothing but field string which it stores only one record and &lt;/P&gt;&lt;P&gt;So the header line is a field string with the same structure as a row of the body, but it can only hold a single row. &lt;/P&gt;&lt;P&gt;but in the Internal table it can hold number of records in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filed stirng also called as structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Filed stirng  holds one record.&lt;/P&gt;&lt;P&gt;Internal table holds multiple records.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward with points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786553#M649720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786554#M649721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field strings are a special form of dynamic string, which &lt;/P&gt;&lt;P&gt;have all the capabilities of a dynamic string, but may also &lt;/P&gt;&lt;P&gt;represent a defined part of a random file buffer or a &lt;/P&gt;&lt;P&gt;defined part of a dynamic string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field strings must always be declared using LOCAL.They may &lt;/P&gt;&lt;P&gt;be used in the same manner as a dynamic string variable, or &lt;/P&gt;&lt;P&gt;they can be bound to a file buffer for an open random-&lt;/P&gt;&lt;P&gt;access file or a dynamic string using a corresponding FIELD &lt;/P&gt;&lt;P&gt;statement.  Each field string occupies sixteen bytes of &lt;/P&gt;&lt;P&gt;memory, and requires slightly more general overhead than a &lt;/P&gt;&lt;P&gt;regular dynamic string variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TABLES statement automatically defines a field string .&lt;/P&gt;&lt;P&gt;they are mainly used in screen painter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786554#M649721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786555#M649722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;internal table is a table with n fields and n lines of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field string is a structure with n fields and only 1 line of data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to this sdn link for more details it will clear all your doubts&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="1371728"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786555#M649722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786556#M649723</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;chk this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: begin of int_table occurs 0,&lt;/P&gt;&lt;P&gt;field1 like table-field1,&lt;/P&gt;&lt;P&gt;field2 like table-field2,&lt;/P&gt;&lt;P&gt;end of int_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here an internal table with work area is created.This work area is the fieldstring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int_table[] - &amp;gt; content or body of int_table.&lt;/P&gt;&lt;P&gt;int_table - &amp;gt; work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u use itab then its header line ,&lt;/P&gt;&lt;P&gt;if u use itab[] then it refers to the body&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786556#M649723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786557#M649724</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;INTERNAL TABLE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------" /&gt;&lt;P&gt; internal table is a Data Object of variable length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; INDEXE TABLE&lt;/P&gt;&lt;P&gt;|------&amp;gt; Standard Table --&amp;gt; can be accessed with index,key&lt;/P&gt;&lt;P&gt;| prefreed is Index &lt;/P&gt;&lt;P&gt;|------&amp;gt; Sorted Table --&amp;gt; can be accessed with index,key&lt;/P&gt;&lt;P&gt;key. prefreed is Key (Binary search) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; HASHED TABLE --&amp;gt; can be accessed with hash key&lt;/P&gt;&lt;P&gt;key. prefreed is Key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the next question is field symbol i think. if its&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD SYMBOLS&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------" /&gt;&lt;P&gt;Field symbols allows you to access an assigned data object. with this we can create a dynamic internal tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the ASSIGN statement to assign a data object to the field symbol &amp;lt;fs&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement UNASSIGN &amp;lt;fs&amp;gt;.sets the field symbol &amp;lt;fs&amp;gt; so that it points to nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/2786557#M649724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:35:44Z</dc:date>
    </item>
  </channel>
</rss>

