<?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/12418894#M1997004</link>
    <description>&lt;P&gt;I know the culprit is SAP Community copy/paste feature, but to clarify for future visitors, here is the valid syntax you probably have:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of itab1 occurs 0,
         org(8),
         pos(8),
         aut(4),
      end of itab1.&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 15 Apr 2021 12:44:11 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-04-15T12:44:11Z</dc:date>
    <item>
      <title>Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12418892#M1997002</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt; What does the below code means. Is it only Internal table&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;data:beginof itab1 occurs0,
         org(8),pos(8),
         aut(4),endof itab1.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 08:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12418892#M1997002</guid>
      <dc:creator>ramco1917</dc:creator>
      <dc:date>2021-04-15T08:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12418893#M1997003</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;ramco_1917&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;It is a definition of an internal table with a header line (header lines are obsolete).&lt;/P&gt;&lt;P&gt;Each row of the internal table will have 3 fields:&lt;/P&gt;&lt;P&gt;org - 8 characters&lt;/P&gt;&lt;P&gt;pos - 8 characters&lt;/P&gt;&lt;P&gt;aut - 4 characters&lt;/P&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Thu, 15 Apr 2021 08:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12418893#M1997003</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2021-04-15T08:14: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/12418894#M1997004</link>
      <description>&lt;P&gt;I know the culprit is SAP Community copy/paste feature, but to clarify for future visitors, here is the valid syntax you probably have:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of itab1 occurs 0,
         org(8),
         pos(8),
         aut(4),
      end of itab1.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Apr 2021 12:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/12418894#M1997004</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-04-15T12:44:11Z</dc:date>
    </item>
  </channel>
</rss>

