<?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 what are internal table fields? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586926#M863630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sdn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somebody asked me what are the internal table fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 11:23:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T11:23:40Z</dc:date>
    <item>
      <title>what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586926#M863630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sdn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somebody asked me what are the internal table fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 11:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586926#M863630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T11:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586927#M863631</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;&lt;/P&gt;&lt;P&gt;data or varaibles that u declare inside the internal table are internal table fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 11:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586927#M863631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T11:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586928#M863632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables declared in the internal table are the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 11:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586928#M863632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586929#M863633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are defining and internal table with header line the statement begins with stmt like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;       f1(2),&lt;/P&gt;&lt;P&gt;       f2(5),&lt;/P&gt;&lt;P&gt;       end of itab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here f1 and f2 are fields of itab. I general what are the things you are defining in between 'begin' and 'end' are internal table fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Mar 18, 2008 6:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 11:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586929#M863633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T11:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586930#M863634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sdn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any system fields, are used on internal table only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586930#M863634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586931#M863635</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;SY-TABIX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current line of an internal table. It is set only for index tables. The field is either not set or is set to 0 for hashed tables. It iset by ABAP commands APPEND,COLLECT,LOOP AT,READ TABLE,SAERCH itab FOR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TFILL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, SY-TFILL contains the number of lines in the relevant internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-DBCNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains the number of table entries processed. In an loop it is not set until after the ENDSELECT or ENDEXEC statement. It is set by ABAP &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586931#M863635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586932#M863636</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;data or varaibles that u declare inside the internal table are internal table fields &lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;BEGIN OF itab_final       ,                         "OCCURS 0 ,&lt;/P&gt;&lt;P&gt;        mtart   LIKE  mara-mtart  ,&lt;/P&gt;&lt;P&gt;        wwghb1  LIKE  t023d-wwghb ,  " DIVISION DESCRIPTION&lt;/P&gt;&lt;P&gt;        wwgha   LIKE  t023d-wwgha ,   " MAJOR CATEGORY&lt;/P&gt;&lt;P&gt;        wwghb   LIKE  t023d-wwghb ,   " MAJOR CATEGORY DESCRIPTION&lt;/P&gt;&lt;P&gt;        wwgpa   LIKE  t023d-wwgpa ,   " CATEGORY&lt;/P&gt;&lt;P&gt;        matkl   LIKE  mara-matkl  ,   " MERCHANDISE CATEGORY&lt;/P&gt;&lt;P&gt;        ean11   LIKE  mara-ean11  ,   " International Article Number (EAN/UPC)&lt;/P&gt;&lt;P&gt;        numtp   LIKE  mara-numtp  ,  &lt;/P&gt;&lt;P&gt;  END OF itab_final .&lt;/P&gt;&lt;P&gt;    mtart  wwghb1    wwgha     wwghb    wwgpa   matkl        ean11     numtp  .  these are internal table fields&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;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 04:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586932#M863636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T04:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586933#M863637</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;variables defined within the 'begin of' and 'end of' statements are the fields of an internal table. In technical terms Internal table is a dynamic sequential dataset in which all records have the same data structure and a key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586933#M863637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T05:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: what are internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586934#M863638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my opinion the asked question was wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 05:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-internal-table-fields/m-p/3586934#M863638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T05:28:18Z</dc:date>
    </item>
  </channel>
</rss>

